Searched refs:GetBufferMemoryRequirements (Results 1 – 19 of 19) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | StagingBufferVk.cpp | 43 mDevice->fn.GetBufferMemoryRequirements(mDevice->GetVkDevice(), mBuffer, &requirements); in Initialize()
|
D | VulkanFunctions.cpp | 184 GET_DEVICE_PROC(GetBufferMemoryRequirements); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 180 PFN_vkGetBufferMemoryRequirements GetBufferMemoryRequirements = nullptr; member
|
D | BufferVk.cpp | 134 device->fn.GetBufferMemoryRequirements(device->GetVkDevice(), mHandle, &requirements); in Buffer()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | StagingBufferVk.cpp | 45 mDevice->fn.GetBufferMemoryRequirements(mDevice->GetVkDevice(), mBuffer, &requirements); in Initialize()
|
D | VulkanFunctions.cpp | 266 GET_DEVICE_PROC(GetBufferMemoryRequirements); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 243 PFN_vkGetBufferMemoryRequirements GetBufferMemoryRequirements = nullptr; member
|
D | BufferVk.cpp | 199 device->fn.GetBufferMemoryRequirements(device->GetVkDevice(), mHandle, &requirements); in Initialize()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 196 WSI_CB(GetBufferMemoryRequirements);
|
D | wsi_common_drm.c | 495 wsi->GetBufferMemoryRequirements(chain->device, image->prime.buffer, &reqs); in wsi_create_prime_image()
|
D | wsi_common.c | 97 WSI_GET_CB(GetBufferMemoryRequirements); in wsi_device_init()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 32 GR_COPY_FUNCTION(GetBufferMemoryRequirements); in GrVkAMDMemoryAllocator()
|
D | GrVkInterface.cpp | 63 ACQUIRE_PROC(GetBufferMemoryRequirements, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 49 GR_COPY_FUNCTION(GetBufferMemoryRequirements); in Make()
|
D | GrVkInterface.cpp | 63 ACQUIRE_PROC(GetBufferMemoryRequirements, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1046 device_data->vtable.GetBufferMemoryRequirements(device_data->device, in ensure_swapchain_fonts() 1150 data->vtable.GetBufferMemoryRequirements(data->device, *buffer, &req); in CreateOrResizeBuffer()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 475 VKSCR(GetBufferMemoryRequirements)(screen->dev, obj->buffer, &reqs); in resource_object_create()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7750 void GetBufferMemoryRequirements( 16200 void VmaAllocator_T::GetBufferMemoryRequirements( in GetBufferMemoryRequirements() function 18151 allocator->GetBufferMemoryRequirements(buffer, vkMemReq, in vmaAllocateMemoryForBuffer() 18793 allocator->GetBufferMemoryRequirements(*pBuffer, vkMemReq, in vmaCreateBuffer()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 681 - panvk: Fix size overflow in GetBufferMemoryRequirements()
|