Home
last modified time | relevance | path

Searched refs:getInstanceInterface (Results 1 – 25 of 253) sorted by relevance

1234567891011

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiToolingInfoTests.cpp116 …result = context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevi… in validateGetter()
130 …result = context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevi… in validateGetter()
148 …result = context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevi… in validateGetter()
164 …result = context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevi… in validateGetter()
185 …result = context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevi… in validateGetter()
207 …VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevi… in validateToolsProperties()
213 …VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevi… in validateToolsProperties()
241 …VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(physicalDevice, &toolCo… in validateInstanceLayers()
276 …VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(physicalDevice, &toolCo… in validateInstanceLayers()
DvktApiBufferAndImageAllocationUtil.cpp81 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer()
155 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestImage()
DvktApiBufferTests.cpp145 …Features& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanceInterface(), ctx.getP… in checkSupport()
198 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in bufferCreateAndAllocTest()
397 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in bufferCreateAndAllocTest()
663 const InstanceInterface& vki = context.getInstanceInterface(); in testDepthStencilBufferFeatures()
736 …tures& physicalDeviceFeatures = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.… in checkMaintenance4Support()
DvktApiGetMemoryCommitment.cpp114 const InstanceInterface& vki = m_context.getInstanceInterface(); in iterate()
383 const InstanceInterface& vki = m_context.getInstanceInterface(); in iterate()
471 const InstanceInterface& vki = m_context.getInstanceInterface(); in isDeviceMemoryCommitmentOk()
DvktApiFeatureInfo.cpp692 const InstanceInterface& vki = context.getInstanceInterface(); in validateLimits12()
1171 const InstanceInterface& vki = context.getInstanceInterface(); in checkSupportExtDescriptorIndexing()
1303 const InstanceInterface& vki = context.getInstanceInterface(); in checkSupportNvMeshShader()
1314 const InstanceInterface& vki = context.getInstanceInterface(); in validateLimitsNvMeshShader()
1420 const InstanceInterface& vki = context.getInstanceInterface(); in checkSupportNvRayTracing()
1431 const InstanceInterface& vki = context.getInstanceInterface(); in validateLimitsNvRayTracing()
1586 const InstanceInterface& vki = context.getInstanceInterface(); in featureBitInfluenceOnDeviceCreate()
1820 …m_result = context.getInstanceInterface().enumeratePhysicalDevices(context.getInstance(), &m_count… in getResult()
1828 …m_result = context.getInstanceInterface().enumeratePhysicalDeviceGroups(context.getInstance(), &m_… in getResult()
1844 …m_result = context.getInstanceInterface().enumerateDeviceLayerProperties(context.getPhysicalDevice… in getResult()
[all …]
DvktApiGranularityTests.cpp126 …VkResult result = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_contex… in checkFormatSupport()
165 …mAlloc (vk, device, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in initImages()
206 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), in initImages()
DvktApiBufferViewCreateTests.cpp130 …ctx.getInstanceInterface().getPhysicalDeviceFormatProperties(ctx.getPhysicalDevice(), m_testCase.f… in checkSupport()
212 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer()
DvktApiVersionCheck.cpp319 …numeratedExtensions (enumerateDeviceExtensionProperties(m_context.getInstanceInterface(), m_contex… in getSupportedDeviceExtensions()
335 const InstanceInterface& vki = context.getInstanceInterface(); in createTestDevice()
336 …VkPhysicalDevice physicalDevice = chooseDevice(context.getInstanceInterface(), instance, cmdLine… in createTestDevice()
DvktApiDeviceDrmPropertiesTests.cpp201 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testDeviceDrmProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.cpp81 …context.getInstance(), context.getInstanceInterface(), context.getPhysicalDevice(), &deviceParams); in createPostmortemDevice()
90 …iver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.… in PostmortemTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp426 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesInside()
436 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesInside()
499 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesOutside()
550 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_DEPTH_CLAMP); in testPrimitivesDepthClamp()
589 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesDepthClamp()
601 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesDepthClamp()
681 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesDepthClip()
693 …requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHAD… in testPrimitivesDepthClip()
736 …if (getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).depthCl… in testPrimitivesDepthClip()
773 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_LARGE_POINTS); in testLargePoints()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp303 …const InstanceInterface& getInstanceInterface (void) const { return m_instanceInterfa… in getInstanceInterface() function in vkt::DefaultDevice
443 … memoryProperties = vk::getPhysicalDeviceMemoryProperties(device->getInstanceInterface(), device->… in createAllocator()
473 …t vk::InstanceInterface& Context::getInstanceInterface (void) const { return m_device->get… in getInstanceInterface() function in vkt::Context
763 getInstanceInterface().getPhysicalDeviceFormatProperties(getPhysicalDevice(), format, &properties); in getRequiredFormatProperties()
803getInstanceInterface().getPhysicalDeviceFormatProperties2(getPhysicalDevice(), format, &properties… in getFormatProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp92 const InstanceInterface& instance = context.getInstanceInterface(); in createImageRobustnessDevice()
147 …context.getInstance(), context.getInstanceInterface(), context.getPhysicalDevice(), &deviceParams); in createImageRobustnessDevice()
174 …context.getInstanceInterface().getPhysicalDeviceFragmentShadingRatesKHR(context.getPhysicalDevice(… in FSRPixelConsistencyInstance()
182 …context.getInstanceInterface().getPhysicalDeviceFragmentShadingRatesKHR(context.getPhysicalDevice(… in FSRPixelConsistencyInstance()
228 …VkResult result = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(context.ge… in checkSupport()
482 …emoryProperties = vk::getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in iterate()
/third_party/vk-gl-cts/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()
244 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in checkSupport()
319 …Alloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.… in DepthTestInstance()
752 …ator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in verifyImage()
776 …ator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in verifyImage()
DvktPipelineStencilTests.cpp289 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in checkSupport()
362 …Alloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.… in StencilTestInstance()
814 …ator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in verifyImage()
838 …ator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp122 …context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in getDevice()
138 …), context.getPlatformInterface(), context.getInstance(), context.getInstanceInterface(), context.… in getDevice()
239 …context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
398 …m_context.getInstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &prop… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageAlignedMipSize.cpp91 const InstanceInterface& instance = context.getInstanceInterface(); in checkSupport()
142 const InstanceInterface& instance = m_context.getInstanceInterface(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp118 ctx.getInstanceInterface().getPhysicalDeviceProperties2(ctx.getPhysicalDevice(), &properties2); in checkSupport()
128 ctx.getInstanceInterface().getPhysicalDeviceFeatures2(ctx.getPhysicalDevice(), &features2); in checkSupport()
168 ctx.getInstanceInterface().getPhysicalDeviceProperties(ctx.getPhysicalDevice(), &properties); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp253 const auto& vki = context.getInstanceInterface(); in checkSupport()
272 …if (!getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).shader… in checkSupport()
380 const auto& instance = m_context.getInstanceInterface(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSignalOrderTests.cpp101 …FamilyProperties = getPhysicalDeviceQueueFamilyProperties(context.getInstanceInterface(), context.… in createTestDevice()
176 …n, context.getPlatformInterface(), context.getInstance(), context.getInstanceInterface(), context.… in createTestDevice()
500 const InstanceInterface& vki = context.getInstanceInterface(); in QueueSubmitSignalOrderSharedTestInstance()
608 …mpleAllocator(vkA, deviceA, vk::getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), in iterate()
610 …pleAllocator(vkB, *deviceB, vk::getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), in iterate()
934 const InstanceInterface& vki = m_context.getInstanceInterface(); in isResourceExportable()
1287 getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), in QueueSubmitSignalOrderTestInstance()
1295 …ies> queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(context.getInstanceInterface(), in QueueSubmitSignalOrderTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp157 const auto& vki = context.getInstanceInterface(); in getExportImportCompatibleModifiers()
265 const InstanceInterface& vki = context.getInstanceInterface(); in listModifiersCase()
389 const InstanceInterface& vki = context.getInstanceInterface(); in createImageListModifiersCase()
454 const InstanceInterface& vki = context.getInstanceInterface(); in exportImportMemoryExplicitModifiersCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp75 const InstanceInterface& vki = context.getInstanceInterface(); in deviceLimitsTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp183 const auto& vki = context.getInstanceInterface(); in DeviceHelper()
294 const auto& vki = context.getInstanceInterface(); in checkSupport()
411 const InstanceInterface& vki = m_context.getInstanceInterface(); in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp192 …ties deviceMemProps = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in getMemoryIndex()
207 …s deviceMemProps1 = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physic… in isPeerFetchAllowed()
208 …s deviceMemProps2 = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physic… in isPeerFetchAllowed()
219 const InstanceInterface& instanceInterface = m_context.getInstanceInterface(); in init()
341 const InstanceInterface& vki (m_context.getInstanceInterface()); in iterate()
349 … (vk, *m_deviceGroup, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in iterate()
1140 …ties deviceMemProps = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physic… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp258 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &prope… in iterate()
348 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
621 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
1022 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &prope… in iterate()
1101 …context.getInstanceInterface().getPhysicalDeviceProperties(context.getPhysicalDevice(), &propertie… in checkSupport()

1234567891011