Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h115 boolean uses_vertexid; member
Dtgsi_scan.c701 info->uses_vertexid = TRUE; in scan_declaration()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c137 if (shader->info.uses_vertexid) { in vs_exec_run_linear()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c241 info->uses_vertexid = 1; in scan_instruction()
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h1323 bool uses_vertexid; member
Dbrw_vec4.cpp2595 prog_data->uses_vertexid = true; in brw_compile_vs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1331 vs_prog_data->uses_vertexid; in crocus_update_compiled_vs()
1336 ice->state.vs_uses_vertexid != vs_prog_data->uses_vertexid || in crocus_update_compiled_vs()
1345 ice->state.vs_uses_vertexid = vs_prog_data->uses_vertexid; in crocus_update_compiled_vs()
Dcrocus_state.c7741 if (vs_prog_data->uses_vertexid) {
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c103 const bool needs_svgs_elem = vs_prog_data->uses_vertexid || in emit_vertex_input()
237 sgvs.VertexIDEnable = vs_prog_data->uses_vertexid; in emit_vertex_input()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c5634 if (emit->info.uses_vertexid) { in emit_temporaries_declaration()
12171 if (emit->info.uses_vertexid) in emit_pre_helpers()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c6775 if (vs_prog_data->uses_vertexid) { in iris_upload_dirty_render_state()