Searched refs:to_vc4_hvs_state (Results 1 – 2 of 2) sorted by relevance
179 return to_vc4_hvs_state(priv_state); in vc4_hvs_get_new_global_state()192 return to_vc4_hvs_state(priv_state); in vc4_hvs_get_old_global_state()205 return to_vc4_hvs_state(priv_state); in vc4_hvs_get_global_state()675 struct vc4_hvs_state *old_state = to_vc4_hvs_state(obj->state); in vc4_hvs_channels_duplicate_state()698 struct vc4_hvs_state *hvs_state = to_vc4_hvs_state(state); in vc4_hvs_channels_destroy_state()714 const struct vc4_hvs_state *hvs_state = to_vc4_hvs_state(state); in vc4_hvs_channels_print_state()
363 #define to_vc4_hvs_state(_state) \ macro