Searched refs:buffer_mem_alloc (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/freedreno/decode/ |
H A D | replay.c | 626 buffer_mem_alloc(struct device *dev, struct buffer *buf) in buffer_mem_alloc() function 840 buffer_mem_alloc(struct device *dev, struct buffer *buf) in buffer_mem_alloc() function 1206 buffer_mem_alloc(struct device *dev, struct buffer *buf) in buffer_mem_alloc() function 1236 buffer_mem_alloc(dev, buf); in upload_buffer() 1240 buffer_mem_alloc(dev, buf); in upload_buffer()
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vklayertests_buffer_image_memory_sampler.cpp | 989 VkMemoryAllocateInfo image_mem_alloc = {}, buffer_mem_alloc = {}; in TEST_F() local 994 buffer_mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in TEST_F() 995 buffer_mem_alloc.allocationSize = buffer_mem_reqs.size; in TEST_F() 996 … pass = m_device->phy().set_memory_type(buffer_mem_reqs.memoryTypeBits, &buffer_mem_alloc, 0); in TEST_F() 1002 err = vkAllocateMemory(device(), &buffer_mem_alloc, NULL, &buffer_mem); in TEST_F()
|