Home
last modified time | relevance | path

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

/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp80 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()
DVulkanWindowContext.h68 VkPhysicalDevice fPhysicalDevice = VK_NULL_HANDLE; variable
/third_party/skia/include/gpu/vk/
DGrVkBackendContext.h48 VkPhysicalDevice fPhysicalDevice; member
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp61 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 …]
DGrVkGpu.h64 VkPhysicalDevice physicalDevice() const { return fPhysicalDevice; } in physicalDevice()
387 VkPhysicalDevice fPhysicalDevice; variable
/third_party/skia/site/docs/user/special/
Dvulkan.md33 vkBackendContext.fPhysicalDevice = vkPhysDevice;
/third_party/skia/tests/
DVkHardwareBufferTest.cpp625 err = fVkGetPhysicalDeviceImageFormatProperties2(fBackendContext.fPhysicalDevice, in checkOptimalHardwareBuffer()
731 fVkGetPhysicalDeviceMemoryProperties2(fBackendContext.fPhysicalDevice, &phyDevMemProps); in importHardwareBuffer()
864 fVkGetPhysicalDeviceExternalSemaphoreProperties(fBackendContext.fPhysicalDevice, &exSemInfo, in setupSemaphoreForSignaling()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp782 ctx->fPhysicalDevice = physDev; in CreateVkBackendContext()