Home
last modified time | relevance | path

Searched refs:nir_lower_uniforms_to_ubo (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_llvm.c103 NIR_PASS_V(state->ir.nir, nir_lower_uniforms_to_ubo, false, false); in draw_create_vs_llvm()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_uniforms_to_ubo.c112 nir_lower_uniforms_to_ubo(nir_shader *shader, bool dword_packed, bool load_vec4) in nir_lower_uniforms_to_ubo() function
Dmeson.build209 'nir_lower_uniforms_to_ubo.c',
Dnir.h5014 bool nir_lower_uniforms_to_ubo(nir_shader *shader, bool dword_packed, bool load_vec4);
/third_party/mesa3d/src/gallium/drivers/etnaviv/tests/
Dlower_ubo_tests.cpp126 nir_lower_uniforms_to_ubo(b.shader, false, false); in TEST_F()
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c141 NIR_PASS_V(nir[i], nir_lower_uniforms_to_ubo, true, false); in compile_shader()
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c185 NIR_PASS_V(nir[i], nir_lower_uniforms_to_ubo, true, false); in compile_shader()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c512 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, true, false); in panvk_per_arch()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp1021 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, in st_nir_lower_uniforms()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp150 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, false, false); in compile_nir()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1481 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, true, false); in zink_shader_finalize()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2483 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, false, false); in ttn_finalize_nir()
Dnir_to_tgsi.c3088 NIR_PASS_V(s, nir_lower_uniforms_to_ubo, in nir_to_tgsi()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1528 - nir: Update the comment about nir_lower_uniforms_to_ubo()'s multiplier.
1564 - nir/nir_lower_uniforms_to_ubo: Set better alignments on our new instructions.
3757 - zink: run nir_lower_uniforms_to_ubo conditionally
3763 - zink: use sizeof(vec4) multiplier for nir_lower_uniforms_to_ubo
3781 - nir: update ubo locations in nir_lower_uniforms_to_ubo
D19.1.0.rst4566 - nir: Move nir_lower_uniforms_to_ubo to compiler/nir.
4567 - nir: Add multiplier argument to nir_lower_uniforms_to_ubo.
D19.3.0.rst2479 - nir: allow nir_lower_uniforms_to_ubo to be run repeatedly
D21.3.0.rst1348 - nir/nir_lower_uniforms_to_ubo: Set the explicit stride of the UBO 0 uniform.
D20.2.0.rst2056 - zink: use nir_lower_uniforms_to_ubo
D21.1.0.rst1260 - etnaviv: use nir_lower_uniforms_to_ubo(..)
/third_party/mesa3d/ohos/
Ddependency_inputs.gni1032 ../src/compiler/nir/nir_lower_uniforms_to_ubo.c