Searched refs:mem_alloc (Results 1 – 9 of 9) sorted by relevance
/external/ltp/tools/pounder21/test_repo/T90ramp/ |
D | D13mem_alloc | 4 $POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/mem_alloc
|
/external/vulkan-validation-layers/demos/ |
D | cube.c | 131 VkMemoryAllocateInfo mem_alloc; member 368 VkMemoryAllocateInfo mem_alloc; member 377 VkMemoryAllocateInfo mem_alloc; member 767 demo->uniform_data.mem_alloc.allocationSize, 0, in demo_update_data_buffer() 1121 demo->depth.mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in demo_prepare_depth() 1122 demo->depth.mem_alloc.pNext = NULL; in demo_prepare_depth() 1123 demo->depth.mem_alloc.allocationSize = mem_reqs.size; in demo_prepare_depth() 1124 demo->depth.mem_alloc.memoryTypeIndex = 0; in demo_prepare_depth() 1128 &demo->depth.mem_alloc.memoryTypeIndex); in demo_prepare_depth() 1132 err = vkAllocateMemory(demo->device, &demo->depth.mem_alloc, NULL, in demo_prepare_depth() [all …]
|
D | cube.cpp | 76 vk::MemoryAllocateInfo mem_alloc; member 1472 uniform_data.mem_alloc.setAllocationSize(mem_reqs.size); in prepare_cube_data_buffer() 1473 uniform_data.mem_alloc.setMemoryTypeIndex(0); in prepare_cube_data_buffer() 1479 &uniform_data.mem_alloc.memoryTypeIndex); in prepare_cube_data_buffer() 1482 result = device.allocateMemory(&uniform_data.mem_alloc, nullptr, in prepare_cube_data_buffer() 1487 uniform_data.mem_alloc.allocationSize, in prepare_cube_data_buffer() 1527 depth.mem_alloc.setAllocationSize(mem_reqs.size); in prepare_depth() 1528 depth.mem_alloc.setMemoryTypeIndex(0); in prepare_depth() 1532 &depth.mem_alloc.memoryTypeIndex); in prepare_depth() 1535 result = device.allocateMemory(&depth.mem_alloc, nullptr, &depth.mem); in prepare_depth() [all …]
|
/external/ltp/tools/pounder21/src/mem_alloc_test/ |
D | Makefile | 21 bins = mem_alloc
|
/external/ltp/tools/pounder21/test_scripts/ |
D | mem_alloc | 32 $POUNDER_SRCDIR/mem_alloc_test/mem_alloc
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 1743 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local 1744 mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in TEST_F() 1745 mem_alloc.pNext = NULL; in TEST_F() 1746 mem_alloc.allocationSize = 0; in TEST_F() 1753 mem_alloc.allocationSize = mem_reqs.size; in TEST_F() 1755 …pass = m_device->phy().set_memory_type(mem_reqs.memoryTypeBits, &mem_alloc, 0, VK_MEMORY_PROPERTY_… in TEST_F() 1763 err = vkAllocateMemory(m_device->device(), &mem_alloc, NULL, &mem); in TEST_F() 1813 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local 1814 mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in TEST_F() 1815 mem_alloc.pNext = NULL; in TEST_F() [all …]
|
/external/pdfium/third_party/libtiff/ |
D | tif_print.c | 577 int mem_alloc = 0; in TIFFPrintDirectory() local 626 mem_alloc = 1; in TIFFPrintDirectory() 643 if(mem_alloc) in TIFFPrintDirectory()
|
/external/zlib/src/test/ |
D | infcover.c | 71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() function 171 strm->zalloc = mem_alloc; in mem_setup()
|
/external/ltp/tools/pounder21/ |
D | CHANGELOG | 113 - mem_alloc: Only run every 15min. Constantly being OOM is annoying. 151 - fast-tests: Run mem_alloc
|