Home
last modified time | relevance | path

Searched refs:uses_vertexid_nobase (Results 1 – 6 of 6) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h101 boolean uses_vertexid_nobase; member
Dtgsi_scan.c357 info->uses_vertexid_nobase = TRUE; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h119 boolean uses_vertexid_nobase; member
Dtgsi_scan.c703 info->uses_vertexid_nobase = TRUE; in scan_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c144 if (shader->info.uses_vertexid_nobase) { in vs_exec_run_linear()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c248 info->uses_vertexid_nobase = 1; in scan_instruction()