Home
last modified time | relevance | path

Searched refs:nir_foreach_image_variable_safe (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/
H A D.clang-format106 - nir_foreach_image_variable_safe
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp93 nir_foreach_image_variable_safe(var, shader) { in clover_nir_add_image_uniforms()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h942 #define nir_foreach_image_variable_safe(var, shader) \ macro