Searched refs:atomic_counters (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | gl_nir_link_atomics.c | 310 unsigned atomic_counters[MESA_SHADER_STAGES] = {0}; local in function:gl_nir_link_check_atomic_counter_resources 347 atomic_counters[j] += n; 357 if (atomic_counters[i] > ctx->Const.Program[i].MaxAtomicCounters) |
| H A D | link_atomics.cpp | 309 unsigned atomic_counters[MESA_SHADER_STAGES] = {}; local in function:link_check_atomic_counter_resources 327 atomic_counters[j] += n; 337 if (atomic_counters[i] > ctx->Const.Program[i].MaxAtomicCounters) |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | link_atomics.cpp | 309 unsigned atomic_counters[MESA_SHADER_STAGES] = {}; local in function:link_check_atomic_counter_resources 327 atomic_counters[j] += n; 337 if (atomic_counters[i] > ctx->Const.Program[i].MaxAtomicCounters) |
Completed in 4 milliseconds