Home
last modified time | relevance | path

Searched refs:nir_foreach_image_variable (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_image_casts.c253 nir_foreach_image_variable(var, s) { in d3d12_lower_image_casts()
Dd3d12_compiler.cpp176 nir_foreach_image_variable(var, nir) { in compile_nir()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp109 nir_foreach_image_variable(var, shader) { in clover_nir_lower_images()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c955 nir_foreach_image_variable(var, nir) { in clc_spirv_to_dxil()
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1600 nir_foreach_image_variable(var, shader) { in anv_nir_apply_pipeline_layout()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c5403 nir_foreach_image_variable(var, ctx->shader) { in emit_module()
5490 nir_foreach_image_variable(var, ctx->shader) { in emit_module()
/third_party/mesa3d/src/compiler/nir/
Dnir.h820 #define nir_foreach_image_variable(var, shader) \ macro
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp1312 nir_foreach_image_variable(var, nir) { in parseNIR()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c994 nir_foreach_image_variable(var, c->s) { in ntt_setup_uniforms()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst560 - anv: Use nir_foreach_image_variable
1884 - nir: Add a nir_foreach_image_variable() iterator
1896 - clover: Use nir_foreach_image_variable for images