/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 8 GetPhysicalDeviceImageFormatPropertiesFunc getPhysicalDeviceImageFormatProperties; variable
|
D | vkQueryUtil.cpp | 259 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhys… in getPhysicalDeviceImageFormatProperties() function 265 …VK_CHECK(vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl… in getPhysicalDeviceImageFormatProperties()
|
D | vkInitInstanceFunctionPointers.inl | 8 m_vk.getPhysicalDeviceImageFormatProperties = (GetPhysicalDeviceImageFormatPropertiesFunc) …
|
D | vkQueryUtil.hpp | 57 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk…
|
D | vkInstanceDriverImpl.inl | 25 VkResult InstanceDriver::getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, V… function in InstanceDriver 27 …return m_vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl…
|
D | vkVirtualInstanceInterface.inl | 8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkF…
|
D | vkConcreteInstanceInterface.inl | 8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkF…
|
D | vkNullDriver.cpp | 1150 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/ |
D | vktPipelineMultisampleBase.cpp | 117 …instance.getPhysicalDeviceImageFormatProperties(physicalDevice, imageInfo.format, imageInfo.imageT… in validateImageInfo()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiMemoryRequirementInvarianceTests.cpp | 515 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate() 526 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate()
|
D | vktApiGranularityTests.cpp | 126 …VkResult result = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_contex… in checkFormatSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAstcDecodeModeTests.cpp | 429 …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()
|
D | vktImageMultisampleLoadStoreTests.cpp | 188 …sult imageFormatResult = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in checkSupport()
|
D | vktImageSubresourceLayoutTests.cpp | 232 …const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_params.imageForma… in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageAlignedMipSize.cpp | 180 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
D | vktSparseResourcesImageBlockShapes.cpp | 183 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
D | vktSparseResourcesImageSparseBinding.cpp | 196 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 204 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleClearsWithinRenderPass.cpp | 572 …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()
|
D | vktDrawDepthClampTests.cpp | 466 …if (vki.getPhysicalDeviceImageFormatProperties(vkd, m_format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OP… in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 351 …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/ |
D | vktYCbCrFormatTests.cpp | 294 …VkImageFormatProperties properties = getPhysicalDeviceImageFormatProperties(context.getInstanceInt… in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 343 …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()
|
D | vktRenderPassSampleReadTests.cpp | 159 …const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, p… in createImage()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 972 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isImageSupported() 1543 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isMultiplaneImageSupported()
|