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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
types.h 60 #define mem_alloc(bsize) malloc(bsize) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
types.h 61 #define mem_alloc(bsize) malloc(bsize) macro
  /external/vulkan-validation-layers/demos/
cube.c 112 VkMemoryAllocateInfo mem_alloc; member in struct:texture_object
383 VkMemoryAllocateInfo mem_alloc; member in struct:demo::__anon26472
392 VkMemoryAllocateInfo mem_alloc; member in struct:demo::__anon26473
666 demo->uniform_data.mem_alloc.allocationSize, 0,
    [all...]
tri.c 742 VkMemoryAllocateInfo mem_alloc = { local
776 mem_alloc.allocationSize = mem_reqs.size;
779 &mem_alloc.memoryTypeIndex);
783 err = vkAllocateMemory(demo->device, &mem_alloc, NULL, &demo->depth.mem);
829 VkMemoryAllocateInfo mem_alloc = { local
844 mem_alloc.allocationSize = mem_reqs.size;
847 required_props, &mem_alloc.memoryTypeIndex);
851 err = vkAllocateMemory(demo->device, &mem_alloc, NULL, &tex_obj->mem);
872 mem_alloc.allocationSize, 0, &data);
1037 VkMemoryAllocateInfo mem_alloc = { local
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 616 VkMemoryAllocateInfo mem_alloc = {}; local
617 mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
618 mem_alloc.pNext = NULL;
619 mem_alloc.allocationSize = 0;
622 mem_alloc.memoryTypeIndex = 1;
629 mem_alloc.allocationSize = mem_reqs.size;
632 m_device->phy().set_memory_type(mem_reqs.memoryTypeBits, &mem_alloc, 0,
641 err = vkAllocateMemory(m_device->device(), &mem_alloc, NULL, &mem);
696 // VkMemoryAllocateInfo mem_alloc = {
711 // mem_alloc.allocationSize = mem_reqs.size
770 VkMemoryAllocateInfo mem_alloc = {}; local
1050 VkMemoryAllocateInfo mem_alloc = {}; local
1122 VkMemoryAllocateInfo mem_alloc = {}; local
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_print.c 575 int mem_alloc = 0; local
624 mem_alloc = 1;
641 if(mem_alloc)
  /external/pdfium/third_party/libtiff/
tif_print.c 577 int mem_alloc = 0; local
626 mem_alloc = 1;
643 if(mem_alloc)
  /external/zlib/src/test/
infcover.c 71 local void *mem_alloc(void *mem, unsigned count, unsigned size) function
171 strm->zalloc = mem_alloc;

Completed in 100 milliseconds