Home
last modified time | relevance | path

Searched refs:GetDeviceMemoryCommitment (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp267 GET_DEVICE_PROC(GetDeviceMemoryCommitment); in LoadDeviceProcs()
DVulkanFunctions.h244 PFN_vkGetDeviceMemoryCommitment GetDeviceMemoryCommitment = nullptr; member
/third_party/skia/src/gpu/vk/
DGrVkImage.cpp378 VK_CALL(gpu, GetDeviceMemoryCommitment(gpu->device(), fInfo.fAlloc.fMemory, &size)); in setImageLayoutAndQueueIndex()
DGrVkInterface.cpp60 ACQUIRE_PROC(GetDeviceMemoryCommitment, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h306 PFN_vkGetDeviceMemoryCommitment GetDeviceMemoryCommitment; member
Dvk_loader_extensions.c356 …table->GetDeviceMemoryCommitment = (PFN_vkGetDeviceMemoryCommitment)gpa(dev, "vkGetDeviceMemoryCom… in loader_init_device_dispatch_table()
1415 if (!strcmp(name, "GetDeviceMemoryCommitment")) return (void *)table->GetDeviceMemoryCommitment; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h442 …table->GetDeviceMemoryCommitment = (PFN_vkGetDeviceMemoryCommitment) gpa(device, "vkGetDeviceMemor… in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
Dtrampoline.c1081 disp->GetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes); in vkGetDeviceMemoryCommitment()