Home
last modified time | relevance | path

Searched refs:uses_vertexid (Results 1 – 13 of 13) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h100 boolean uses_vertexid; member
Dtgsi_scan.c354 info->uses_vertexid = TRUE; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h118 boolean uses_vertexid; member
Dtgsi_scan.c700 info->uses_vertexid = TRUE; in scan_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c134 if (shader->info.uses_vertexid) { in vs_exec_run_linear()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h1217 bool uses_vertexid; member
Dbrw_vec4.cpp2900 prog_data->uses_vertexid = true; in brw_compile_vs()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c245 info->uses_vertexid = 1; in scan_instruction()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c477 if (vs_prog_data->uses_vertexid || vs_prog_data->uses_instanceid) { in genX()
493 if (vs_prog_data->uses_vertexid) { in genX()
525 vs_prog_data->uses_vertexid); in genX()
760 if (vs_prog_data->uses_vertexid) in genX()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c100 const bool needs_svgs_elem = vs_prog_data->uses_vertexid || in emit_vertex_input()
232 sgvs.VertexIDEnable = vs_prog_data->uses_vertexid; in emit_vertex_input()
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c1214 vs_prog_data->uses_vertexid; in iris_update_compiled_vs()
Diris_state.c6400 if (vs_prog_data->uses_vertexid) { in iris_upload_dirty_render_state()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c5330 if (emit->info.uses_vertexid) { in emit_temporaries_declaration()
10416 if (emit->info.uses_vertexid) in emit_pre_helpers()