/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 52 vk.getPhysicalDeviceFormatProperties(device, VK_FORMAT_B8G8R8A8_UNORM, &formatProperties); in getRenderTargetFormat() 57 vk.getPhysicalDeviceFormatProperties(device, VK_FORMAT_R8G8B8A8_UNORM, &formatProperties); in getRenderTargetFormat() 90 …const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physical… in renderpassLifetimeTest() 527 …const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physicalDevice… in framebufferCompatibleRenderPassTest() 882 …const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physicalDev… in pipelineLayoutLifetimeGraphicsTest()
|
D | vktApiBufferViewCreateTests.cpp | 130 …ctx.getInstanceInterface().getPhysicalDeviceFormatProperties(ctx.getPhysicalDevice(), m_testCase.f… in checkSupport()
|
D | vktApiGranularityTests.cpp | 206 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), in initImages()
|
D | vktApiFeatureInfo.cpp | 1928 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInter… in formatProperties() 2059 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInte… in ycbcrFormatProperties() 2132 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInterfa… in optimalTilingFeaturesSupported() 2585 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(context.getInstance… in imageFormatProperties() 3377 vki.getPhysicalDeviceFormatProperties(physicalDevice, format, &coreProperties); in deviceFormatProperties2()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 7 GetPhysicalDeviceFormatPropertiesFunc getPhysicalDeviceFormatProperties; variable
|
D | vkQueryUtil.cpp | 177 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice… in getPhysicalDeviceFormatProperties() function 183 vk.getPhysicalDeviceFormatProperties(physicalDevice, format, &properties); in getPhysicalDeviceFormatProperties()
|
D | vkInitInstanceFunctionPointers.inl | 7 m_vk.getPhysicalDeviceFormatProperties = (GetPhysicalDeviceFormatPropertiesFunc) GET_PROC_…
|
D | vkInstanceDriverImpl.inl | 20 void InstanceDriver::getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat f… function in InstanceDriver 22 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
|
D | vkQueryUtil.hpp | 52 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhys…
|
D | vkVirtualInstanceInterface.inl | 7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat form…
|
D | vkConcreteInstanceInterface.inl | 7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat form…
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBase.cpp | 98 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDe… in validateImageFeatureFlags()
|
D | vktPipelineImageUtil.cpp | 102 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedSamplableFormat() 109 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice,… in isLinearFilteringSupported() 119 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice,… in isMinMaxFilteringSupported()
|
D | vktPipelineStencilExportTests.cpp | 130 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineStencilTests.cpp | 65 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineDepthTests.cpp | 63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
/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()
|
D | vktDynamicStateDSTests.cpp | 119 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize() 127 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1673 vki.getPhysicalDeviceFormatProperties(physDevice, caseDef.imageFormat, &imageFormatProps); in testMutable() 1674 vki.getPhysicalDeviceFormatProperties(physDevice, caseDef.viewFormat, &viewFormatProps); in testMutable() 2129 vki.getPhysicalDeviceFormatProperties(physDevice, caseDef.imageFormat, &imageFormatProps); in testSwapchainMutable() 2130 vki.getPhysicalDeviceFormatProperties(physDevice, caseDef.viewFormat, &viewFormatProps); in testSwapchainMutable()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 211 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 103 …const vk::VkFormatProperties properties (vk::getPhysicalDeviceFormatProperties(context.getInstance… in checkSupport() 127 …const vk::VkFormatProperties properties (vk::getPhysicalDeviceFormatProperties(context.getInstance… in checkSupport()
|
D | vktYCbCrViewTests.cpp | 443 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(context.getInstanceI… in checkImageUsageSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 826 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDe… in checkImageFormatFeatureSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 1016 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physDevice, inf… in isImageSupported() 1604 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice,… in isMultiplaneImageSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 219 vki.getPhysicalDeviceFormatProperties(physicalDevice, format, &properties); in requireFormatUsageSupport() 2573 …vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getInputType().… in runAndVerifyDefaultPipeline() 2582 …vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getOutputType()… in runAndVerifyDefaultPipeline()
|