Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceFormatProperties (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp52 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()
DvktApiBufferViewCreateTests.cpp130 …ctx.getInstanceInterface().getPhysicalDeviceFormatProperties(ctx.getPhysicalDevice(), m_testCase.f… in checkSupport()
DvktApiGranularityTests.cpp206 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), in initImages()
DvktApiFeatureInfo.cpp1928 …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/
DvkInstanceFunctionPointers.inl7 GetPhysicalDeviceFormatPropertiesFunc getPhysicalDeviceFormatProperties; variable
DvkQueryUtil.cpp177 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice… in getPhysicalDeviceFormatProperties() function
183 vk.getPhysicalDeviceFormatProperties(physicalDevice, format, &properties); in getPhysicalDeviceFormatProperties()
DvkInitInstanceFunctionPointers.inl7 m_vk.getPhysicalDeviceFormatProperties = (GetPhysicalDeviceFormatPropertiesFunc) GET_PROC_…
DvkInstanceDriverImpl.inl20 void InstanceDriver::getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat f… function in InstanceDriver
22 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
DvkQueryUtil.hpp52 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhys…
DvkVirtualInstanceInterface.inl7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat form…
DvkConcreteInstanceInterface.inl7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat form…
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp98 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDe… in validateImageFeatureFlags()
DvktPipelineImageUtil.cpp102 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()
DvktPipelineStencilExportTests.cpp130 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineStencilTests.cpp65 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineDepthTests.cpp63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateRSTests.cpp109 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
117 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
DvktDynamicStateDSTests.cpp119 …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/
DvktImageMutableTests.cpp1673 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/
DvktFragmentOperationsEarlyFragmentTests.cpp211 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp103 …const vk::VkFormatProperties properties (vk::getPhysicalDeviceFormatProperties(context.getInstance… in checkSupport()
127 …const vk::VkFormatProperties properties (vk::getPhysicalDeviceFormatProperties(context.getInstance… in checkSupport()
DvktYCbCrViewTests.cpp443 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(context.getInstanceI… in checkImageUsageSupport()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp826 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDe… in checkImageFormatFeatureSupport()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1016 …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/
DvktSpvAsmGraphicsShaderTestUtil.cpp219 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()

12