/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 7 GetPhysicalDeviceFormatPropertiesFunc getPhysicalDeviceFormatProperties; variable
|
D | vkQueryUtil.cpp | 100 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice… in getPhysicalDeviceFormatProperties() function 106 vk.getPhysicalDeviceFormatProperties(physicalDevice, format, &properties); in getPhysicalDeviceFormatProperties()
|
D | vkInitInstanceFunctionPointers.inl | 7 m_vk.getPhysicalDeviceFormatProperties = (GetPhysicalDeviceFormatPropertiesFunc) GET_PROC_A…
|
D | vkInstanceDriverImpl.inl | 20 void InstanceDriver::getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat f… function in InstanceDriver 22 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
|
D | vkQueryUtil.hpp | 42 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhys…
|
D | vkVirtualInstanceInterface.inl | 7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat fo…
|
D | vkConcreteInstanceInterface.inl | 7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat fo…
|
D | vkNullDriver.cpp | 765 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceFormatProperties (VkPhysicalDevice, VkFormat, VkFormatP… in getPhysicalDeviceFormatProperties() function
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewCreateTests.cpp | 115 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in iterate()
|
D | vktApiGranularityTests.cpp | 204 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), in initImages()
|
D | vktApiFeatureInfo.cpp | 1568 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInterf… in formatProperties() 1609 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInterfa… in optimalTilingFeaturesSupported() 2052 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(context.getInstance… in imageFormatProperties() 2289 vki.getPhysicalDeviceFormatProperties(physicalDevice, format, &coreProperties); in deviceFormatProperties2()
|
D | vktApiImageClearingTests.cpp | 470 …const VkFormatProperties props = vk::getPhysicalDeviceFormatProperties(m_vki, m_context.getPhysica… in getIsAttachmentFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateRSTests.cpp | 107 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize() 115 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
|
D | vktDynamicStateDSTests.cpp | 116 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize() 124 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 100 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedSamplableFormat() 114 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice,… in isLinearFilteringSupported()
|
D | vktPipelineBlendTests.cpp | 64 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedBlendFormat()
|
D | vktPipelineDepthTests.cpp | 61 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineStencilTests.cpp | 63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineVertexInputTests.cpp | 66 …context.getInstanceInterface().getPhysicalDeviceFormatProperties(context.getPhysicalDevice(), form… in isSupportedVertexFormat()
|
D | vktPipelineMultisampleInterpolationTests.cpp | 178 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDe… in validateImageFeatureFlags()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 414 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physDevice, inf… in isImageSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 460 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 946 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDe… in checkImageFormatFeatureSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 1064 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(m_context.getInstan… in isSupported()
|
D | vktTextureTestUtil.cpp | 1331 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(m_context.getInstanc… in renderQuad()
|