Home
last modified time | relevance | path

Searched refs:atomic_counters (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_atomics.c312 unsigned atomic_counters[MESA_SHADER_STAGES] = {0}; in gl_nir_link_check_atomic_counter_resources() local
349 atomic_counters[j] += n; in gl_nir_link_check_atomic_counter_resources()
359 if (atomic_counters[i] > consts->Program[i].MaxAtomicCounters) in gl_nir_link_check_atomic_counter_resources()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.cpp195 SmallVector<spvc_reflected_resource> atomic_counters; member
1638 if (!copy_resources(atomic_counters, resources.atomic_counters)) in copy_resources()
1776 list = &resources->atomic_counters; in spvc_resources_get_resource_list_for_type()
Dspirv_reflect.cpp548 emit_resources("counters", res.atomic_counters); in emit_resources()
Dspirv_cross.hpp92 SmallVector<Resource> atomic_counters; member
Dmain.cpp531 print_resources(compiler, "counters", res.atomic_counters); in print_resources()
Dspirv_cross.cpp980 res.atomic_counters.push_back({ var.self, var.basetype, type.self, get_name(var.self) }); in get_shader_resources()
/third_party/openGLES/extensions/ARB/
DARB_shader_atomic_counters.txt1045 extension, and it provides atomic_counters.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_atomic_counters.txt1035 extension, and it provides atomic_counters.