Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dvk.relaxed.frag42 j = atomicCounterAdd(counter1, 1);
43 j = atomicCounterAdd(counter1, -1);
Dspv.460.frag8 atomicCounterAdd(aui, ui);
D450.vert31 atomicCounterAdd(aui, ui); // ERROR, need 4.6
/external/deqp-deps/glslang/Test/
Dvk.relaxed.frag42 j = atomicCounterAdd(counter1, 1);
43 j = atomicCounterAdd(counter1, -1);
Dspv.460.frag8 atomicCounterAdd(aui, ui);
D450.vert31 atomicCounterAdd(aui, ui); // ERROR, need 4.6
/external/deqp-deps/glslang/Test/baseResults/
D450.vert.out5 ERROR: 0:31: 'atomicCounterAdd' : no matching overloaded function found
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
D450.vert.out5 ERROR: 0:31: 'atomicCounterAdd' : no matching overloaded function found
/external/angle/src/compiler/translator/
Dbuiltin_function_declarations.txt1002 uint atomicCounterAdd(atomic_uint, uint);
DSymbolTable_autogen.cpp56 constexpr const ImmutableString atomicCounterAdd("atomicCounterAdd"); variable
15163 BuiltInName::atomicCounterAdd,