/third_party/flutter/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 79 fPhysicalDevice = backendContext.fPhysicalDevice; in initializeContext() 94 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext() 130 VkResult res = fGetPhysicalDeviceSurfaceSupportKHR(fPhysicalDevice, fPresentQueueIndex, in initializeContext() 153 VkResult res = fGetPhysicalDeviceSurfaceCapabilitiesKHR(fPhysicalDevice, fSurface, &caps); in createSwapchain() 159 res = fGetPhysicalDeviceSurfaceFormatsKHR(fPhysicalDevice, fSurface, &surfaceFormatCount, in createSwapchain() 167 res = fGetPhysicalDeviceSurfaceFormatsKHR(fPhysicalDevice, fSurface, &surfaceFormatCount, in createSwapchain() 174 res = fGetPhysicalDeviceSurfacePresentModesKHR(fPhysicalDevice, fSurface, &presentModeCount, in createSwapchain() 182 res = fGetPhysicalDeviceSurfacePresentModesKHR(fPhysicalDevice, fSurface, &presentModeCount, in createSwapchain() 441 fPhysicalDevice = VK_NULL_HANDLE; in destroyContext()
|
D | VulkanWindowContext.h | 68 VkPhysicalDevice fPhysicalDevice = VK_NULL_HANDLE; variable
|
/third_party/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 80 fPhysicalDevice = backendContext.fPhysicalDevice; in initializeContext() 95 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext() 131 VkResult res = fGetPhysicalDeviceSurfaceSupportKHR(fPhysicalDevice, fPresentQueueIndex, in initializeContext() 154 VkResult res = fGetPhysicalDeviceSurfaceCapabilitiesKHR(fPhysicalDevice, fSurface, &caps); in createSwapchain() 160 res = fGetPhysicalDeviceSurfaceFormatsKHR(fPhysicalDevice, fSurface, &surfaceFormatCount, in createSwapchain() 168 res = fGetPhysicalDeviceSurfaceFormatsKHR(fPhysicalDevice, fSurface, &surfaceFormatCount, in createSwapchain() 175 res = fGetPhysicalDeviceSurfacePresentModesKHR(fPhysicalDevice, fSurface, &presentModeCount, in createSwapchain() 183 res = fGetPhysicalDeviceSurfacePresentModesKHR(fPhysicalDevice, fSurface, &presentModeCount, in createSwapchain() 467 fPhysicalDevice = VK_NULL_HANDLE; in destroyContext()
|
D | VulkanWindowContext.h | 68 VkPhysicalDevice fPhysicalDevice = VK_NULL_HANDLE; variable
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 61 backendContext.fPhysicalDevice == VK_NULL_HANDLE || in Make() 95 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make() 124 backendContext.fPhysicalDevice, 0, nullptr, 1, &swapChainExtName); in Make() 139 caps.reset(new GrVkCaps(options, interface.get(), backendContext.fPhysicalDevice, in Make() 146 caps.reset(new GrVkCaps(options, interface.get(), backendContext.fPhysicalDevice, in Make() 169 backendContext.fPhysicalDevice, 0, nullptr, 1, &swapChainExtName); in Make() 171 caps.reset(new GrVkCaps(options, interface.get(), backendContext.fPhysicalDevice, in Make() 184 backendContext.fPhysicalDevice, in Make() 214 , fPhysicalDevice(backendContext.fPhysicalDevice) in GrVkGpu() 227 VK_CALL(GetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &fPhysDevProps)); in GrVkGpu() [all …]
|
D | GrVkGpu.h | 64 VkPhysicalDevice physicalDevice() const { return fPhysicalDevice; } in physicalDevice() 387 VkPhysicalDevice fPhysicalDevice; variable
|
/third_party/skia/include/gpu/vk/ |
D | GrVkBackendContext.h | 47 VkPhysicalDevice fPhysicalDevice; member
|
/third_party/flutter/skia/include/gpu/vk/ |
D | GrVkBackendContext.h | 48 VkPhysicalDevice fPhysicalDevice; member
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 68 backendContext.fPhysicalDevice == VK_NULL_HANDLE || in Make() 102 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make() 131 backendContext.fPhysicalDevice, 0, nullptr, 1, &swapChainExtName); in Make() 162 , fPhysicalDevice(backendContext.fPhysicalDevice) in GrVkGpu() 173 fMemoryAllocator.reset(new GrVkAMDMemoryAllocator(backendContext.fPhysicalDevice, in GrVkGpu() 180 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice, in GrVkGpu() 188 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice, in GrVkGpu() 211 backendContext.fPhysicalDevice, 0, nullptr, 1, &swapChainExtName); in GrVkGpu() 213 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice, in GrVkGpu() 219 VK_CALL(GetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &fPhysDevProps)); in GrVkGpu() [all …]
|
D | GrVkGpu.h | 54 VkPhysicalDevice physicalDevice() const { return fPhysicalDevice; } in physicalDevice() 287 VkPhysicalDevice fPhysicalDevice; variable
|
/third_party/flutter/skia/tests/ |
D | VkYcbcrSamplerTest.cpp | 197 fVkGetPhysicalDeviceFormatProperties(fBackendContext.fPhysicalDevice, in createI420Image() 230 fVkGetPhysicalDeviceMemoryProperties(fBackendContext.fPhysicalDevice, &phyDevMemProps); in createI420Image()
|
D | VkHardwareBufferTest.cpp | 621 err = fVkGetPhysicalDeviceImageFormatProperties2(fBackendContext.fPhysicalDevice, in checkOptimalHardwareBuffer() 727 fVkGetPhysicalDeviceMemoryProperties2(fBackendContext.fPhysicalDevice, &phyDevMemProps); in importHardwareBuffer() 852 fVkGetPhysicalDeviceExternalSemaphoreProperties(fBackendContext.fPhysicalDevice, &exSemInfo, in setupSemaphoreForSignaling()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface_producer.cc | 107 backend_context.fPhysicalDevice = logical_device_->GetPhysicalDeviceHandle(); in Initialize()
|
/third_party/flutter/skia/site/user/special/ |
D | vulkan.md | 28 vkBackendContext.fPhysicalDevice = vkPhysDevice;
|
/third_party/skia/site/docs/user/special/ |
D | vulkan.md | 33 vkBackendContext.fPhysicalDevice = vkPhysDevice;
|
/third_party/skia/tests/ |
D | VkHardwareBufferTest.cpp | 625 err = fVkGetPhysicalDeviceImageFormatProperties2(fBackendContext.fPhysicalDevice, in checkOptimalHardwareBuffer() 731 fVkGetPhysicalDeviceMemoryProperties2(fBackendContext.fPhysicalDevice, &phyDevMemProps); in importHardwareBuffer() 864 fVkGetPhysicalDeviceExternalSemaphoreProperties(fBackendContext.fPhysicalDevice, &exSemInfo, in setupSemaphoreForSignaling()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_window.cc | 241 context->fPhysicalDevice = logical_device_->GetPhysicalDeviceHandle(); in CreateSkiaBackendContext()
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 742 ctx->fPhysicalDevice = physDev; in CreateVkBackendContext()
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 782 ctx->fPhysicalDevice = physDev; in CreateVkBackendContext()
|