Home
last modified time | relevance | path

Searched refs:atomicExchange (Results 1 – 17 of 17) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dspv.atomicFloat_Error.comp.out10 ERROR: 0:37: 'atomicExchange' : required extension not requested: GL_EXT_shader_atomic_float
11 ERROR: 0:38: 'atomicExchange' : required extension not requested: GL_EXT_shader_atomic_float
12 ERROR: 0:39: 'atomicExchange' : required extension not requested: GL_EXT_shader_atomic_float
13 ERROR: 0:40: 'atomicExchange' : required extension not requested: GL_EXT_shader_atomic_float
14 ERROR: 0:43: 'atomicExchange' : required extension not requested: GL_EXT_shader_atomic_float
15 ERROR: 0:44: 'atomicExchange' : required extension not requested: GL_EXT_shader_atomic_float
16 ERROR: 0:45: 'atomicExchange' : required extension not requested: GL_EXT_shader_atomic_float
17 ERROR: 0:46: 'atomicExchange' : required extension not requested: GL_EXT_shader_atomic_float
34 ERROR: 0:86: 'atomicExchange' : no matching overloaded function found
35 ERROR: 0:87: 'atomicExchange' : no matching overloaded function found
[all …]
/external/swiftshader/src/Main/
DConfig.cpp58 ropOperationsFrame = sw::atomicExchange(&ropOperations, 0); in nextFrame()
59 texOperationsFrame = sw::atomicExchange(&texOperations, 0); in nextFrame()
60 compressedTexFrame = sw::atomicExchange(&compressedTex, 0); in nextFrame()
/external/deqp-deps/glslang/Test/
Dspv.atomicFloat.comp42 //atomicExchange
43 resultf = atomicExchange(buf.dataf, resultf);
45 …resultf = atomicExchange(buf.dataf, resultf, gl_ScopeDevice, gl_StorageSemanticsShared, gl_Semanti…
47 resultf = atomicExchange(atomf, resultf);
49 …resultf = atomicExchange(atomf, resultf, gl_ScopeDevice, gl_StorageSemanticsShared, gl_SemanticsRe…
52 resultd = atomicExchange(buf.datad, resultd);
54 …resultd = atomicExchange(buf.datad, resultd, gl_ScopeDevice, gl_StorageSemanticsShared, gl_Semanti…
56 resultd = atomicExchange(atomd, resultd);
58 …resultd = atomicExchange(atomd, resultd, gl_ScopeDevice, gl_StorageSemanticsShared, gl_SemanticsRe…
Dspv.atomicInt64.comp47 i64 += atomicExchange(buf.i64, i64c);
73 i64 += atomicExchange(s.i64, i64c);
Dspv.volatileAtomic.comp7 atomicExchange(d.d[0], 0);
Dweb.comp48 atomicExchange(bInst.size, 2);
Dspv.atomic.comp45 origi = atomicExchange(atomi, origi);
D420.frag33 origi = atomicExchange(atomi, 4);
Dspv.memoryScopeSemantics.comp39 origi = atomicExchange(atomi, origi, gl_ScopeDevice, 0, 0);
D310.comp161 origi = atomicExchange(atomi, 4);
/external/swiftshader/src/Common/
DThread.hpp116 int64_t atomicExchange(int64_t volatile *target, int64_t value);
117 int atomicExchange(int volatile *target, int value);
238 inline int64_t atomicExchange(volatile int64_t *target, int64_t value) in atomicExchange() function
249 inline int atomicExchange(volatile int *target, int value) in atomicExchange() function
324 inline void operator=(const AtomicInt& i) { sw::atomicExchange(&vi, i.vi); } in operator =()
325 inline void operator=(int i) { sw::atomicExchange(&vi, i); } in operator =()
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/entrypoint/
Dcomp_workgroup_entry_point.amber19 ; atomicExchange(wg_data[gl_LocalInvocationIndex], gl_LocalInvocationIndex);
20 ; uint val = atomicExchange(wg_data[(gl_LocalInvocationIndex+1)%4], 0);
/external/mesa3d/docs/_extra/specs/
DINTEL_shader_atomic_float_minmax.txt100 (add to "atomicExchange" table cell, p. 180)
102 float atomicExchange(inout float mem, float data)
/external/skqp/src/sksl/
Dsksl.inc528 uint atomicExchange(inout uint mem, uint data);
529 int atomicExchange(inout int mem, int data);
/external/angle/src/compiler/translator/
Dbuiltin_function_declarations.txt1027 uint atomicExchange(inout uint, uint);
1028 int atomicExchange(inout int, int);
DSymbolTable_ESSL_autogen.cpp1895 constexpr const ImmutableString atomicExchange("atomicExchange"); variable
12422 BuiltInName::atomicExchange,
12431 BuiltInName::atomicExchange,
DSymbolTable_autogen.cpp3061 constexpr const ImmutableString atomicExchange("atomicExchange"); variable
18280 BuiltInName::atomicExchange,
18289 BuiltInName::atomicExchange,