/third_party/glslang/Test/baseResults/ |
D | spv.atomicFloat.comp.out | 179 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 …]
|
D | spv.imageAtomic64.frag.out | 210 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
|
D | spv.volatileAtomic.comp.out | 38 17: 6(int) AtomicExchange 14 16 15 15
|
D | spv.atomicInt64.comp.out | 124 72: 6(int64_t) AtomicExchange 71 23 24 21 198 134: 6(int64_t) AtomicExchange 133 23 24 21
|
D | spv.460.frag.out | 47 28: 6(int) AtomicExchange 8(aui) 12 13 27
|
D | hlsl.intrinsics.comp.out | 40 0:31 AtomicExchange ( temp uint) 125 0:67 AtomicExchange ( temp 2-component vector of uint) 199 0:94 AtomicExchange ( temp 3-component vector of uint) 274 0:121 AtomicExchange ( temp 4-component vector of uint) 405 0:31 AtomicExchange ( temp uint) 490 0:67 AtomicExchange ( temp 2-component vector of uint) 564 0:94 AtomicExchange ( temp 3-component vector of uint) 639 0:121 AtomicExchange ( temp 4-component vector of uint) 940 84: 8(int) AtomicExchange 66(gs_ua) 69 70 83 999 132: 26(ivec2) AtomicExchange 116(gs_ua2) 69 70 131 [all …]
|
D | spv.atomic.comp.out | 122 56: 28(int) AtomicExchange 39(atomi) 14 15 55
|
D | spv.image.frag.out | 502 338: 6(int) AtomicExchange 337 36 19 336 511 346: 18(int) AtomicExchange 345 36 19 344
|
D | hlsl.structbuffer.atomics.frag.out | 85 0:14 AtomicExchange ( temp uint) 324 0:14 AtomicExchange ( temp uint) 566 45: 6(int) AtomicExchange 44 26 27 25
|
D | hlsl.earlydepthstencil.frag.out | 185 35: 10(int) AtomicExchange 34 27 22 27
|
D | spv.memoryScopeSemantics.comp.out | 217 61: 6(int) AtomicExchange 10(atomi) 12 17 60
|
D | 420.frag.out | 59 0:33 AtomicExchange ( global int)
|
D | vk.relaxed.frag.out | 112 0:60 AtomicExchange ( global highp uint) 445 0:60 AtomicExchange ( global highp uint) 932 71: 6(int) AtomicExchange 69 40 33 70
|
D | 400.frag.out | 76 0:22 AtomicExchange ( global int)
|
D | hlsl.rw.atomics.frag.out | 4203 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 …]
|
D | 310.comp.out | 273 0:161 AtomicExchange ( global highp int)
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 457 Return(SmiFromInt32(Signed(AtomicExchange(MachineType::Int8(), backing_store, in TF_BUILTIN() 461 Return(SmiFromInt32(Signed(AtomicExchange(MachineType::Uint8(), backing_store, in TF_BUILTIN() 466 AtomicExchange(MachineType::Int16(), backing_store, in TF_BUILTIN() 471 AtomicExchange(MachineType::Uint16(), backing_store, in TF_BUILTIN() 476 AtomicExchange(MachineType::Int32(), backing_store, in TF_BUILTIN() 481 AtomicExchange(MachineType::Uint32(), backing_store, in TF_BUILTIN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.h | 85 AtomicExchange, enumerator
|
D | IceTargetLoweringMIPS32.cpp | 718 case Intrinsics::AtomicExchange: in genTargetHelperCallFor() 4495 case Intrinsics::AtomicExchange: in createArithInst() 4803 if (Operation != Intrinsics::AtomicExchange) { in lowerIntrinsic() 4808 if (Operation == Intrinsics::AtomicExchange) { in lowerIntrinsic() 4832 if (Operation == Intrinsics::AtomicExchange) { in lowerIntrinsic()
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 645 void LiftoffAssembler::AtomicExchange(Register dst_addr, Register offset_reg, in AtomicExchange() function 665 TurboAssembler::AtomicExchange<uint8_t>(dst, value.gp(), result.gp()); in AtomicExchange() 675 TurboAssembler::AtomicExchange<uint16_t>(dst, r0, result.gp()); in AtomicExchange() 678 TurboAssembler::AtomicExchange<uint16_t>(dst, value.gp(), result.gp()); in AtomicExchange() 689 TurboAssembler::AtomicExchange<uint32_t>(dst, r0, result.gp()); in AtomicExchange() 692 TurboAssembler::AtomicExchange<uint32_t>(dst, value.gp(), result.gp()); in AtomicExchange() 699 TurboAssembler::AtomicExchange<uint64_t>(dst, r0, result.gp()); in AtomicExchange() 702 TurboAssembler::AtomicExchange<uint64_t>(dst, value.gp(), result.gp()); in AtomicExchange()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 393 CASE_UNSIGNED_ALL_OP(AtomicExchange, "atomic.xchng") in OpcodeName()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 583 __ AtomicExchange<_type>( \ 2043 __ AtomicExchange<int8_t>( in AssembleArchInstruction() 2048 __ AtomicExchange<uint8_t>( in AssembleArchInstruction()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 3405 OP(AtomicExchange, atomic_exchange) in vtn_handle_image() 3612 OP(AtomicExchange, exchange) in get_uniform_nir_atomic_op() 3644 OP(AtomicExchange, atomic_exchange) in get_deref_nir_atomic_op()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.h | 413 void AtomicExchange(MemOperand dst, Register new_value, Register output) { in AtomicExchange() function
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-assembler.h | 778 inline void AtomicExchange(Register dst_addr, Register offset_reg,
|