Home
last modified time | relevance | path

Searched refs:vs_uses_vertexid (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h632 bool vs_uses_vertexid; member
Dcrocus_program.c1336 ice->state.vs_uses_vertexid != vs_prog_data->uses_vertexid || in crocus_update_compiled_vs()
1345 ice->state.vs_uses_vertexid = vs_prog_data->uses_vertexid; in crocus_update_compiled_vs()
Dcrocus_state.c7669 … ve.Component2Control = ice->state.vs_uses_vertexid ? VFCOMP_STORE_VID : VFCOMP_STORE_0;