HomeSort by relevance Sort by last modified time
    Searched refs:image_load (Results 1 - 11 of 11) sorted by null

  /external/llvm/test/MC/AMDGPU/
mimg.s 5 image_load v[4:6], v[237:240], s[28:35] dmask:0x7 unorm label
6 // SICI: image_load v[4:6], v[237:240], s[28:35] dmask:0x7 unorm ; encoding: [0x00,0x17,0x00,0xf0,0xed,0x04,0x07,0x00]
7 // VI: image_load v[4:6], v[237:240], s[28:35] dmask:0x7 unorm ; encoding: [0x00,0x17,0x00,0xf0,0xed,0x04,0x07,0x00]
  /external/syslinux/com32/lib/sys/module/
common.h 56 extern int image_load(struct elf_module *module);
elf_module.c 196 res = image_load(module);
common.c 93 int image_load(struct elf_module *module) function
  /external/syslinux/core/elflink/
common.h 47 extern int image_load(struct elf_module *module);
  /external/syslinux/gpxe/src/core/
image.c 196 int image_load ( struct image *image ) { function
215 return image_load ( image );
  /external/syslinux/gpxe/src/include/gpxe/
image.h 156 extern int image_load ( struct image *image );
  /system/extras/verity/fec/
image.h 80 extern bool image_load(const std::vector<std::string>& filename, image *ctx);
main.cpp 180 if (!image_load(inp_filenames, &ctx)) {
230 !image_load(inp_filenames, &ctx)) {
image.cpp 145 bool image_load(const std::vector<std::string>& filenames, image *ctx) function
194 assert(ctx->rounds > 0); /* image_load should be called first */
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 431 void image_load (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) function in namespace:deqp::gles31::Functional::NegativeTestShared::__anon17359
561 image_load(ctx, (glu::TextureTestUtil::TextureType)Type);

Completed in 2854 milliseconds