Searched refs:total_atomic_buffers (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_link_atomics.c313 unsigned total_atomic_buffers = 0; local in function:gl_nir_link_check_atomic_counter_resources
350 total_atomic_buffers++;
369 if (total_atomic_buffers > ctx->Const.MaxCombinedAtomicBuffers)
H A Dlink_atomics.cpp312 unsigned total_atomic_buffers = 0; local in function:link_check_atomic_counter_resources
330 total_atomic_buffers++;
349 if (total_atomic_buffers > ctx->Const.MaxCombinedAtomicBuffers)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_atomics.cpp312 unsigned total_atomic_buffers = 0; local in function:link_check_atomic_counter_resources
330 total_atomic_buffers++;
349 if (total_atomic_buffers > ctx->Const.MaxCombinedAtomicBuffers)

Completed in 3 milliseconds