Searched refs:nir_lower_uniforms_to_ubo (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs_llvm.c | 103 NIR_PASS_V(state->ir.nir, nir_lower_uniforms_to_ubo, false, false); in draw_create_vs_llvm()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_uniforms_to_ubo.c | 112 nir_lower_uniforms_to_ubo(nir_shader *shader, bool dword_packed, bool load_vec4) in nir_lower_uniforms_to_ubo() function
|
D | meson.build | 209 'nir_lower_uniforms_to_ubo.c',
|
D | nir.h | 5014 bool nir_lower_uniforms_to_ubo(nir_shader *shader, bool dword_packed, bool load_vec4);
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/tests/ |
D | lower_ubo_tests.cpp | 126 nir_lower_uniforms_to_ubo(b.shader, false, false); in TEST_F()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | cmdline.c | 141 NIR_PASS_V(nir[i], nir_lower_uniforms_to_ubo, true, false); in compile_shader()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 185 NIR_PASS_V(nir[i], nir_lower_uniforms_to_ubo, true, false); in compile_shader()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_shader.c | 512 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, true, false); in panvk_per_arch()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 1021 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, in st_nir_lower_uniforms()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_compiler.cpp | 150 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, false, false); in compile_nir()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 1481 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, true, false); in zink_shader_finalize()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 2483 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, false, false); in ttn_finalize_nir()
|
D | nir_to_tgsi.c | 3088 NIR_PASS_V(s, nir_lower_uniforms_to_ubo, in nir_to_tgsi()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1528 - 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
|
D | 19.1.0.rst | 4566 - nir: Move nir_lower_uniforms_to_ubo to compiler/nir. 4567 - nir: Add multiplier argument to nir_lower_uniforms_to_ubo.
|
D | 19.3.0.rst | 2479 - nir: allow nir_lower_uniforms_to_ubo to be run repeatedly
|
D | 21.3.0.rst | 1348 - nir/nir_lower_uniforms_to_ubo: Set the explicit stride of the UBO 0 uniform.
|
D | 20.2.0.rst | 2056 - zink: use nir_lower_uniforms_to_ubo
|
D | 21.1.0.rst | 1260 - etnaviv: use nir_lower_uniforms_to_ubo(..)
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 1032 ../src/compiler/nir/nir_lower_uniforms_to_ubo.c
|