Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp90 nir_foreach_image_variable_safe(var, shader) { in clover_nir_add_image_uniforms()
/third_party/mesa3d/src/compiler/nir/
Dnir.h823 #define nir_foreach_image_variable_safe(var, shader) \ macro