/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 8 GetPhysicalDeviceImageFormatPropertiesFunc getPhysicalDeviceImageFormatProperties; variable
|
D | vkInitInstanceFunctionPointers.inl | 8 m_vk.getPhysicalDeviceImageFormatProperties = (GetPhysicalDeviceImageFormatPropertiesFunc) …
|
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…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBase.cpp | 117 …instance.getPhysicalDeviceImageFormatProperties(physicalDevice, imageInfo.format, imageInfo.imageT… in validateImageInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageAstcDecodeModeTests.cpp | 412 …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()
|
D | vktImageSampleCompressedTextureTests.cpp | 683 …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()
|
D | vktImageMultisampleLoadStoreTests.cpp | 188 …sult imageFormatResult = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in checkSupport()
|
D | vktImageMutableTests.cpp | 1060 …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/ |
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 | vkQueryUtil.hpp | 57 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk…
|
D | vkNullDriver.cpp | 1171 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/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 476 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate() 716 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate() 737 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiMemoryRequirementInvarianceTests.cpp | 517 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate() 528 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate()
|
D | vktApiGranularityTests.cpp | 126 …VkResult result = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_contex… in checkFormatSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleClearsWithinRenderPass.cpp | 659 …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()
|
D | vktDrawDepthClampTests.cpp | 680 …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/ |
D | vktTextureTestUtil.cpp | 352 …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/ |
D | vktYCbCrFormatTests.cpp | 294 …VkImageFormatProperties properties = getPhysicalDeviceImageFormatProperties(context.getInstanceInt… in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 349 …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/ |
D | vktFragmentOperationsOcclusionQueryTests.cpp | 700 …vki.getPhysicalDeviceImageFormatProperties(physDevice, testFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TILI… in checkSupport()
|