Home
last modified time | relevance | path

Searched refs:AtomicExchange (Results 1 – 22 of 22) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dspv.atomicFloat.comp.out179 49: 6(float) AtomicExchange 47 14 15 48
189 59: 6(float) AtomicExchange 55 19 58 56
198 66: 6(float) AtomicExchange 11(atomf) 14 15 65
207 73: 6(float) AtomicExchange 11(atomf) 19 58 72
217 81:24(float64_t) AtomicExchange 79 14 15 80
227 89:24(float64_t) AtomicExchange 87 19 58 88
236 96:24(float64_t) AtomicExchange 37(atomd) 14 15 95
245 103:24(float64_t) AtomicExchange 37(atomd) 19 58 102
316 166: 6(float) AtomicExchange 165 19 157 164
361 209: 6(float) AtomicExchange 208 19 157 164
[all …]
Dspv.volatileAtomic.comp.out38 17: 6(int) AtomicExchange 14 16 15 15
Dspv.460.frag.out47 28: 6(int) AtomicExchange 8(aui) 12 13 27
Dspv.atomicInt64.comp.out124 72: 6(int64_t) AtomicExchange 71 23 24 21
198 134: 6(int64_t) AtomicExchange 133 23 24 21
Dspv.imageAtomic64.frag.out210 98: 6(int64_t) AtomicExchange 97 30 21 96
284 168: 6(int64_t) AtomicExchange 167 116 119 166
374 266: 7(int64_t) AtomicExchange 265 30 21 264
451 336: 7(int64_t) AtomicExchange 335 116 119 334
Dhlsl.intrinsics.comp.out40 0:29 AtomicExchange ( temp uint)
122 0:63 AtomicExchange ( temp 2-component vector of uint)
196 0:90 AtomicExchange ( temp 3-component vector of uint)
271 0:117 AtomicExchange ( temp 4-component vector of uint)
400 0:29 AtomicExchange ( temp uint)
482 0:63 AtomicExchange ( temp 2-component vector of uint)
556 0:90 AtomicExchange ( temp 3-component vector of uint)
631 0:117 AtomicExchange ( temp 4-component vector of uint)
923 84: 8(int) AtomicExchange 66(gs_ua) 69 70 83
980 127: 26(ivec2) AtomicExchange 111(gs_ua2) 69 70 126
[all …]
Dspv.atomic.comp.out122 56: 28(int) AtomicExchange 39(atomi) 14 15 55
Dspv.image.frag.out487 328: 6(int) AtomicExchange 327 237 19 326
496 336: 18(int) AtomicExchange 335 237 19 334
Dhlsl.structbuffer.atomics.frag.out85 0:14 AtomicExchange ( temp uint)
324 0:14 AtomicExchange ( temp uint)
566 45: 6(int) AtomicExchange 44 26 27 25
Dhlsl.earlydepthstencil.frag.out185 35: 10(int) AtomicExchange 34 27 22 27
D420.frag.out59 0:33 AtomicExchange ( global int)
Dspv.memoryScopeSemantics.comp.out217 61: 6(int) AtomicExchange 10(atomi) 12 17 60
D310.comp.out273 0:161 AtomicExchange ( global highp int)
Dhlsl.rw.atomics.frag.out4203 70: 12(int) AtomicExchange 69 34 31 68
4297 166: 16(int) AtomicExchange 165 34 31 164
4391 257: 12(int) AtomicExchange 256 34 31 255
4485 348: 16(int) AtomicExchange 347 34 31 346
4579 439: 12(int) AtomicExchange 438 34 31 437
4673 530: 16(int) AtomicExchange 529 34 31 528
4767 619: 12(int) AtomicExchange 618 34 31 617
4861 708: 16(int) AtomicExchange 707 34 31 706
4955 794: 12(int) AtomicExchange 793 34 31 792
5049 880: 16(int) AtomicExchange 879 34 31 878
[all …]
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h86 AtomicExchange, enumerator
DIceTargetLoweringMIPS32.cpp720 case Intrinsics::AtomicExchange: in genTargetHelperCallFor()
4529 case Intrinsics::AtomicExchange: in createArithInst()
4837 if (Operation != Intrinsics::AtomicExchange) { in lowerIntrinsic()
4842 if (Operation == Intrinsics::AtomicExchange) { in lowerIntrinsic()
4866 if (Operation == Intrinsics::AtomicExchange) { in lowerIntrinsic()
DIceTargetLoweringARM32.cpp4866 case Intrinsics::AtomicExchange: in createArithInst()
4920 if (Operation == Intrinsics::AtomicExchange) { in lowerAtomicRMW()
4970 if (Operation == Intrinsics::AtomicExchange) { in lowerInt64AtomicRMW()
DIceTargetLoweringX86BaseImpl.h4912 case Intrinsics::AtomicExchange:
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc333 static T AtomicExchange(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicExchange() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cpp338 static T AtomicExchange(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicExchange() function
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3198 OP(AtomicExchange, atomic_exchange) in vtn_handle_image()
3362 OP(AtomicExchange, exchange) in get_uniform_nir_atomic_op()
3393 OP(AtomicExchange, atomic_exchange) in get_deref_nir_atomic_op()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1617 return createAtomicRMW(Ice::Intrinsics::AtomicExchange, ptr, value, memoryOrder); in createAtomicExchange()