Home
last modified time | relevance | path

Searched refs:radv_alloc_memory (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_device_memory.c65 radv_alloc_memory(struct radv_device *device, const VkMemoryAllocateInfo *pAllocateInfo, in radv_alloc_memory() function
273 return radv_alloc_memory(device, pAllocateInfo, pAllocator, pMem, false); in radv_AllocateMemory()
H A Dradv_device_memory.h45 VkResult radv_alloc_memory(struct radv_device *device, const VkMemoryAllocateInfo *pAllocateInfo,
H A Dradv_device.c342 result = radv_alloc_memory(device, &alloc_info, &device->meta_state.alloc, &mem, true); in radv_device_init_vrs_state()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D19.3.3.rst186 - radv: fix double free corruption in radv_alloc_memory()
H A D20.0.0.rst3190 - radv: fix double free corruption in radv_alloc_memory()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/layers/
H A Dradv_rra_layer.c103 result = radv_alloc_memory(device, &alloc_info, NULL, &buffer->memory, true); in rra_init_accel_struct_data_buffer()