Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_atomics.cpp311 unsigned total_atomic_counters = 0; in link_check_atomic_counter_resources() local
328 total_atomic_counters += n; in link_check_atomic_counter_resources()
346 if (total_atomic_counters > ctx->Const.MaxCombinedAtomicCounters) in link_check_atomic_counter_resources()
Dgl_nir_link_atomics.c312 unsigned total_atomic_counters = 0; in gl_nir_link_check_atomic_counter_resources() local
348 total_atomic_counters += n; in gl_nir_link_check_atomic_counter_resources()
366 if (total_atomic_counters > ctx->Const.MaxCombinedAtomicCounters) in gl_nir_link_check_atomic_counter_resources()