Home
last modified time | relevance | path

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

/external/skia/tools/sk_app/
DVulkanWindowContext.cpp79 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()
430 fPhysicalDevice = VK_NULL_HANDLE; in destroyContext()
DVulkanWindowContext.h68 VkPhysicalDevice fPhysicalDevice = VK_NULL_HANDLE; variable
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp79 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()
486 fPhysicalDevice = VK_NULL_HANDLE; in destroyContext()
DVulkanWindowContext.h71 VkPhysicalDevice fPhysicalDevice = VK_NULL_HANDLE; variable
/external/skqp/include/gpu/vk/
DGrVkBackendContext.h47 VkPhysicalDevice fPhysicalDevice; member
/external/skia/include/gpu/vk/
DGrVkBackendContext.h47 VkPhysicalDevice fPhysicalDevice; member
/external/skqp/src/gpu/vk/
DGrVkGpu.h55 VkPhysicalDevice physicalDevice() const { return fPhysicalDevice; } in physicalDevice()
268 VkPhysicalDevice fPhysicalDevice; variable
DGrVkGpu.cpp62 backendContext.fPhysicalDevice == VK_NULL_HANDLE || in Make()
96 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make()
145 , fPhysicalDevice(backendContext.fPhysicalDevice) in GrVkGpu()
155 fMemoryAllocator.reset(new GrVkAMDMemoryAllocator(backendContext.fPhysicalDevice, in GrVkGpu()
162 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice, in GrVkGpu()
170 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice, in GrVkGpu()
186 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice, in GrVkGpu()
192 VK_CALL(GetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &fPhysDevProps)); in GrVkGpu()
193 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()
/external/skia/src/gpu/vk/
DGrVkGpu.h55 VkPhysicalDevice physicalDevice() const { return fPhysicalDevice; } in physicalDevice()
279 VkPhysicalDevice fPhysicalDevice; variable
DGrVkGpu.cpp62 backendContext.fPhysicalDevice == VK_NULL_HANDLE || in Make()
96 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make()
145 , fPhysicalDevice(backendContext.fPhysicalDevice) in GrVkGpu()
155 fMemoryAllocator.reset(new GrVkAMDMemoryAllocator(backendContext.fPhysicalDevice, in GrVkGpu()
162 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice, in GrVkGpu()
170 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice, in GrVkGpu()
186 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice, in GrVkGpu()
192 VK_CALL(GetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &fPhysDevProps)); in GrVkGpu()
193 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()
/external/skqp/site/user/special/
Dvulkan.md28 vkBackendContext.fPhysicalDevice = vkPhysDevice;
/external/skia/site/user/special/
Dvulkan.md28 vkBackendContext.fPhysicalDevice = vkPhysDevice;
/external/skia/tests/
DVkHardwareBufferTest.cpp620 err = fVkGetPhysicalDeviceImageFormatProperties2(fBackendContext.fPhysicalDevice, in checkOptimalHardwareBuffer()
726 fVkGetPhysicalDeviceMemoryProperties2(fBackendContext.fPhysicalDevice, &phyDevMemProps); in importHardwareBuffer()
848 fVkGetPhysicalDeviceExternalSemaphoreProperties(fBackendContext.fPhysicalDevice, &exSemInfo, in setupSemaphoreForSignaling()
/external/skqp/tests/
DVkHardwareBufferTest.cpp614 err = fVkGetPhysicalDeviceImageFormatProperties2(fBackendContext.fPhysicalDevice, in checkOptimalHardwareBuffer()
738 fVkGetPhysicalDeviceMemoryProperties2(fBackendContext.fPhysicalDevice, &phyDevMemProps); in importHardwareBuffer()
860 fVkGetPhysicalDeviceExternalSemaphoreProperties(fBackendContext.fPhysicalDevice, &exSemInfo, in setupSemaphoreForSignaling()
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp675 ctx->fPhysicalDevice = physDev; in CreateVkBackendContext()
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp685 ctx->fPhysicalDevice = physDev; in CreateVkBackendContext()