/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.atomicFloat_Error.comp.out | 10 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/ |
D | Config.cpp | 58 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/ |
D | spv.atomicFloat.comp | 42 //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…
|
D | spv.atomicInt64.comp | 47 i64 += atomicExchange(buf.i64, i64c); 73 i64 += atomicExchange(s.i64, i64c);
|
D | spv.volatileAtomic.comp | 7 atomicExchange(d.d[0], 0);
|
D | web.comp | 48 atomicExchange(bInst.size, 2);
|
D | spv.atomic.comp | 45 origi = atomicExchange(atomi, origi);
|
D | 420.frag | 33 origi = atomicExchange(atomi, 4);
|
D | spv.memoryScopeSemantics.comp | 39 origi = atomicExchange(atomi, origi, gl_ScopeDevice, 0, 0);
|
D | 310.comp | 161 origi = atomicExchange(atomi, 4);
|
/external/swiftshader/src/Common/ |
D | Thread.hpp | 116 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/ |
D | comp_workgroup_entry_point.amber | 19 ; atomicExchange(wg_data[gl_LocalInvocationIndex], gl_LocalInvocationIndex); 20 ; uint val = atomicExchange(wg_data[(gl_LocalInvocationIndex+1)%4], 0);
|
/external/mesa3d/docs/_extra/specs/ |
D | INTEL_shader_atomic_float_minmax.txt | 100 (add to "atomicExchange" table cell, p. 180) 102 float atomicExchange(inout float mem, float data)
|
/external/skqp/src/sksl/ |
D | sksl.inc | 528 uint atomicExchange(inout uint mem, uint data); 529 int atomicExchange(inout int mem, int data);
|
/external/angle/src/compiler/translator/ |
D | builtin_function_declarations.txt | 1027 uint atomicExchange(inout uint, uint); 1028 int atomicExchange(inout int, int);
|
D | SymbolTable_ESSL_autogen.cpp | 1895 constexpr const ImmutableString atomicExchange("atomicExchange"); variable 12422 BuiltInName::atomicExchange, 12431 BuiltInName::atomicExchange,
|
D | SymbolTable_autogen.cpp | 3061 constexpr const ImmutableString atomicExchange("atomicExchange"); variable 18280 BuiltInName::atomicExchange, 18289 BuiltInName::atomicExchange,
|