Home
last modified time | relevance | path

Searched refs:lower_cs_local_index_to_id (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.c124 .lower_cs_local_index_to_id = true,
139 .lower_cs_local_index_to_id = true,
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.h93 .lower_cs_local_index_to_id = true,
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.h100 .lower_cs_local_index_to_id = true,
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.h218 .lower_cs_local_index_to_id = true,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c168 .lower_cs_local_index_to_id = true,
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_system_values.c456 if (b->shader->options->lower_cs_local_index_to_id || in lower_compute_system_value_instr()
Dnir.h3428 bool lower_cs_local_index_to_id; member
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3369 op.lower_cs_local_index_to_id = true; in nvir_nir_shader_compiler_options()