Searched refs:radv_alloc_memory (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_device_memory.c | 65 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 D | radv_device_memory.h | 45 VkResult radv_alloc_memory(struct radv_device *device, const VkMemoryAllocateInfo *pAllocateInfo,
|
H A D | radv_device.c | 342 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 D | 19.3.3.rst | 186 - radv: fix double free corruption in radv_alloc_memory()
|
H A D | 20.0.0.rst | 3190 - radv: fix double free corruption in radv_alloc_memory()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/layers/ |
H A D | radv_rra_layer.c | 103 result = radv_alloc_memory(device, &alloc_info, NULL, &buffer->memory, true); in rra_init_accel_struct_data_buffer()
|