Searched refs:image_load (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.SI.image.ll | 4 ;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() {
|
D | llvm.amdgcn.image.ll | 5 ;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
|
D | llvm.amdgcn.s.waitcnt.ll | 20 ; CHECK: image_load
|
/external/syslinux/gpxe/src/core/ |
D | image.c | 196 int image_load ( struct image *image ) { in image_load() function 215 return image_load ( image ); in image_autoload()
|
/external/llvm/test/MC/AMDGPU/ |
D | mimg.s | 5 image_load v[4:6], v[237:240], s[28:35] dmask:0x7 unorm label
|
/external/syslinux/core/elflink/ |
D | common.h | 47 extern int image_load(struct elf_module *module);
|
/external/syslinux/com32/lib/sys/module/ |
D | common.h | 56 extern int image_load(struct elf_module *module);
|
D | elf_module.c | 196 res = image_load(module); in module_load()
|
D | common.c | 93 int image_load(struct elf_module *module) in image_load() function
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | image.h | 156 extern int image_load ( struct image *image );
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderImageLoadStoreTests.cpp | 431 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/ |
D | SIInstructions.td | 1108 defm IMAGE_LOAD : MIMG_NoSampler <0x00000000, "image_load">;
|