Home
last modified time | relevance | path

Searched refs:lower_uniforms_to_ubo (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.h78 .lower_uniforms_to_ubo = true,
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_llvm.c102 if (!nir->options->lower_uniforms_to_ubo) in draw_create_vs_llvm()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.c53 .lower_uniforms_to_ubo = true
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c83 .lower_uniforms_to_ubo = true,
137 .lower_uniforms_to_ubo = true,
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c580 .lower_uniforms_to_ubo = true,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c981 .lower_uniforms_to_ubo = true, in si_init_screen_get_functions()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp955 if (nir->options->lower_uniforms_to_ubo) in st_nir_lower_uniforms()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2473 if (nir->options->lower_uniforms_to_ubo) in ttn_finalize_nir()
/external/mesa3d/src/compiler/nir/
Dnir.h3534 bool lower_uniforms_to_ubo; member
/external/mesa3d/docs/relnotes/
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
D20.1.0.rst2412 - nir: Set UBO alignments in lower_uniforms_to_ubo
D20.2.0.rst2635 - nir/lower_uniforms_to_ubo: Use nir_foreach_variable_with_modes