Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceImageFormatProperties (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl8 GetPhysicalDeviceImageFormatPropertiesFunc getPhysicalDeviceImageFormatProperties; variable
DvkQueryUtil.cpp187 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhys… in getPhysicalDeviceImageFormatProperties() function
193 …VK_CHECK(vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl… in getPhysicalDeviceImageFormatProperties()
DvkInitInstanceFunctionPointers.inl8 m_vk.getPhysicalDeviceImageFormatProperties = (GetPhysicalDeviceImageFormatPropertiesFunc) G…
DvkInstanceDriverImpl.inl25 VkResult InstanceDriver::getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, V… function in InstanceDriver
27 …return m_vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl…
DvkQueryUtil.hpp53 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk…
DvkConcreteInstanceInterface.inl8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkForm…
DvkVirtualInstanceInterface.inl8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkForm…
DvkNullDriver.cpp1020 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDev… in getPhysicalDeviceImageFormatProperties() function
1292 …result = getPhysicalDeviceImageFormatProperties(physicalDevice, pImageFormatInfo->format, pImageFo… in getPhysicalDeviceImageFormatProperties2KHR()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp117 …instance.getPhysicalDeviceImageFormatProperties(physicalDevice, imageInfo.format, imageInfo.imageT… in validateImageInfo()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiMemoryRequirementInvarianceTests.cpp515 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate()
526 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate()
DvktApiGranularityTests.cpp126 …VkResult result = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_contex… in checkFormatSupport()
DvktApiCopiesAndBlittingTests.cpp1177 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in checkSupport()
1184 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in checkSupport()
2602 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in checkSupport()
2609 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in checkSupport()
3257 …if (context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevi… in checkSupport()
3277 …if (context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevi… in checkSupport()
3978 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in checkSupport()
3984 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageAlignedMipSize.cpp155 …imageFormatProperties = getPhysicalDeviceImageFormatProperties(instance, physicalDevice, imageCrea… in iterate()
DvktSparseResourcesImageBlockShapes.cpp166 …const VkImageFormatProperties formatProperties = getPhysicalDeviceImageFormatProperties(instance, … in iterate()
DvktSparseResourcesImageSparseBinding.cpp183 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp182 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp248 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp236 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp338 …mageFormatQueryResult = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_… in updateTextureData()
490 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
561 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
DvktTextureFilteringExplicitLodTests.cpp941 …const VkImageFormatProperties imFormatProperties = getPhysicalDeviceImageFormatProperties(m_contex… in isSupported()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp191 const VkResult imageFormatResult = vki.getPhysicalDeviceImageFormatProperties( in checkRequirements()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1024 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isImageSupported()
1612 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isMultiplaneImageSupported()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp159 …const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, p… in createImage()
DvktRenderPassDepthStencilResolveTests.cpp297 …if (m_vki.getPhysicalDeviceImageFormatProperties(m_physicalDevice, m_config.format, VK_IMAGE_TYPE_… in createImage()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp308 …imageFormatProperties = getPhysicalDeviceImageFormatProperties(vki, physicalDevice, m_format, VK_I… in BuiltinFragDepthCaseInstance()
1025 …imageFormatProperties = getPhysicalDeviceImageFormatProperties(vki, physicalDevice, VK_FORMAT_R32G… in BuiltinFragCoordMsaaCaseInstance()

12