Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceFormatProperties (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl7 GetPhysicalDeviceFormatPropertiesFunc getPhysicalDeviceFormatProperties; variable
DvkQueryUtil.cpp100 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice… in getPhysicalDeviceFormatProperties() function
106 vk.getPhysicalDeviceFormatProperties(physicalDevice, format, &properties); in getPhysicalDeviceFormatProperties()
DvkInitInstanceFunctionPointers.inl7 m_vk.getPhysicalDeviceFormatProperties = (GetPhysicalDeviceFormatPropertiesFunc) GET_PROC_A…
DvkInstanceDriverImpl.inl20 void InstanceDriver::getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat f… function in InstanceDriver
22 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
DvkQueryUtil.hpp42 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhys…
DvkVirtualInstanceInterface.inl7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat fo…
DvkConcreteInstanceInterface.inl7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat fo…
DvkNullDriver.cpp765 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceFormatProperties (VkPhysicalDevice, VkFormat, VkFormatP… in getPhysicalDeviceFormatProperties() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewCreateTests.cpp115 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in iterate()
DvktApiGranularityTests.cpp204 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), in initImages()
DvktApiFeatureInfo.cpp1568 …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()
DvktApiImageClearingTests.cpp470 …const VkFormatProperties props = vk::getPhysicalDeviceFormatProperties(m_vki, m_context.getPhysica… in getIsAttachmentFormat()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateRSTests.cpp107 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
115 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
DvktDynamicStateDSTests.cpp116 …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/
DvktPipelineImageUtil.cpp100 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedSamplableFormat()
114 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice,… in isLinearFilteringSupported()
DvktPipelineBlendTests.cpp64 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedBlendFormat()
DvktPipelineDepthTests.cpp61 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineStencilTests.cpp63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineVertexInputTests.cpp66 …context.getInstanceInterface().getPhysicalDeviceFormatProperties(context.getPhysicalDevice(), form… in isSupportedVertexFormat()
DvktPipelineMultisampleInterpolationTests.cpp178 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDe… in validateImageFeatureFlags()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp414 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physDevice, inf… in isImageSupported()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp460 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp946 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDe… in checkImageFormatFeatureSupport()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp1064 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(m_context.getInstan… in isSupported()
DvktTextureTestUtil.cpp1331 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(m_context.getInstanc… in renderQuad()

12