Home
last modified time | relevance | path

Searched refs:CSO_UNBIND_VERTEX_BUFFER0 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h109 CSO_UNBIND_VERTEX_BUFFER0 = (1 << 5), enumerator
Dcso_context.c1573 if (unbind & CSO_UNBIND_VERTEX_BUFFER0) in cso_restore_state()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c191 CSO_UNBIND_VERTEX_BUFFER0); in pp_run()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c612 …store_state(cso, CSO_UNBIND_FS_SAMPLERVIEW0 | CSO_UNBIND_VS_CONSTANTS | CSO_UNBIND_VERTEX_BUFFER0); in hud_draw_results()