Home
last modified time | relevance | path

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

1234567

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp567 …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 …]
DvktApiMaintenance3Check.cpp88 …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()
DvktApiBufferTests.cpp107 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()
DvktApiBufferAndImageAllocationUtil.cpp87 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestBuffer()
165 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestImage()
DvktApiGetMemoryCommitment.cpp98 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()
DvktApiGranularityTests.cpp126 …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()
DvktApiMemoryRequirementInvarianceTests.cpp516 m_context.getPhysicalDevice(), in iterate()
527 m_context.getPhysicalDevice(), in iterate()
538 …m_context.getInstanceInterface().getPhysicalDeviceMemoryProperties(m_context.getPhysicalDevice(), … in iterate()
DvktApiDriverPropertiesTests.cpp99 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testQueryProperties()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp119 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()
DvktSparseResourcesImageSparseBinding.cpp138 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()
DvktSparseResourcesBase.cpp78 m_physicalDevices.push_back(m_context.getPhysicalDevice()); in createDeviceSupportingQueues()
105 const VkPhysicalDevice physicalDevice = getPhysicalDevice(); in createDeviceSupportingQueues()
DvktSparseResourcesBufferSparseResidency.cpp159 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()
DvktSparseResourcesBufferMemoryAliasing.cpp175 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()
DvktSparseResourcesBase.hpp82 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0) { return m_physicalDevices[i];} in getPhysicalDevice() function in vkt::sparse::SparseResourcesBaseInstance
/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()
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/
DvktPipelineDepthTests.cpp72 …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()
DvktPipelineDynamicOffsetTests.cpp162 …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()
DvktPipelineImageSamplingInstance.cpp222 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/
DvktGeometryBasicClass.cpp66 checkGeometryShaderSupport(context.getInstanceInterface(), context.getPhysicalDevice()); in GeometryExpanderRenderTestInstance()
97 …y_pointsize") && checkPointSize (m_context.getInstanceInterface(), m_context.getPhysicalDevice()))? in iterate()
/external/swiftshader/src/Vulkan/
DVkDevice.hpp46 VkPhysicalDevice getPhysicalDevice() const { return physicalDevice; } in getPhysicalDevice() function in vk::Device
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp470 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/
DvktProtectedMemContext.hpp58 vk::VkPhysicalDevice getPhysicalDevice (void) const { return m_phyDevice; } in getPhysicalDevice() function in vkt::ProtectedMem::ProtectedContext
DvktProtectedMemWsiSwapchainTests.cpp307 … = 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/
DvktTessellationLimitsTests.cpp76 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in deviceLimitsTestCase()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp79 context.getInstanceInterface(), context.getPhysicalDevice(), &deviceParams); in createRobustBufferAccessDevice()
285 …etPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); in GraphicsEnvironment()

1234567