Searched refs:nir_foreach_gl_uniform_variable (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_linker.h38 #define nir_foreach_gl_uniform_variable(var, shader) \ macro
H A Dgl_nir_link_uniform_initializers.c268 nir_foreach_gl_uniform_variable(var, nir) {
H A Dgl_nir_link_uniforms.c1530 nir_foreach_gl_uniform_variable(var, sh->Program->nir)
1545 nir_foreach_gl_uniform_variable(var, sh->Program->nir) {
1596 nir_foreach_gl_uniform_variable(var, nir) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst2622 - nir: Add a nir_foreach_gl_uniform_variable helper for GL linking

Completed in 13 milliseconds