Searched refs:AtomicAnd (Results 1 – 19 of 19) sorted by relevance
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.atomicInt64.comp.out | 89 44: 6(int64_t) AtomicAnd 43 23 24 21 94 48: 10(int64_t) AtomicAnd 47 23 24 31 163 106: 6(int64_t) AtomicAnd 105 23 24 21 168 110: 10(int64_t) AtomicAnd 109 23 24 31
|
D | hlsl.intrinsics.comp.out | 24 0:26 AtomicAnd ( temp uint) 29 0:27 AtomicAnd ( temp uint) 106 0:60 AtomicAnd ( temp 2-component vector of uint) 111 0:61 AtomicAnd ( temp 2-component vector of uint) 180 0:87 AtomicAnd ( temp 3-component vector of uint) 185 0:88 AtomicAnd ( temp 3-component vector of uint) 255 0:114 AtomicAnd ( temp 4-component vector of uint) 260 0:115 AtomicAnd ( temp 4-component vector of uint) 384 0:26 AtomicAnd ( temp uint) 389 0:27 AtomicAnd ( temp uint) [all …]
|
D | spv.460.frag.out | 40 22: 6(int) AtomicAnd 8(aui) 12 13 21
|
D | hlsl.structbuffer.atomics.frag.out | 37 0:10 AtomicAnd ( temp uint) 52 0:11 AtomicAnd ( temp uint) 276 0:10 AtomicAnd ( temp uint) 291 0:11 AtomicAnd ( temp uint) 554 35: 6(int) AtomicAnd 34 26 27 25 557 38: 6(int) AtomicAnd 37 26 27 25
|
D | spv.atomic.comp.out | 108 47: 6(int) AtomicAnd 44(atomu) 14 15 46
|
D | spv.image.frag.out | 436 286: 6(int) AtomicAnd 285 237 19 284 445 294: 18(int) AtomicAnd 293 237 19 292
|
D | spv.memoryScopeSemantics.comp.out | 163 27: 15(int) AtomicAnd 23(atomu) 16 17 25
|
D | hlsl.rw.atomics.frag.out | 4181 49: 12(int) AtomicAnd 48 34 31 47 4187 55: 12(int) AtomicAnd 54 34 31 53 4275 144: 16(int) AtomicAnd 143 34 31 142 4281 150: 16(int) AtomicAnd 149 34 31 148 4369 237: 12(int) AtomicAnd 236 34 31 235 4375 243: 12(int) AtomicAnd 242 34 31 241 4463 328: 16(int) AtomicAnd 327 34 31 326 4469 334: 16(int) AtomicAnd 333 34 31 332 4557 419: 12(int) AtomicAnd 418 34 31 417 4563 425: 12(int) AtomicAnd 424 34 31 423 [all …]
|
D | 310.comp.out | 259 0:160 AtomicAnd ( global highp uint)
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.h | 90 AtomicAnd, enumerator
|
D | IceTargetLoweringMIPS32.cpp | 719 case Intrinsics::AtomicAnd: in genTargetHelperCallFor() 4549 case Intrinsics::AtomicAnd: in createArithInst()
|
D | IceTargetLoweringARM32.cpp | 4875 case Intrinsics::AtomicAnd: in createArithInst()
|
D | IceTargetLoweringX86BaseImpl.h | 4823 case Intrinsics::AtomicAnd:
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVOpCodeEnum.h | 221 _SPIRV_OP(AtomicAnd, 240)
|
D | SPIRVInstruction.h | 1831 _SPIRV_OP(AtomicAnd, true, 7)
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 526 _SPIRV_OP(fetch_and_explicit, AtomicAnd) in init()
|
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 263 CASE_UNSIGNED_ALL_OP(AtomicAnd, "atomic_and") in OpcodeName()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 2346 OP(AtomicAnd, atomic_and) in vtn_handle_image() 2444 OP(AtomicAnd, atomic_and) in get_ssbo_nir_atomic_op() 2470 OP(AtomicAnd, atomic_and) in get_shared_nir_atomic_op() 2496 OP(AtomicAnd, atomic_and) in get_var_nir_atomic_op()
|
/external/v8/src/compiler/ |
D | code-assembler.h | 834 Node* AtomicAnd(MachineType type, Node* base, Node* offset, Node* value);
|