/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 567 …ntext.getInstanceInterface().enumerateDeviceLayerProperties(context.getPhysicalDevice(), &m_count,… in getResult() 592 …t.getInstanceInterface().enumerateDeviceExtensionProperties(context.getPhysicalDevice(), pLayerNam… in getResult() 881 VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in testNoKhxExtensions() 925 …ties = enumerateDeviceLayerProperties(context.getInstanceInterface(), context.getPhysicalDevice()); in enumerateDeviceLayers() 949 …ateDeviceExtensionProperties(context.getInstanceInterface(), context.getPhysicalDevice(), DE_NULL); in enumerateDeviceExtensions() 981 …yers = enumerateDeviceLayerProperties(context.getInstanceInterface(), context.getPhysicalDevice()); in enumerateDeviceExtensions() 986 …teDeviceExtensionProperties(context.getInstanceInterface(), context.getPhysicalDevice(), layer->la… in enumerateDeviceExtensions() 1079 context.getInstanceInterface().getPhysicalDeviceFeatures(context.getPhysicalDevice(), features); in deviceFeatures() 1081 log << TestLog::Message << "device = " << context.getPhysicalDevice() << TestLog::EndMessage in deviceFeatures() 1103 …if (!validateInitComplete(context.getPhysicalDevice(), &InstanceInterface::getPhysicalDeviceFeatur… in deviceFeatures() [all …]
|
D | vktApiMaintenance3Check.cpp | 88 …m_context.getInstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &prop… in iterate() 150 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &prop1… in iterate() 151 …m_context.getInstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &prop… in iterate()
|
D | vktApiBufferTests.cpp | 107 VkPhysicalDevice getPhysicalDevice (void) const in getPhysicalDevice() function in vkt::api::__anon7ccd0acd0111::BufferTestInstance 110 return m_context.getPhysicalDevice(); in getPhysicalDevice() 193 const VkPhysicalDevice physicalDevice = getPhysicalDevice(); in createSparseContext() 267 …calDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanceInterface(), ctx.getPhysicalDevice()); in checkSupport() 323 const VkPhysicalDevice vkPhysicalDevice = getPhysicalDevice(); in bufferCreateAndAllocTest() 522 const VkPhysicalDevice vkPhysicalDevice = getPhysicalDevice(); in bufferCreateAndAllocTest()
|
D | vktApiBufferAndImageAllocationUtil.cpp | 87 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestBuffer() 165 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestImage()
|
D | vktApiGetMemoryCommitment.cpp | 98 const VkPhysicalDevice physicalDevice = m_context.getPhysicalDevice(); in iterate() 365 const VkPhysicalDevice physicalDevice = m_context.getPhysicalDevice(); in iterate() 464 const VkPhysicalDevice physicalDevice = m_context.getPhysicalDevice(); in isDeviceMemoryCommitmentOk()
|
D | vktApiGranularityTests.cpp | 126 …ontext.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysicalDevice(), in checkFormatSupport() 165 …etPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); in initImages() 206 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), in initImages()
|
D | vktApiMemoryRequirementInvarianceTests.cpp | 516 m_context.getPhysicalDevice(), in iterate() 527 m_context.getPhysicalDevice(), in iterate() 538 …m_context.getInstanceInterface().getPhysicalDeviceMemoryProperties(m_context.getPhysicalDevice(), … in iterate()
|
D | vktApiDriverPropertiesTests.cpp | 99 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testQueryProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 119 const vk::VkPhysicalDevice& physicalDevice = getPhysicalDevice(); in iterate() 173 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDevice… in iterate() 181 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate()
|
D | vktSparseResourcesImageSparseBinding.cpp | 138 const VkPhysicalDevice physicalDevice = getPhysicalDevice(); in iterate() 204 …if (imageSparseMemRequirements.size > getPhysicalDeviceProperties(instance, getPhysicalDevice(seco… in iterate() 212 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() 220 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate()
|
D | vktSparseResourcesBase.cpp | 78 m_physicalDevices.push_back(m_context.getPhysicalDevice()); in createDeviceSupportingQueues() 105 const VkPhysicalDevice physicalDevice = getPhysicalDevice(); in createDeviceSupportingQueues()
|
D | vktSparseResourcesBufferSparseResidency.cpp | 159 const VkPhysicalDevice physicalDevice = getPhysicalDevice(); in iterate() 216 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceI… in iterate() 224 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 175 const vk::VkPhysicalDevice& physicalDevice = getPhysicalDevice(); in iterate() 230 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), bu… in iterate() 238 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate()
|
D | vktSparseResourcesBase.hpp | 82 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0) { return m_physicalDevices[i];} in getPhysicalDevice() function in vkt::sparse::SparseResourcesBaseInstance
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 406 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesInside() 416 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesInside() 477 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesOutside() 526 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_DEPTH_CLAMP); in testPrimitivesDepthClamp() 614 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_LARGE_POINTS); in testLargePoints() 620 …lippingBehavior = getClippingBehavior(context.getInstanceInterface(), context.getPhysicalDevice()); in testLargePoints() 736 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_WIDE_LINES); in testWideLines() 777 … = getPhysicalDeviceProperties(context.getInstanceInterface(), context.getPhysicalDevice()).limits; in testWideLines() 1128 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testClipDistance() 1266 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testComplementarity()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 72 …if (isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), for… in testSupportsDepthStencilFormat() 91 …if (isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), for… in testSupportsAtLeastOneDepthStencilFormat() 275 …e, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.getPhysicalDevice())); in DepthTestInstance() 316 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in DepthTestInstance() 676 …etPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); in verifyImage()
|
D | vktPipelineDynamicOffsetTests.cpp | 162 …etPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); in init() 165 …etPhysicalDeviceProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice()).limits; in init() 580 …etPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); in verifyImage() 750 …etPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); in init() 752 …etPhysicalDeviceProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice()).limits; in init() 1032 …etPhysicalDeviceProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice()).limits; in verifyOutput()
|
D | vktPipelineImageSamplingInstance.cpp | 222 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in ImageSamplingInstance() 226 …e, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.getPhysicalDevice())); in ImageSamplingInstance() 233 …if (!isSupportedSamplableFormat(context.getInstanceInterface(), context.getPhysicalDevice(), image… in ImageSamplingInstance() 242 …!isLinearFilteringSupported(context.getInstanceInterface(), context.getPhysicalDevice(), imageForm… in ImageSamplingInstance() 255 …if (!isMinMaxFilteringSupported(context.getInstanceInterface(), context.getPhysicalDevice(), image… in ImageSamplingInstance() 269 vki.getPhysicalDeviceProperties2(context.getPhysicalDevice(), &physicalDeviceProperties); in ImageSamplingInstance() 305 context.getPhysicalDevice(), in ImageSamplingInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 66 checkGeometryShaderSupport(context.getInstanceInterface(), context.getPhysicalDevice()); in GeometryExpanderRenderTestInstance() 97 …y_pointsize") && checkPointSize (m_context.getInstanceInterface(), m_context.getPhysicalDevice()))? in iterate()
|
/external/swiftshader/src/Vulkan/ |
D | VkDevice.hpp | 46 VkPhysicalDevice getPhysicalDevice() const { return physicalDevice; } in getPhysicalDevice() function in vk::Device
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 470 VkPhysicalDevice getPhysicalDevice (void) const { return m_physicalDevice; } in getPhysicalDevice() function in vkt::DefaultDevice 573 …vk::getPhysicalDeviceMemoryProperties(device->getInstanceInterface(), device->getPhysicalDevice()); in createAllocator() 612 getPhysicalDevice(), in Context() 630 vk::VkPhysicalDevice Context::getPhysicalDevice (void) const { return m_device->getPhysicalD… in getPhysicalDevice() function in vkt::Context
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemContext.hpp | 58 vk::VkPhysicalDevice getPhysicalDevice (void) const { return m_phyDevice; } in getPhysicalDevice() function in vkt::ProtectedMem::ProtectedContext
|
D | vktProtectedMemWsiSwapchainTests.cpp | 307 … = vk::getPhysicalDeviceMemoryProperties(context.getInstanceDriver(), context.getPhysicalDevice()); in generateSwapchainParameterCases() 346 … = vk::getPhysicalDeviceMemoryProperties(context.getInstanceDriver(), context.getPhysicalDevice()); in generateSwapchainParameterCases() 419 … = vk::getPhysicalDeviceMemoryProperties(context.getInstanceDriver(), context.getPhysicalDevice()); in generateSwapchainParameterCases() 676 vk::VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in generateSwapchainParameterCases() 1120 context.getPhysicalDevice(), in basicRenderTest() 1176 …VK_CHECK(vki.getPhysicalDeviceSurfaceCapabilities2KHR(context.getPhysicalDevice(), &surfaceInfo, &… in basicRenderTest()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 76 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in deviceLimitsTestCase()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 79 context.getInstanceInterface(), context.getPhysicalDevice(), &deviceParams); in createRobustBufferAccessDevice() 285 …etPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); in GraphicsEnvironment()
|