Searched refs:total_atomic_buffers (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | gl_nir_link_atomics.c | 313 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 D | link_atomics.cpp | 312 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 D | link_atomics.cpp | 312 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