Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h121 boolean uses_invocationid; member
Dtgsi_scan.c716 info->uses_invocationid = TRUE; in scan_declaration()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h450 bool uses_invocationid; member
Dsi_shader_info.c634 info->uses_invocationid = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_INVOCATION_ID); in si_nir_scan_shader()
Dsi_state_shaders.cpp1085 if (sel->info.uses_invocationid) in si_shader_gs()
1402 if (gs_info->uses_invocationid || in gfx10_shader_ngg()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c217 info->uses_invocationid = true; in scan_instruction()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c213 if (shader->info.uses_invocationid) { in tgsi_gs_run()