Home
last modified time | relevance | path

Searched refs:uses_invocationid (Results 1 – 7 of 7) 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.h123 boolean uses_invocationid; member
Dtgsi_scan.c667 info->uses_invocationid = TRUE; in scan_declaration()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c87 info->uses_invocationid = true; in scan_instruction()
Dsi_state_shaders.c744 if (sel->info.uses_invocationid) in si_shader_gs()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c197 if (shader->info.uses_invocationid) { in tgsi_gs_prepare()