Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceImageFormatProperties (Results 1 – 25 of 28) 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…
DvkVirtualInstanceInterface.inl8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFo…
DvkConcreteInstanceInterface.inl8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFo…
DvkNullDriver.cpp786 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()
449 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
520 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
DvktTextureFilteringExplicitLodTests.cpp1057 …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.cpp741 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in CopyImageToImage()
748 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in CopyImageToImage()
1621 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in BlittingImages()
1628 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in BlittingImages()
2278 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in ResolveImageToImage()
2284 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in ResolveImageToImage()
DvktApiImageClearingTests.cpp498 …const VkResult result = m_vki.getPhysicalDeviceImageFormatProperties(m_context.getPhysicalDevice()… in getImageFormatProperties()
DvktApiFeatureInfo.cpp2099 …queryResult = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(context.getPhy… in imageFormatProperties()
2440 …coreResult = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, imageFormatInfo.format, im… in imageFormatProperties2()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp188 const VkResult imageFormatResult = vki.getPhysicalDeviceImageFormatProperties( in checkRequirements()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp422 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isImageSupported()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp197 …instance.getPhysicalDeviceImageFormatProperties(physicalDevice, imageInfo.format, imageInfo.imageT… in validateImageInfo()
DvktPipelineMultisampleImageTests.cpp516 const VkResult imageFormatResult = vki.getPhysicalDeviceImageFormatProperties( in checkImageFormatRequirements()
DvktPipelineImageSamplingInstance.cpp183 …const VkImageFormatProperties formatProperties = getPhysicalDeviceImageFormatProperties(context.ge… in ImageSamplingInstance()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp237 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in BaseRenderingTestInstance()
308 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in BaseRenderingTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2353 if ((getInstanceInterface().getPhysicalDeviceImageFormatProperties(getPhysicalDevice(), in render()
2430 if ((getInstanceInterface().getPhysicalDeviceImageFormatProperties(getPhysicalDevice(), in render()

12