/external/deqp/external/vulkancts/modules/vulkan/api/ |
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 | 122 const InstanceInterface& getInstanceInterface (void) const in getInstanceInterface() function in vkt::api::__anon7ccd0acd0111::BufferTestInstance 125 return m_context.getInstanceInterface(); in getInstanceInterface() 192 const InstanceInterface& vk = getInstanceInterface(); in createSparseContext() 267 …Features& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanceInterface(), ctx.getP… in checkSupport() 324 const InstanceInterface& vkInstance = getInstanceInterface(); in bufferCreateAndAllocTest() 523 const InstanceInterface& vkInstance = getInstanceInterface(); in bufferCreateAndAllocTest()
|
D | vktApiFeatureInfo.cpp | 543 …m_result = context.getInstanceInterface().enumeratePhysicalDevices(context.getInstance(), &m_count… in getResult() 551 …m_result = context.getInstanceInterface().enumeratePhysicalDeviceGroups(context.getInstance(), &m_… in getResult() 567 …m_result = context.getInstanceInterface().enumerateDeviceLayerProperties(context.getPhysicalDevice… in getResult() 592 …m_result = context.getInstanceInterface().enumerateDeviceExtensionProperties(context.getPhysicalDe… in getResult() 603 …const vector<VkPhysicalDevice> devices = enumeratePhysicalDevices(context.getInstanceInterface(), … in enumeratePhysicalDevices() 883 const InstanceInterface& vki = context.getInstanceInterface(); in testNoKhxExtensions() 925 …erProperties> properties = enumerateDeviceLayerProperties(context.getInstanceInterface(), context.… in enumerateDeviceLayers() 949 …eExtensionProperties = enumerateDeviceExtensionProperties(context.getInstanceInterface(), context.… in enumerateDeviceExtensions() 981 …kLayerProperties> layers = enumerateDeviceLayerProperties(context.getInstanceInterface(), context.… in enumerateDeviceExtensions() 986 …operties> properties = enumerateDeviceExtensionProperties(context.getInstanceInterface(), context.… in enumerateDeviceExtensions() [all …]
|
D | vktApiBufferAndImageAllocationUtil.cpp | 85 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer() 163 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestImage()
|
D | vktApiGetMemoryCommitment.cpp | 99 const InstanceInterface& vki = m_context.getInstanceInterface(); in iterate() 367 const InstanceInterface& vki = m_context.getInstanceInterface(); in iterate() 465 const InstanceInterface& vki = m_context.getInstanceInterface(); in isDeviceMemoryCommitmentOk()
|
D | vktApiGranularityTests.cpp | 126 …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()
|
D | vktApiMemoryRequirementInvarianceTests.cpp | 515 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate() 526 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate() 538 …m_context.getInstanceInterface().getPhysicalDeviceMemoryProperties(m_context.getPhysicalDevice(), … in iterate()
|
D | vktApiDriverPropertiesTests.cpp | 112 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
|
D | vktApiBufferViewCreateTests.cpp | 130 …ctx.getInstanceInterface().getPhysicalDeviceFormatProperties(ctx.getPhysicalDevice(), m_testCase.f… in checkSupport() 214 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer()
|
D | vktApiPipelineTests.cpp | 85 const InstanceInterface& vki = context.getInstanceInterface(); in renderpassLifetimeTest() 499 const InstanceInterface& vki = context.getInstanceInterface(); in framebufferCompatibleRenderPassTest() 853 const InstanceInterface& vki = context.getInstanceInterface(); in pipelineLayoutLifetimeGraphicsTest() 1380 const InstanceInterface& vki = context.getInstanceInterface(); in checkSupport()
|
/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 …VkPointClippingBehavior clippingBehavior = getClippingBehavior(context.getInstanceInterface(), con… in testLargePoints() 736 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_WIDE_LINES); in testWideLines() 777 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(context.getInstanceInterface(), … in testWideLines() 1127 const InstanceInterface& vki = context.getInstanceInterface(); in testClipDistance() 1265 const InstanceInterface& vki = context.getInstanceInterface(); 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 …Alloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.… in DepthTestInstance() 316 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in DepthTestInstance() 676 …ator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in verifyImage()
|
D | vktPipelineDynamicOffsetTests.cpp | 162 …oc (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in init() 165 …iceLimits deviceLimits = getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_contex… in init() 580 …lloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in verifyImage() 750 …oc (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in init() 752 …iceLimits deviceLimits = getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_contex… in init() 1032 …eviceLimits deviceLimits = getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_contex… in verifyOutput()
|
D | vktPipelineImageSamplingInstance.cpp | 220 const InstanceInterface& vki = context.getInstanceInterface(); in ImageSamplingInstance() 226 …Alloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.… 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() 304 …roperties formatProperties = getPhysicalDeviceImageFormatProperties(context.getInstanceInterface(), in ImageSamplingInstance()
|
D | vktPipelineStencilTests.cpp | 319 …Alloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.… in StencilTestInstance() 354 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in StencilTestInstance() 733 …ator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in verifyImage()
|
D | vktPipelineMultisampleTests.cpp | 897 const InstanceInterface& vki = context.getInstanceInterface(); in findSupportedDepthStencilFormat() 1336 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &devic… in verifyImage() 1384 …m_context.getInstanceInterface().getPhysicalDeviceFeatures(m_context.getPhysicalDevice(), &deviceF… in MinSampleShadingInstance() 1611 …if (!isSupportedSampleCount(context.getInstanceInterface(), context.getPhysicalDevice(), samples[s… in testRasterSamplesConsistency() 1670 …context.getInstanceInterface().getPhysicalDeviceFeatures(context.getPhysicalDevice(), &deviceFeatu… in AlphaToOneInstance() 1819 … supportedExtensions = enumerateDeviceExtensionProperties(context.getInstanceInterface(), context.… in SampleMaskWithDepthTestInstance() 2009 …if (!isSupportedSampleCount(context.getInstanceInterface(), context.getPhysicalDevice(), m_multisa… in initialize() 2048 …heckSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInterface(), colorIma… in initialize() 2056 …indSparseImage(vk, vkDevice, context.getPhysicalDevice(), context.getInstanceInterface(), colorIma… in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 66 checkGeometryShaderSupport(context.getInstanceInterface(), context.getPhysicalDevice()); in GeometryExpanderRenderTestInstance() 97 …ion().contains("geometry_pointsize") && checkPointSize (m_context.getInstanceInterface(), m_contex… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 190 …ties deviceMemProps = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in getMemoryIndex() 205 …s deviceMemProps1 = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physic… in isPeerFetchAllowed() 206 …s deviceMemProps2 = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physic… in isPeerFetchAllowed() 217 …rties> layerProperties = enumerateDeviceLayerProperties(m_context.getInstanceInterface(), m_contex… in getDeviceLayers() 252 const InstanceInterface& instanceInterface = m_context.getInstanceInterface(); in init() 364 const InstanceInterface& vki (m_context.getInstanceInterface()); in iterate() 372 … (vk, *m_deviceGroup, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in iterate() 1115 …ties deviceMemProps = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physic… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 466 …const InstanceInterface& getInstanceInterface (void) const { return m_instanceInterface;… in getInstanceInterface() function in vkt::DefaultDevice 573 … memoryProperties = vk::getPhysicalDeviceMemoryProperties(device->getInstanceInterface(), device->… in createAllocator() 629 …onst vk::InstanceInterface& Context::getInstanceInterface (void) const { return m_device->getI… in getInstanceInterface() function in vkt::Context
|
D | vktTestCase.hpp | 70 const vk::InstanceInterface& getInstanceInterface (void) const;
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 75 const InstanceInterface& vki = context.getInstanceInterface(); in deviceLimitsTestCase()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 79 context.getInstanceInterface(), context.getPhysicalDevice(), &deviceParams); in createRobustBufferAccessDevice() 285 …loc (vk, m_device, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex… in GraphicsEnvironment()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 338 …const VkResult imageFormatQueryResult = m_context.getInstanceInterface().getPhysicalDeviceI… in updateTextureData() 351 …m_context.getInstanceInterface().getPhysicalDeviceSparseImageFormatProperties(m_context.getPhysica… in updateTextureData() 400 m_context.getInstanceInterface(), in updateTextureData() 490 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer() 561 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer() 1241 …s formatProperties = getPhysicalDeviceFormatProperties(m_context.getInstanceInterface(), m_contex… in renderQuad()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateRSTests.cpp | 109 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize() 117 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize() 591 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &devic… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLimitTests.cpp | 223 const InstanceInterface& vki = context.getInstanceInterface(); in createInstance()
|