Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl8 GetPhysicalDeviceImageFormatPropertiesFunc getPhysicalDeviceImageFormatProperties; variable
DvkQueryUtil.cpp110 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhys… in getPhysicalDeviceImageFormatProperties() function
116 …VK_CHECK(vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl… in getPhysicalDeviceImageFormatProperties()
DvkInitInstanceFunctionPointers.inl8 m_vk.getPhysicalDeviceImageFormatProperties = (GetPhysicalDeviceImageFormatPropertiesFunc) GE…
DvkInstanceDriverImpl.inl25 VkResult InstanceDriver::getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, V… function in InstanceDriver
27 …return m_vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl…
DvkQueryUtil.hpp43 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk…
DvkConcreteInstanceInterface.inl8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFo…
DvkVirtualInstanceInterface.inl8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFo…
DvkNullDriver.cpp856 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDev… in getPhysicalDeviceImageFormatProperties() function
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp322 …mageFormatQueryResult = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_… in updateTextureData()
439 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
510 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
DvktTextureFilteringExplicitLodTests.cpp1040 …const VkImageFormatProperties imFormatProperties = getPhysicalDeviceImageFormatProperties(m_contex… in isSupported()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseBinding.cpp164 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp163 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp257 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp213 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp124 …VkResult result = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_contex… in checkFormatSupport()
DvktApiCopiesAndBlittingTests.cpp835 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in CopyImageToImage()
842 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in CopyImageToImage()
1751 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in BlittingImages()
1758 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in BlittingImages()
2643 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in ResolveImageToImage()
2649 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in ResolveImageToImage()
DvktApiImageClearingTests.cpp657 …const VkResult result = m_vki.getPhysicalDeviceImageFormatProperties(m_context.getPhysicalDevice()… in getImageFormatProperties()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp189 const VkResult imageFormatResult = vki.getPhysicalDeviceImageFormatProperties( in checkRequirements()
DvktImageTranscodingSupportTests.cpp815 const VkResult queryResult = vk.getPhysicalDeviceImageFormatProperties( in isFormatUsageFlagSupported()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1015 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isImageSupported()
1604 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isMultiplaneImageSupported()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp307 …imageFormatProperties = getPhysicalDeviceImageFormatProperties(vki, physicalDevice, m_format, VK_I… in BuiltinFragDepthCaseInstance()
1255 …imageFormatProperties = getPhysicalDeviceImageFormatProperties(vki, physicalDevice, VK_FORMAT_R32G… in BuiltinFragCoordMsaaCaseInstance()
DvktShaderRender.cpp2294 if ((getInstanceInterface().getPhysicalDeviceImageFormatProperties(getPhysicalDevice(), in render()
2371 if ((getInstanceInterface().getPhysicalDeviceImageFormatProperties(getPhysicalDevice(), in render()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp209 …const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, p… in createImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp198 …instance.getPhysicalDeviceImageFormatProperties(physicalDevice, imageInfo.format, imageInfo.imageT… in validateImageInfo()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp227 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in BaseRenderingTestInstance()
298 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in BaseRenderingTestInstance()

12