/external/skia/src/gpu/graphite/vk/ |
D | VulkanCaps.cpp | 24 VkPhysicalDevice physDev, in VulkanCaps() argument 29 this->init(vkInterface, physDev, physicalDeviceVersion, extensions, contextOptions); in VulkanCaps() 35 VkPhysicalDevice physDev, in init() argument 40 VULKAN_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &physDevProperties)); in init() 72 this->initFormatTable(vkInterface, physDev, physDevProperties); in init() 73 this->initDepthStencilFormatTable(vkInterface, physDev, physDevProperties); in init() 223 VkPhysicalDevice physDev, in initFormatTable() argument 235 info.init(interface, physDev, properties, format); in initFormatTable() 264 info.init(interface, physDev, properties, format); in initFormatTable() 303 info.init(interface, physDev, properties, format); in initFormatTable() [all …]
|
/external/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 248 VkInstance inst, VkPhysicalDevice physDev, in init_device_extensions_and_layers() argument 267 res = EnumerateDeviceLayerProperties(physDev, &layerCount, nullptr); in init_device_extensions_and_layers() 272 res = EnumerateDeviceLayerProperties(physDev, &layerCount, layers); in init_device_extensions_and_layers() 293 res = EnumerateDeviceExtensionProperties(physDev, nullptr, &extensionCount, nullptr); in init_device_extensions_and_layers() 298 res = EnumerateDeviceExtensionProperties(physDev, nullptr, &extensionCount, extensions); in init_device_extensions_and_layers() 313 res = EnumerateDeviceExtensionProperties(physDev, in init_device_extensions_and_layers() 320 res = EnumerateDeviceExtensionProperties(physDev, in init_device_extensions_and_layers() 391 static bool setup_features(skgpu::VulkanGetProc getProc, VkInstance inst, VkPhysicalDevice physDev, in setup_features() argument 438 grVkGetPhysicalDeviceFeatures2(physDev, features); in setup_features() 443 grVkGetPhysicalDeviceFeatures2KHR(physDev, features); in setup_features() [all …]
|
/external/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 101 VkPhysicalDevice physDev; in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local 158 err = grVkEnumeratePhysicalDevices(inst, &gpuCount, &physDev); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() 168 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() 179 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() 207 err = EnumerateDeviceExtensionProperties(physDev, nullptr, &extensionCount, nullptr); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() 214 err = EnumerateDeviceExtensionProperties(physDev, nullptr, &extensionCount, extensions); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() 237 grVkGetPhysicalDeviceFeatures(physDev, &deviceFeatures); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() 278 err = grVkCreateDevice(physDev, &deviceInfo, nullptr, &device); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkCaps.cpp | 42 VkPhysicalDevice physDev, in GrVkCaps() argument 82 this->init(contextOptions, vkInterface, physDev, features, physicalDeviceVersion, extensions, in GrVkCaps() 309 VkPhysicalDevice physDev, in init() argument 315 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties)); in init() 318 GR_VK_CALL(vkInterface, GetPhysicalDeviceMemoryProperties(physDev, &memoryProperties)); in init() 427 this->initGrCaps(vkInterface, physDev, properties, memoryProperties, features, extensions); in init() 480 this->initFormatTable(contextOptions, vkInterface, physDev, properties); in init() 481 this->initStencilFormat(vkInterface, physDev); in init() 641 VkPhysicalDevice physDev, in initGrCaps() argument 697 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties2(physDev, &props)); in initGrCaps() [all …]
|
D | GrVkCaps.h | 331 VkPhysicalDevice physDev, 342 void initStencilFormat(const skgpu::VulkanInterface* iface, VkPhysicalDevice physDev);
|
/external/skia/tools/sk_app/win/ |
D | VulkanWindowContext_win.cpp | 54 auto canPresent = [instProc] (VkInstance instance, VkPhysicalDevice physDev, in MakeVulkanForWin() 64 VkBool32 check = getPhysicalDeviceWin32PresentationSupportKHR(physDev, queueFamilyIndex); in MakeVulkanForWin()
|
/external/skia/tools/sk_app/unix/ |
D | VulkanWindowContext_unix.cpp | 55 auto canPresent = [&info, instProc](VkInstance instance, VkPhysicalDevice physDev, in MakeVulkanForXlib() 68 VkBool32 check = getPhysicalDeviceXcbPresentationSupportKHR(physDev, in MakeVulkanForXlib()
|
/external/skia/src/gpu/vk/ |
D | VulkanExtensions.cpp | 36 VkPhysicalDevice physDev, in init() argument 57 this->getSpecVersions(getProc, instance, physDev); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarycentricCoordinatesTests.cpp | 225 const auto physDev = m_context.getPhysicalDevice(); in iterate() local 355 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
|
D | vktRayTracingNonUniformArgsTests.cpp | 245 const auto physDev = m_context.getPhysicalDevice(); in iterate() local 367 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
|
D | vktRayTracingDirectionTests.cpp | 409 const auto physDev = m_context.getPhysicalDevice(); in iterate() local 530 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
|
D | vktRayTracingOpacityMicromapTests.cpp | 323 const auto physDev = m_context.getPhysicalDevice(); in iterate() local 659 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
|
D | vktRayTracingWatertightnessTests.cpp | 266 const auto physDev = context.getPhysicalDevice(); in checkSupport() local 268 …const auto formatProps = getPhysicalDeviceImageFormatProperties(vki, physDev, format, getImageType… in checkSupport()
|
D | vktRayTracingShaderBindingTableTests.cpp | 1264 const auto physDev = m_context.getPhysicalDevice(); in iterate() local 1316 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDitheringTests.cpp | 243 const auto physDev = ctx.getPhysicalDevice(); in checkSupport() local 248 …const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, format, imgType, tilin… in checkSupport() 259 const auto physDev = ctx.getPhysicalDevice(); in checkSupport() local 264 …const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, m_testParams.depthSten… in checkSupport()
|
D | vktRenderPassLoadStoreOpNoneTests.cpp | 469 const auto physDev = ctx.getPhysicalDevice(); in checkSupport() local 473 …const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, format, imgType, tilin… in checkSupport()
|
D | vktDynamicRenderingTests.cpp | 509 VkPhysicalDevice physDev) in getSupportedStencilFormat() argument 517 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedStencilFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 118 VkFormat chooseDepthStencilFormat (const InstanceInterface& vki, VkPhysicalDevice physDev) in chooseDepthStencilFormat() argument 125 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, format); in chooseDepthStencilFormat() 796 const auto physDev = m_context.getPhysicalDevice(); in iterate() local 804 const auto dsFormat = chooseDepthStencilFormat(vki, physDev); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBindPointTests.cpp | 398 const auto physDev = m_context.getPhysicalDevice(); in iterate() local 585 const auto rtProperties = makeRayTracingProperties(vki, physDev); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryOpacityMicromapTests.cpp | 892 const auto physDev = m_context.getPhysicalDevice(); in iterate() local 901 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiPresentIdWaitTests.cpp | 1081 const auto physDev = context.getPhysicalDevice(); in checkSupport() local 1082 const auto supportedDeviceExts = vk::enumerateDeviceExtensionProperties(vki, physDev, nullptr); in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4113 VkFormat getSupportedDepthStencilFormat (const InstanceInterface& vki, VkPhysicalDevice physDev) in getSupportedDepthStencilFormat() argument 4120 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedDepthStencilFormat() 4272 const auto physDev = context.getPhysicalDevice(); in checkSupport() local 4276 const auto dsFormat = getSupportedDepthStencilFormat(vki, physDev); in checkSupport() 4348 const auto physDev = m_context.getPhysicalDevice(); in iterate() local 4356 const auto dsFormat = getSupportedDepthStencilFormat(vki, physDev); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 411 const auto physDev = context.getPhysicalDevice(); in checkSupport() local 417 …const auto res = vki.getPhysicalDeviceImageFormatProperties(physDev, m_params.format, imgType, til… in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRateBasic.cpp | 334 const auto physDev = context.getPhysicalDevice(); in checkSupport() local 337 …VkResult result = vki.getPhysicalDeviceImageFormatProperties(physDev, VK_FORMAT_R32G32B32A32_… in checkSupport() 413 checkPipelineLibraryRequirements(vki, physDev, m_data.groupParams->pipelineConstructionType); in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingMutableTests.cpp | 3112 const auto physDev = m_context.getPhysicalDevice(); in iterate() local 3387 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
|