Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl8 GetPhysicalDeviceImageFormatPropertiesFunc getPhysicalDeviceImageFormatProperties; variable
DvkInitInstanceFunctionPointers.inl8 m_vk.getPhysicalDeviceImageFormatProperties = (GetPhysicalDeviceImageFormatPropertiesFunc) …
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…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp117 …instance.getPhysicalDeviceImageFormatProperties(physicalDevice, imageInfo.format, imageInfo.imageT… in validateImageInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAstcDecodeModeTests.cpp412 …if (VK_ERROR_FORMAT_NOT_SUPPORTED == vk.getPhysicalDeviceImageFormatProperties(physicalDevice, m_p… in checkSupport()
417 …if (VK_ERROR_FORMAT_NOT_SUPPORTED == vk.getPhysicalDeviceImageFormatProperties(physicalDevice, m_p… in checkSupport()
DvktImageSampleCompressedTextureTests.cpp683 …if (vki.getPhysicalDeviceImageFormatProperties(physicalDevice, VK_FORMAT_BC1_RGB_UNORM_BLOCK, VK_I… in checkSupport()
688 …if (vki.getPhysicalDeviceImageFormatProperties(physicalDevice, VK_FORMAT_BC3_UNORM_BLOCK, VK_IMAGE… in checkSupport()
693 …if (m_cubemap && vki.getPhysicalDeviceImageFormatProperties(context.getPhysicalDevice(), m_imageFo… in checkSupport()
DvktImageMultisampleLoadStoreTests.cpp188 …sult imageFormatResult = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in checkSupport()
DvktImageMutableTests.cpp1060 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(context.getPhysicalDevi… in run()
2055 …result = vki.getPhysicalDeviceImageFormatProperties(physDevice, caseDef.imageFormat, getImageType(… in testSwapchainMutable()
2062 …result = vki.getPhysicalDeviceImageFormatProperties(physDevice, caseDef.viewFormat, getImageType(c… in testSwapchainMutable()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp259 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhys… in getPhysicalDeviceImageFormatProperties() function
265 …VK_CHECK(vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl… in getPhysicalDeviceImageFormatProperties()
DvkQueryUtil.hpp57 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk…
DvkNullDriver.cpp1171 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDev… in getPhysicalDeviceImageFormatProperties() function
1441 …result = getPhysicalDeviceImageFormatProperties(physicalDevice, pImageFormatInfo->format, pImageFo… in getPhysicalDeviceImageFormatProperties2KHR()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp476 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
716 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
737 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesImageAlignedMipSize.cpp180 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesImageBlockShapes.cpp183 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesImageSparseBinding.cpp196 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiMemoryRequirementInvarianceTests.cpp517 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate()
528 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate()
DvktApiGranularityTests.cpp126 …VkResult result = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_contex… in checkFormatSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp659 …if (vki.getPhysicalDeviceImageFormatProperties(vkd, m_params.colorFormat, VK_IMAGE_TYPE_2D, VK_IMA… in checkSupport()
665 …if (vki.getPhysicalDeviceImageFormatProperties(vkd, m_params.depthFormat, VK_IMAGE_TYPE_2D, VK_IMA… in checkSupport()
DvktDrawDepthClampTests.cpp680 …if (vki.getPhysicalDeviceImageFormatProperties(vkd, m_format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OP… in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp352 …mageFormatQueryResult = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_… in updateTextureData()
509 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
580 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp294 …VkImageFormatProperties properties = getPhysicalDeviceImageFormatProperties(context.getInstanceInt… in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp349 …if (m_vki.getPhysicalDeviceImageFormatProperties(m_physicalDevice, m_config.format, VK_IMAGE_TYPE_… in createImage()
604 …const auto formatCheck = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, format, VK_IM… in isSupportedFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp700 …vki.getPhysicalDeviceImageFormatProperties(physDevice, testFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TILI… in checkSupport()

123