Home
last modified time | relevance | path

Searched refs:getPhysicalDevice (Results 1 – 25 of 266) sorted by relevance

1234567891011

/external/angle/src/tests/gl_tests/
DVulkanFormatTablesTest.cpp78 vkGetPhysicalDeviceFormatProperties(renderer->getPhysicalDevice(), actualImageVkFormat, in TEST_P()
86 renderer->getPhysicalDevice(), actualImageVkFormat, params.imageType, in TEST_P()
102 renderer->getPhysicalDevice(), actualImageVkFormat, params.imageType, in TEST_P()
107 renderer->getPhysicalDevice(), actualImageVkFormat, params.imageType, in TEST_P()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiToolingInfoTests.cpp130 …t.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCoun… in validateGetter()
144 …t.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCoun… in validateGetter()
162 …t.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCoun… in validateGetter()
178 …t.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCoun… in validateGetter()
199 …t.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCoun… in validateGetter()
221 …t.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCoun… in validateToolsProperties()
227 …t.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCoun… in validateToolsProperties()
DvktApiBufferAndImageAllocationUtil.cpp83 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestBuffer()
157 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestImage()
DvktApiFeatureInfo.cpp681 const VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in validateLimits12()
1160 const VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in checkSupportExtDescriptorIndexing()
1292 const VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in checkSupportNvMeshShader()
1303 const VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in validateLimitsNvMeshShader()
1409 const VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in checkSupportNvRayTracing()
1420 const VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in validateLimitsNvRayTracing()
1575 const VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in featureBitInfluenceOnDeviceCreate()
1853 …ntext.getInstanceInterface().enumerateDeviceLayerProperties(context.getPhysicalDevice(), &m_count,… in getResult()
1878 …t.getInstanceInterface().enumerateDeviceExtensionProperties(context.getPhysicalDevice(), pLayerNam… in getResult()
2122 VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in testNoKhxExtensions()
[all …]
DvktApiGetMemoryCommitment.cpp113 const VkPhysicalDevice physicalDevice = m_context.getPhysicalDevice(); in iterate()
381 const VkPhysicalDevice physicalDevice = m_context.getPhysicalDevice(); in iterate()
470 const VkPhysicalDevice physicalDevice = m_context.getPhysicalDevice(); in isDeviceMemoryCommitmentOk()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsSizeControlTests.cpp114 …context->getInstanceInterface().getPhysicalDeviceProperties2(context->getPhysicalDevice(), &proper… in checkVertexPipelineStages()
149 …context->getInstanceInterface().getPhysicalDeviceProperties2(context->getPhysicalDevice(), &proper… in checkFragmentPipelineStages()
191 …context->getInstanceInterface().getPhysicalDeviceProperties2(context->getPhysicalDevice(), &proper… in checkCompute()
241 …context->getInstanceInterface().getPhysicalDeviceProperties2(context->getPhysicalDevice(), &proper… in checkComputeRequireFull()
603 context.getInstanceInterface().getPhysicalDeviceFeatures(context.getPhysicalDevice(), &features); in supportedCheckFeatures()
624 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheckFeatures()
639 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in supportedCheckFeatures()
656 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheckFeatures()
700 …context.getInstanceInterface().getPhysicalDeviceProperties(context.getPhysicalDevice(), &physicalD… in test()
747 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
[all …]
DvktSubgroupsBuiltinVarTests.cpp1604 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
1620 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in supportedCheck()
1736 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
1768 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
1800 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
1832 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
1868 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
DvktSubgroupsBallotOtherTests.cpp487 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
503 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in supportedCheck()
564 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
593 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
DvktSubgroupsClusteredTests.cpp188 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
204 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in supportedCheck()
279 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
308 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
DvktSubgroupsBuiltinMaskVarTests.cpp1332 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
1348 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in supportedCheck()
1417 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
1446 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
DvktSubgroupsShapeTests.cpp485 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
501 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in supportedCheck()
575 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
604 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
DvktSubgroupsQuadTests.cpp233 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
249 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in supportedCheck()
324 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
353 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
DvktSubgroupsBallotMasksTests.cpp421 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
437 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in supportedCheck()
498 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
527 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
DvktSubgroupsArithmeticTests.cpp269 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
285 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in supportedCheck()
360 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
389 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
DvktSubgroupsBallotTests.cpp935 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
951 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in supportedCheck()
1026 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
1055 …context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properti… in test()
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.cpp81 …context.getInstance(), context.getInstanceInterface(), context.getPhysicalDevice(), &deviceParams); in createPostmortemDevice()
90 …ce, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.getPhysicalDevice())) in PostmortemTestInstance()
/external/angle/src/libANGLE/renderer/vulkan/display/
DWindowSurfaceVkSimple.cpp28 VkPhysicalDevice physicalDevice = renderer->getPhysicalDevice(); in createSurfaceVk()
72 const VkPhysicalDevice &physicalDevice = renderer->getPhysicalDevice(); in getCurrentWindowSize()
/external/deqp/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp185 …ropertiesEXT> drmFormatModifiers = getDrmFormatModifiers(vki, context.getPhysicalDevice(), format); in checkExportImportExtensions()
195 verifyHandleTypeForFormatModifier(vki, context.getPhysicalDevice(), format, in checkExportImportExtensions()
253 …ropertiesEXT> drmFormatModifiers = getDrmFormatModifiers(vki, context.getPhysicalDevice(), format); in listModifiersCase()
260 deBool isCompatible = isModifierCompatibleWithImageProperties(vki, context.getPhysicalDevice(), in listModifiersCase()
374 …ropertiesEXT> drmFormatModifiers = getDrmFormatModifiers(vki, context.getPhysicalDevice(), format); in createImageListModifiersCase()
390 …deBool isCompatible = isModifierCompatibleWithImageProperties(vki, context.getPhysicalDevice(), &f… in createImageListModifiersCase()
447 verifyHandleTypeForFormatModifier(vki, context.getPhysicalDevice(), format, in exportImportMemoryExplicitModifiersCase()
687 …ropertiesEXT> drmFormatModifiers = getDrmFormatModifiers(vki, context.getPhysicalDevice(), format); in exportImportMemoryExplicitModifiersCase()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp125 const vk::VkPhysicalDevice& physicalDevice = getPhysicalDevice(); in iterate()
176 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDevice… in iterate()
184 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate()
DvktSparseResourcesImageSparseBinding.cpp99 …if (!isImageSizeSupported(context.getInstanceInterface(), context.getPhysicalDevice(), m_imageType… in checkSupport()
158 const VkPhysicalDevice physicalDevice = getPhysicalDevice(); in iterate()
220 …if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, getPhysicalDevice(secondD… in iterate()
228 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate()
236 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate()
DvktSparseResourcesBase.cpp79 m_physicalDevices.push_back(m_context.getPhysicalDevice()); in createDeviceSupportingQueues()
106 const VkPhysicalDevice physicalDevice = getPhysicalDevice(); in createDeviceSupportingQueues()
DvktSparseResourcesBufferSparseResidency.cpp160 const VkPhysicalDevice physicalDevice = getPhysicalDevice(); in iterate()
217 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceI… in iterate()
225 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp406 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesInside()
416 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesInside()
479 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesOutside()
530 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_DEPTH_CLAMP); in testPrimitivesDepthClamp()
569 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesDepthClamp()
581 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesDepthClamp()
712 …if (getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).depthCl… in testPrimitivesDepthClip()
749 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_LARGE_POINTS); in testLargePoints()
755 …lippingBehavior = getClippingBehavior(context.getInstanceInterface(), context.getPhysicalDevice()); in testLargePoints()
873 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_WIDE_LINES); in testWideLines()
[all …]
/external/swiftshader/tests/VulkanWrapper/
DVulkanTester.hpp30 vk::PhysicalDevice &getPhysicalDevice() { return physicalDevice; } in getPhysicalDevice() function in VulkanTester
/external/angle/src/libANGLE/renderer/vulkan/android/
DWindowSurfaceVkAndroid.cpp41 const VkPhysicalDevice &physicalDevice = renderer->getPhysicalDevice(); in getCurrentWindowSize()

1234567891011