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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c454 * Did field 'x' change between 'old_cso' and 'new_cso'?
458 #define cso_changed(x) (!old_cso || (old_cso->x != new_cso->x))
460 (!old_cso || memcmp(old_cso->x, new_cso->x, sizeof(old_cso->x)) != 0)
1130 struct iris_depth_stencil_alpha_state *old_cso = ice->state.cso_zsa; local in function:iris_bind_zsa_state
1358 struct iris_rasterizer_state *old_cso = ice->state.cso_rast; local in function:iris_bind_rasterizer_state
2964 struct iris_vertex_element_state *old_cso = ice->state.cso_vertex_elements; local in function:iris_bind_vertex_elements_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c374 * Did field 'x' change between 'old_cso' and 'new_cso'?
378 #define cso_changed(x) (!old_cso || (old_cso->x != new_cso->x))
380 (!old_cso || memcmp(old_cso->x, new_cso->x, sizeof(old_cso->x)) != 0)
1498 struct iris_depth_stencil_alpha_state *old_cso = ice->state.cso_zsa; local in function:iris_bind_zsa_state
1912 struct iris_rasterizer_state *old_cso = ice->state.cso_rast; local in function:iris_bind_rasterizer_state
3632 struct iris_vertex_element_state *old_cso = ice->state.cso_vertex_elements; local in function:iris_bind_vertex_elements_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c395 * Did field 'x' change between 'old_cso' and 'new_cso'?
399 #define cso_changed(x) (!old_cso || (old_cso->x != new_cso->x))
401 (!old_cso || memcmp(old_cso->x, new_cso->x, sizeof(old_cso->x)) != 0)
1749 struct crocus_depth_stencil_alpha_state *old_cso = ice->state.cso_zsa; local in function:crocus_bind_zsa_state
2160 struct crocus_rasterizer_state *old_cso = ice->state.cso_rast; local in function:crocus_bind_rasterizer_state
3918 struct crocus_vertex_element_state *old_cso = ice->state.cso_vertex_elements; local in function:crocus_bind_vertex_elements_state
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst2556 - iris: don't segfault on !old_cso

Completed in 35 milliseconds