Searched refs:VulkanFunctions (Results 1 – 25 of 25) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanInfo.h | 29 struct VulkanFunctions; 80 ResultOrError<VulkanGlobalInfo> GatherGlobalInfo(const VulkanFunctions& vkFunctions); 83 const VulkanFunctions& vkFunctions);
|
D | VulkanInfo.cpp | 29 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()
|
D | BackendVk.h | 46 const VulkanFunctions& GetFunctions() const; 62 VulkanFunctions mFunctions;
|
D | VulkanFunctions.cpp | 30 MaybeError VulkanFunctions::LoadGlobalProcs(const DynamicLib& vulkanLib) { in LoadGlobalProcs() 57 MaybeError VulkanFunctions::LoadInstanceProcs(VkInstance instance, in LoadInstanceProcs() 171 MaybeError VulkanFunctions::LoadDeviceProcs(VkDevice device, in LoadDeviceProcs()
|
D | DeviceVk.h | 53 const VulkanFunctions fn; 161 VulkanFunctions* GetMutableFunctions();
|
D | DeviceVk.cpp | 65 VulkanFunctions* functions = GetMutableFunctions(); in Initialize() 515 VulkanFunctions* Device::GetMutableFunctions() { in GetMutableFunctions() 516 return const_cast<VulkanFunctions*>(&fn); in GetMutableFunctions()
|
D | VulkanFunctions.h | 31 struct VulkanFunctions { struct
|
D | BackendVk.cpp | 143 const VulkanFunctions& VulkanInstance::GetFunctions() const { in GetFunctions()
|
D | SwapChainVk.cpp | 91 const VulkanFunctions& fn = adapter->GetVulkanInstance()->GetFunctions(); in CreateVulkanSurface()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | BackendVk.h | 31 const VulkanFunctions& GetFunctions() const; 55 VulkanFunctions mFunctions;
|
D | VulkanInfo.cpp | 50 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()
|
D | VulkanFunctions.cpp | 28 MaybeError VulkanFunctions::LoadGlobalProcs(const DynamicLib& vulkanLib) { in LoadGlobalProcs() 46 MaybeError VulkanFunctions::LoadInstanceProcs(VkInstance instance, in LoadInstanceProcs() 89 MaybeError VulkanFunctions::LoadDeviceProcs(VkDevice device, in LoadDeviceProcs()
|
D | DeviceVk.h | 47 const VulkanFunctions fn; 109 VulkanFunctions* GetMutableFunctions();
|
D | DeviceVk.cpp | 54 VulkanFunctions* functions = GetMutableFunctions(); in Initialize() 404 VulkanFunctions* Device::GetMutableFunctions() { in GetMutableFunctions() 405 return const_cast<VulkanFunctions*>(&fn); in GetMutableFunctions()
|
D | BackendVk.cpp | 50 const VulkanFunctions& Backend::GetFunctions() const { in GetFunctions()
|
D | VulkanFunctions.h | 31 struct VulkanFunctions { struct
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
D | SemaphoreServiceNull.cpp | 30 const VulkanFunctions& fn) { in CheckSupport()
|
D | SemaphoreService.h | 37 const VulkanFunctions& fn);
|
D | SemaphoreServiceZirconHandle.cpp | 35 const VulkanFunctions& fn) { in CheckSupport()
|
D | SemaphoreServiceFD.cpp | 42 const VulkanFunctions& fn) { in CheckSupport()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
D | MemoryServiceDmaBuf.cpp | 30 ResultOrError<uint32_t> GetModifierPlaneCount(const VulkanFunctions& fn, in GetModifierPlaneCount()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CMakeLists.txt | 508 "vulkan/VulkanFunctions.cpp" 509 "vulkan/VulkanFunctions.h"
|
D | BUILD.gn | 633 "vulkan/VulkanFunctions.cpp", 634 "vulkan/VulkanFunctions.h",
|
/third_party/flutter/skia/third_party/dawn/ |
D | BUILD.gn | 530 "src/dawn_native/vulkan/VulkanFunctions.cpp", 531 "src/dawn_native/vulkan/VulkanFunctions.h",
|
/third_party/flutter/skia/third_party/externals/dawn/ |
D | BUILD.gn | 372 "src/dawn_native/vulkan/VulkanFunctions.cpp", 373 "src/dawn_native/vulkan/VulkanFunctions.h",
|