Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h102 boolean uses_basevertex; member
Dtgsi_scan.c360 info->uses_basevertex = TRUE; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h120 boolean uses_basevertex; member
Dtgsi_scan.c706 info->uses_basevertex = TRUE; in scan_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c139 if (shader->info.uses_basevertex) { in vs_exec_run_linear()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c251 info->uses_basevertex = 1; in scan_instruction()