Searched refs:lower_uniforms_to_ubo (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.h90 .lower_uniforms_to_ubo = true,
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.h90 .lower_uniforms_to_ubo = true,
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.h210 .lower_uniforms_to_ubo = true,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_llvm.c102 if (!nir->options->lower_uniforms_to_ubo)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_screen.c118 .lower_uniforms_to_ubo = true,
162 .lower_uniforms_to_ubo = true,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.c53 .lower_uniforms_to_ubo = true, \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.c88 .lower_uniforms_to_ubo = true,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp1020 if (nir->options->lower_uniforms_to_ubo)
1056 if (is_before_variants && nir->options->lower_uniforms_to_ubo) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c85 .lower_uniforms_to_ubo = true,
144 .lower_uniforms_to_ubo = true,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c616 .lower_uniforms_to_ubo = true,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c1089 .lower_uniforms_to_ubo = screen->specs.halti >= 2,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_get.c1046 .lower_uniforms_to_ubo = true,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c513 /* lower_uniforms_to_ubo lowered non-sampler uniforms to UBOs, so CB0
2920 !options->lower_uniforms_to_ubo ||
2935 new_options->lower_uniforms_to_ubo = true,
3087 if (!original_options->lower_uniforms_to_ubo) {
3216 .lower_uniforms_to_ubo = true,
H A Dtgsi_to_nir.c2482 if (nir->options->lower_uniforms_to_ubo)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_compiler.c383 .lower_uniforms_to_ubo = true,
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst488 ``lower_uniforms_to_ubo`` is set.
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir.h3773 bool lower_uniforms_to_ubo; member in struct:nir_shader_compiler_options
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst1929 - nir: Add option lower_uniforms_to_ubo
1930 - radeonsi: set compiler flag lower_uniforms_to_ubo
1931 - freedreno/ir3: set lower_uniforms_to_ubo compiler flag
H A D21.1.0.rst517 - pan/mdg: Set lower_uniforms_to_ubo
3824 - nir/lower_uniforms_to_ubo: set explicit_binding on uniform_0
H A D20.1.0.rst2412 - nir: Set UBO alignments in lower_uniforms_to_ubo
H A D20.2.0.rst2635 - nir/lower_uniforms_to_ubo: Use nir_foreach_variable_with_modes
H A D21.2.0.rst554 - pan/mdg: Set lower_uniforms_to_ubo

Completed in 79 milliseconds