Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl8 GetPhysicalDeviceImageFormatPropertiesFunc getPhysicalDeviceImageFormatProperties; variable
DvkQueryUtil.cpp259 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhys… in getPhysicalDeviceImageFormatProperties() function
265 …VK_CHECK(vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl… in getPhysicalDeviceImageFormatProperties()
DvkInitInstanceFunctionPointers.inl8 m_vk.getPhysicalDeviceImageFormatProperties = (GetPhysicalDeviceImageFormatPropertiesFunc) …
DvkQueryUtil.hpp57 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk…
DvkInstanceDriverImpl.inl25 VkResult InstanceDriver::getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, V… function in InstanceDriver
27 …return m_vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl…
DvkVirtualInstanceInterface.inl8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkF…
DvkConcreteInstanceInterface.inl8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkF…
DvkNullDriver.cpp1150 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDev… in getPhysicalDeviceImageFormatProperties() function
1420 …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()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAstcDecodeModeTests.cpp429 …if (VK_ERROR_FORMAT_NOT_SUPPORTED == vk.getPhysicalDeviceImageFormatProperties(physicalDevice, m_p… in checkSupport()
434 …if (VK_ERROR_FORMAT_NOT_SUPPORTED == vk.getPhysicalDeviceImageFormatProperties(physicalDevice, m_p… in checkSupport()
DvktImageMultisampleLoadStoreTests.cpp188 …sult imageFormatResult = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in checkSupport()
DvktImageSubresourceLayoutTests.cpp232 …const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_params.imageForma… in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageAlignedMipSize.cpp180 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesImageBlockShapes.cpp183 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesImageSparseBinding.cpp196 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp204 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp572 …if (vki.getPhysicalDeviceImageFormatProperties(vkd, m_params.colorFormat, VK_IMAGE_TYPE_2D, VK_IMA… in checkSupport()
578 …if (vki.getPhysicalDeviceImageFormatProperties(vkd, m_params.depthFormat, VK_IMAGE_TYPE_2D, VK_IMA… in checkSupport()
DvktDrawDepthClampTests.cpp466 …if (vki.getPhysicalDeviceImageFormatProperties(vkd, m_format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OP… in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp351 …mageFormatQueryResult = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_… in updateTextureData()
508 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
579 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp294 …VkImageFormatProperties properties = getPhysicalDeviceImageFormatProperties(context.getInstanceInt… in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp343 …if (m_vki.getPhysicalDeviceImageFormatProperties(m_physicalDevice, m_config.format, VK_IMAGE_TYPE_… in createImage()
648 …const auto formatCheck = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, format, VK_IM… in isSupportedFormat()
DvktRenderPassSampleReadTests.cpp159 …const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, p… in createImage()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp972 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isImageSupported()
1543 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isMultiplaneImageSupported()

123