Home
last modified time | relevance | path

Searched defs:buffer_mem_alloc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dreplay.c626 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
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_buffer_image_memory_sampler.cpp989 VkMemoryAllocateInfo image_mem_alloc = {}, buffer_mem_alloc = {}; in TEST_F() local