Home
last modified time | relevance | path

Searched refs:image_load (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dllvm.SI.image.ll4 ;CHECK-LABEL: {{^}}image_load:
5 ;CHECK: image_load {{v\[[0-9]+:[0-9]+\]}}, {{v\[[0-9]+:[0-9]+\]}}, {{s\[[0-9]+:[0-9]+\]}} dmask:0xf
6 define amdgpu_ps void @image_load() {
Dllvm.amdgcn.image.ll5 ;CHECK: image_load v[0:3], v[0:3], s[0:7] dmask:0xf unorm
14 ;CHECK: image_load v[0:3], v[0:1], s[0:7] dmask:0xf unorm
23 ;CHECK: image_load v[0:3], v0, s[0:7] dmask:0xf unorm
41 ;CHECK: image_load v0, v[0:3], s[0:7] dmask:0x1 unorm
88 ;CHECK: image_load v[0:3], v4, s[8:15] dmask:0xf unorm
Dllvm.amdgcn.s.waitcnt.ll20 ; CHECK: image_load
/external/syslinux/gpxe/src/core/
Dimage.c196 int image_load ( struct image *image ) { in image_load() function
215 return image_load ( image ); in image_autoload()
/external/llvm/test/MC/AMDGPU/
Dmimg.s5 image_load v[4:6], v[237:240], s[28:35] dmask:0x7 unorm label
/external/syslinux/core/elflink/
Dcommon.h47 extern int image_load(struct elf_module *module);
/external/syslinux/com32/lib/sys/module/
Dcommon.h56 extern int image_load(struct elf_module *module);
Delf_module.c196 res = image_load(module); in module_load()
Dcommon.c93 int image_load(struct elf_module *module) in image_load() function
/external/syslinux/gpxe/src/include/gpxe/
Dimage.h156 extern int image_load ( struct image *image );
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp431 void image_load (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_load() function
561 image_load(ctx, (glu::TextureTestUtil::TextureType)Type); in loadFuncWrapper()
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td1108 defm IMAGE_LOAD : MIMG_NoSampler <0x00000000, "image_load">;