Home
last modified time | relevance | path

Searched refs:old_cso (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c378 * Did field 'x' change between 'old_cso' and 'new_cso'?
382 #define cso_changed(x) (!old_cso || (old_cso->x != new_cso->x))
384 (!old_cso || memcmp(old_cso->x, new_cso->x, sizeof(old_cso->x)) != 0)
1593 struct iris_depth_stencil_alpha_state *old_cso = ice->state.cso_zsa; in iris_bind_zsa_state() local
2007 struct iris_rasterizer_state *old_cso = ice->state.cso_rast; in iris_bind_rasterizer_state() local
3798 struct iris_vertex_element_state *old_cso = ice->state.cso_vertex_elements; in iris_bind_vertex_elements_state() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c397 * Did field 'x' change between 'old_cso' and 'new_cso'?
401 #define cso_changed(x) (!old_cso || (old_cso->x != new_cso->x))
403 (!old_cso || memcmp(old_cso->x, new_cso->x, sizeof(old_cso->x)) != 0)
1750 struct crocus_depth_stencil_alpha_state *old_cso = ice->state.cso_zsa; in crocus_bind_zsa_state() local
2161 struct crocus_rasterizer_state *old_cso = ice->state.cso_rast; in crocus_bind_rasterizer_state() local
3923 struct crocus_vertex_element_state *old_cso = ice->state.cso_vertex_elements; in crocus_bind_vertex_elements_state() local

Completed in 24 milliseconds