Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
D.clang-format43 - nir_foreach_uniform_variable
/third_party/mesa3d/src/freedreno/
D.clang-format43 - nir_foreach_uniform_variable
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp225 nir_foreach_uniform_variable(var, shader) { in brw_nir_setup_glsl_uniforms()
309 nir_foreach_uniform_variable(var, shader) { in brw_nir_lower_gl_images()
Dbrw_link.cpp350 nir_foreach_uniform_variable(var, prog->nir) { in brw_link_shader()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_lower_tex_src_plane.c53 nir_foreach_uniform_variable(var, state->shader) in find_sampler()
Dst_nir_lower_builtin.c144 nir_foreach_uniform_variable(var, shader) { in get_variable()
Dst_glsl_to_nir.cpp207 nir_foreach_uniform_variable(uniform, nir) { in st_nir_assign_uniform_locations()
486 nir_foreach_uniform_variable(var, nir) { in st_glsl_to_nir_post_opts()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_lower_vulkan_resource.c213 nir_foreach_uniform_variable(var, shader) { in lvp_lower_pipeline_layout()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_atomics.c151 nir_foreach_uniform_variable(var, nir) { in find_active_atomic_counters()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_draw_helpers.c123 nir_foreach_uniform_variable(var, shader) { in nir_lower_pstipple_fs()
Dnir_to_tgsi_info.c788 nir_foreach_uniform_variable(var, nir) { in nir_tgsi_scan_shader()
Dnir_to_tgsi.c473 nir_foreach_uniform_variable(var, c->s) { in ntt_setup_uniforms()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp228 nir_foreach_uniform_variable(var, shader) { in r600_nir_lower_int_tg4()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp93 nir_foreach_uniform_variable(var, shader) { in clover_nir_lower_images()
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_info.c837 nir_foreach_uniform_variable(var, shader) { in nir_shader_gather_info()
Dnir_linking_helpers.c1144 nir_foreach_uniform_variable(v, consumer) { in get_uniform_var_in_consumer()
Dnir.h711 #define nir_foreach_uniform_variable(var, shader) \ macro
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1589 nir_foreach_uniform_variable(var, shader) { in anv_nir_apply_pipeline_layout()
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c624 nir_foreach_uniform_variable(var, c->s) { in v3d_lower_nir()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst2621 - nir: Add a nir_foreach_uniform_variable helper