Home
last modified time | relevance | path

Searched refs:atomicCounterAdd (Results 1 – 9 of 9) sorted by relevance

/third_party/glslang/Test/
Dspv.460.frag8 atomicCounterAdd(aui, ui);
D450.vert31 atomicCounterAdd(aui, ui); // ERROR, need 4.6
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_atomic_counter_ops.txt92 uint atomicCounterAdd( Atomically
224 // Here we use atomicCounterAdd to ensure that we "allocate" a contiguous list of
237 uint recordStart = atomicCounterAdd(vlrCounter, recordLength);
/third_party/openGLES/extensions/AMD/
DAMD_shader_atomic_counter_ops.txt92 uint atomicCounterAdd( Atomically
224 // Here we use atomicCounterAdd to ensure that we "allocate" a contiguous list of
237 uint recordStart = atomicCounterAdd(vlrCounter, recordLength);
/third_party/glslang/Test/baseResults/
D450.vert.out5 ERROR: 0:31: 'atomicCounterAdd' : no matching overloaded function found
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_atomic_counter_ops.txt168 // Here we use atomicCounterAdd to ensure that we "allocate" a contiguous list of
/third_party/openGLES/extensions/ARB/
DARB_shader_atomic_counter_ops.txt178 // Here we use atomicCounterAdd to ensure that we "allocate" a contiguous list of
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dbuiltin_function_declarations.txt1002 uint atomicCounterAdd(atomic_uint, uint);
DSymbolTable_autogen.cpp3055 constexpr const ImmutableString atomicCounterAdd("atomicCounterAdd"); variable
18127 BuiltInName::atomicCounterAdd,