Home
last modified time | relevance | path

Searched refs:image_store (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.s.waitcnt.ll5 ; CHECK: image_store
7 ; CHECK-NEXT: image_store
23 ; CHECK-NEXT: image_store
Dllvm.amdgcn.image.ll52 ;CHECK: image_store v[0:3], v[4:7], s[0:7] dmask:0xf unorm
60 ;CHECK: image_store v[0:3], v[4:5], s[0:7] dmask:0xf unorm
68 ;CHECK: image_store v[0:3], v4, s[0:7] dmask:0xf unorm
86 ;CHECK: image_store v[0:3], v4, s[0:7] dmask:0xf unorm
90 ;CHECK: image_store v[0:3], v4, s[16:23] dmask:0xf unorm
/external/llvm/test/MC/AMDGPU/
Dmimg.s9 image_store v[193:195], v[237:240], s[28:35] dmask:0x7 unorm label
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp393 void image_store (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_store() function
567 image_store(ctx, (glu::TextureTestUtil::TextureType)Type); in storeFuncWrapper()
/external/mesa3d/src/compiler/nir/
Dnir_intrinsics.h180 INTRINSIC(image_store, 3, ARR(4, 1, 4), false, 0, 1, 0, xx, xx, xx, 0)
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td1114 defm IMAGE_STORE : MIMG_Store <0x00000008, "image_store">;