Home
last modified time | relevance | path

Searched refs:uses_invocationid (Results 1 – 9 of 9) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h105 boolean uses_invocationid; member
Dtgsi_scan.c365 info->uses_invocationid = TRUE; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h124 boolean uses_invocationid; member
Dtgsi_scan.c715 info->uses_invocationid = TRUE; in scan_declaration()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h371 bool uses_invocationid; member
Dsi_shader_nir.c348 info->uses_invocationid = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_INVOCATION_ID); in si_nir_scan_shader()
Dsi_state_shaders.c845 if (sel->info.uses_invocationid) in si_shader_gs()
1131 if (gs_info->uses_invocationid || in gfx10_shader_ngg()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c221 info->uses_invocationid = true; in scan_instruction()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c212 if (shader->info.uses_invocationid) { in tgsi_gs_run()