Home
last modified time | relevance | path

Searched refs:nir_lower_uniforms_to_ubo (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_uniforms_to_ubo.c111 nir_lower_uniforms_to_ubo(nir_shader *shader, bool dword_packed, bool load_vec4) in nir_lower_uniforms_to_ubo() function
H A Dnir.h4875 bool nir_lower_uniforms_to_ubo(nir_shader *shader, bool dword_packed, bool load_vec4);
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_llvm.c98 NIR_PASS_V(state->ir.nir, nir_lower_uniforms_to_ubo, false, false); in draw_create_vs_llvm()
/third_party/mesa3d/src/gallium/drivers/etnaviv/tests/
H A Dlower_ubo_tests.cpp126 nir_lower_uniforms_to_ubo(b.shader, false, false); in TEST_F()
/third_party/mesa3d/src/asahi/compiler/
H A Dcmdline.c141 NIR_PASS_V(nir[i], nir_lower_uniforms_to_ubo, true, false); in compile_shader()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c186 NIR_PASS_V(nir[i], nir_lower_uniforms_to_ubo, true, false); in compile_shader()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp1013 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, in st_nir_lower_uniforms()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp120 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, false, false); in compile_nir()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2545 NIR_PASS_V(nir, nir_lower_uniforms_to_ubo, false, !c->cap_integers); in ttn_finalize_nir()
H A Dnir_to_tgsi.c3774 NIR_PASS_V(s, nir_lower_uniforms_to_ubo, in nir_to_tgsi_options()

Completed in 19 milliseconds