Searched refs:uses_invocationid (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h124 boolean uses_invocationid; member in struct:tgsi_shader_info
H A Dtgsi_scan.c693 info->uses_invocationid = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h123 boolean uses_invocationid; member in struct:tgsi_shader_info
H A Dtgsi_scan.c714 info->uses_invocationid = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h388 bool uses_invocationid; member in struct:si_shader_info
H A Dsi_shader_nir.c442 info->uses_invocationid = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_INVOCATION_ID);
H A Dsi_state_shaders.c902 if (sel->info.uses_invocationid)
1199 if (gs_info->uses_invocationid ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c199 if (shader->info.uses_invocationid) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c142 info->uses_invocationid = true;
H A Dsi_state_shaders.c898 if (sel->info.uses_invocationid)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c212 if (shader->info.uses_invocationid) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c221 info->uses_invocationid = true;

Completed in 25 milliseconds