Searched refs:lower_uniforms_to_ubo (Results 1 - 22 of 22) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_compile.h | 90 .lower_uniforms_to_ubo = true,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_compile.h | 90 .lower_uniforms_to_ubo = true,
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_compile.h | 210 .lower_uniforms_to_ubo = true,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_vs_llvm.c | 102 if (!nir->options->lower_uniforms_to_ubo)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_screen.c | 118 .lower_uniforms_to_ubo = true, 162 .lower_uniforms_to_ubo = true,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_compiler.c | 53 .lower_uniforms_to_ubo = true, \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_screen.c | 88 .lower_uniforms_to_ubo = true,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_nir.cpp | 1020 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 D | ir3_nir.c | 85 .lower_uniforms_to_ubo = true, 144 .lower_uniforms_to_ubo = true,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_screen.c | 616 .lower_uniforms_to_ubo = true,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_screen.c | 1089 .lower_uniforms_to_ubo = screen->specs.halti >= 2,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_get.c | 1046 .lower_uniforms_to_ubo = true,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi.c | 513 /* 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 D | tgsi_to_nir.c | 2482 if (nir->options->lower_uniforms_to_ubo)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 383 .lower_uniforms_to_ubo = true,
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | screen.rst | 488 ``lower_uniforms_to_ubo`` is set.
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir.h | 3773 bool lower_uniforms_to_ubo; member in struct:nir_shader_compiler_options
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 1929 - 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 D | 21.1.0.rst | 517 - pan/mdg: Set lower_uniforms_to_ubo 3824 - nir/lower_uniforms_to_ubo: set explicit_binding on uniform_0
|
| H A D | 20.1.0.rst | 2412 - nir: Set UBO alignments in lower_uniforms_to_ubo
|
| H A D | 20.2.0.rst | 2635 - nir/lower_uniforms_to_ubo: Use nir_foreach_variable_with_modes
|
| H A D | 21.2.0.rst | 554 - pan/mdg: Set lower_uniforms_to_ubo
|
Completed in 79 milliseconds