Home
last modified time | relevance | path

Searched refs:VulkanFunctions (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.h29 struct VulkanFunctions;
80 ResultOrError<VulkanGlobalInfo> GatherGlobalInfo(const VulkanFunctions& vkFunctions);
83 const VulkanFunctions& vkFunctions);
DVulkanInfo.cpp29 const dawn_native::vulkan::VulkanFunctions& vkFunctions, in GatherInstanceExtensions()
64 ResultOrError<VulkanGlobalInfo> GatherGlobalInfo(const VulkanFunctions& vkFunctions) { in GatherGlobalInfo()
124 const VulkanFunctions& vkFunctions) { in GatherPhysicalDevices()
144 const VulkanFunctions& vkFunctions = adapter.GetVulkanInstance()->GetFunctions(); in GatherDeviceInfo()
276 const VulkanFunctions& vkFunctions = adapter.GetVulkanInstance()->GetFunctions(); in GatherSurfaceInfo()
DBackendVk.h46 const VulkanFunctions& GetFunctions() const;
62 VulkanFunctions mFunctions;
DVulkanFunctions.cpp30 MaybeError VulkanFunctions::LoadGlobalProcs(const DynamicLib& vulkanLib) { in LoadGlobalProcs()
57 MaybeError VulkanFunctions::LoadInstanceProcs(VkInstance instance, in LoadInstanceProcs()
171 MaybeError VulkanFunctions::LoadDeviceProcs(VkDevice device, in LoadDeviceProcs()
DDeviceVk.h53 const VulkanFunctions fn;
161 VulkanFunctions* GetMutableFunctions();
DDeviceVk.cpp65 VulkanFunctions* functions = GetMutableFunctions(); in Initialize()
515 VulkanFunctions* Device::GetMutableFunctions() { in GetMutableFunctions()
516 return const_cast<VulkanFunctions*>(&fn); in GetMutableFunctions()
DVulkanFunctions.h31 struct VulkanFunctions { struct
DBackendVk.cpp143 const VulkanFunctions& VulkanInstance::GetFunctions() const { in GetFunctions()
DSwapChainVk.cpp91 const VulkanFunctions& fn = adapter->GetVulkanInstance()->GetFunctions(); in CreateVulkanSurface()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.h31 const VulkanFunctions& GetFunctions() const;
55 VulkanFunctions mFunctions;
DVulkanInfo.cpp50 const VulkanFunctions& vkFunctions = backend.GetFunctions(); in GatherGlobalInfo()
130 const VulkanFunctions& vkFunctions = backend.GetFunctions(); in GetPhysicalDevices()
150 const VulkanFunctions& vkFunctions = adapter.GetBackend()->GetFunctions(); in GatherDeviceInfo()
230 const VulkanFunctions& vkFunctions = adapter.GetBackend()->GetFunctions(); in GatherSurfaceInfo()
DVulkanFunctions.cpp28 MaybeError VulkanFunctions::LoadGlobalProcs(const DynamicLib& vulkanLib) { in LoadGlobalProcs()
46 MaybeError VulkanFunctions::LoadInstanceProcs(VkInstance instance, in LoadInstanceProcs()
89 MaybeError VulkanFunctions::LoadDeviceProcs(VkDevice device, in LoadDeviceProcs()
DDeviceVk.h47 const VulkanFunctions fn;
109 VulkanFunctions* GetMutableFunctions();
DDeviceVk.cpp54 VulkanFunctions* functions = GetMutableFunctions(); in Initialize()
404 VulkanFunctions* Device::GetMutableFunctions() { in GetMutableFunctions()
405 return const_cast<VulkanFunctions*>(&fn); in GetMutableFunctions()
DBackendVk.cpp50 const VulkanFunctions& Backend::GetFunctions() const { in GetFunctions()
DVulkanFunctions.h31 struct VulkanFunctions { struct
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
DSemaphoreServiceNull.cpp30 const VulkanFunctions& fn) { in CheckSupport()
DSemaphoreService.h37 const VulkanFunctions& fn);
DSemaphoreServiceZirconHandle.cpp35 const VulkanFunctions& fn) { in CheckSupport()
DSemaphoreServiceFD.cpp42 const VulkanFunctions& fn) { in CheckSupport()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
DMemoryServiceDmaBuf.cpp30 ResultOrError<uint32_t> GetModifierPlaneCount(const VulkanFunctions& fn, in GetModifierPlaneCount()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCMakeLists.txt508 "vulkan/VulkanFunctions.cpp"
509 "vulkan/VulkanFunctions.h"
DBUILD.gn633 "vulkan/VulkanFunctions.cpp",
634 "vulkan/VulkanFunctions.h",
/third_party/flutter/skia/third_party/dawn/
DBUILD.gn530 "src/dawn_native/vulkan/VulkanFunctions.cpp",
531 "src/dawn_native/vulkan/VulkanFunctions.h",
/third_party/flutter/skia/third_party/externals/dawn/
DBUILD.gn372 "src/dawn_native/vulkan/VulkanFunctions.cpp",
373 "src/dawn_native/vulkan/VulkanFunctions.h",