Home
last modified time | relevance | path

Searched refs:physDev (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/src/gpu/graphite/vk/
DVulkanCaps.cpp24 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/
DVkTestUtils.cpp248 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/
DVkPriorityExtensionTest.cpp101 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/
DGrVkCaps.cpp42 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 …]
DGrVkCaps.h331 VkPhysicalDevice physDev,
342 void initStencilFormat(const skgpu::VulkanInterface* iface, VkPhysicalDevice physDev);
/external/skia/tools/sk_app/win/
DVulkanWindowContext_win.cpp54 auto canPresent = [instProc] (VkInstance instance, VkPhysicalDevice physDev, in MakeVulkanForWin()
64 VkBool32 check = getPhysicalDeviceWin32PresentationSupportKHR(physDev, queueFamilyIndex); in MakeVulkanForWin()
/external/skia/tools/sk_app/unix/
DVulkanWindowContext_unix.cpp55 auto canPresent = [&info, instProc](VkInstance instance, VkPhysicalDevice physDev, in MakeVulkanForXlib()
68 VkBool32 check = getPhysicalDeviceXcbPresentationSupportKHR(physDev, in MakeVulkanForXlib()
/external/skia/src/gpu/vk/
DVulkanExtensions.cpp36 VkPhysicalDevice physDev, in init() argument
57 this->getSpecVersions(getProc, instance, physDev); in init()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBarycentricCoordinatesTests.cpp225 const auto physDev = m_context.getPhysicalDevice(); in iterate() local
355 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
DvktRayTracingNonUniformArgsTests.cpp245 const auto physDev = m_context.getPhysicalDevice(); in iterate() local
367 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
DvktRayTracingDirectionTests.cpp409 const auto physDev = m_context.getPhysicalDevice(); in iterate() local
530 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
DvktRayTracingOpacityMicromapTests.cpp323 const auto physDev = m_context.getPhysicalDevice(); in iterate() local
659 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()
DvktRayTracingWatertightnessTests.cpp266 const auto physDev = context.getPhysicalDevice(); in checkSupport() local
268 …const auto formatProps = getPhysicalDeviceImageFormatProperties(vki, physDev, format, getImageType… in checkSupport()
DvktRayTracingShaderBindingTableTests.cpp1264 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/
DvktRenderPassDitheringTests.cpp243 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()
DvktRenderPassLoadStoreOpNoneTests.cpp469 const auto physDev = ctx.getPhysicalDevice(); in checkSupport() local
473 …const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, format, imgType, tilin… in checkSupport()
DvktDynamicRenderingTests.cpp509 VkPhysicalDevice physDev) in getSupportedStencilFormat() argument
517 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp118 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/
DvktPipelineBindPointTests.cpp398 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/
DvktRayQueryOpacityMicromapTests.cpp892 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/
DvktWsiPresentIdWaitTests.cpp1081 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/
DvktApiCommandBuffersTests.cpp4113 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/
DvktImageDepthStencilDescriptorTests.cpp411 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/
DvktFragmentShadingRateBasic.cpp334 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/
DvktBindingMutableTests.cpp3112 const auto physDev = m_context.getPhysicalDevice(); in iterate() local
3387 const auto rayTracingPropertiesKHR = makeRayTracingProperties(vki, physDev); in iterate()

12