Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl7 GetPhysicalDeviceFormatPropertiesFunc getPhysicalDeviceFormatProperties; variable
DvkInitInstanceFunctionPointers.inl7 m_vk.getPhysicalDeviceFormatProperties = (GetPhysicalDeviceFormatPropertiesFunc) GET…
DvkInstanceDriverImpl.inl20 void InstanceDriver::getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat f… function in InstanceDriver
22 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
DvkVirtualInstanceInterface.inl7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat f…
DvkConcreteInstanceInterface.inl7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat f…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp61 vk.getPhysicalDeviceFormatProperties(device, VK_FORMAT_B8G8R8A8_UNORM, &formatProperties); in getRenderTargetFormat()
66 vk.getPhysicalDeviceFormatProperties(device, VK_FORMAT_R8G8B8A8_UNORM, &formatProperties); in getRenderTargetFormat()
104 …const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physical… in drawTriangleTest()
566 …const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physicalDevice… in framebufferCompatibleRenderPassTest()
909 …const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physicalDevice, … in pipelineLayoutLifetimeTest()
DvktApiBufferViewCreateTests.cpp130 …ctx.getInstanceInterface().getPhysicalDeviceFormatProperties(ctx.getPhysicalDevice(), m_testCase.f… in checkSupport()
DvktApiGranularityTests.cpp206 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), in initImages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp98 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDe… in validateImageFeatureFlags()
DvktPipelineStencilExportTests.cpp130 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineLogicOpTests.cpp58 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedColorAttachmentFormat()
DvktPipelineImageUtil.cpp103 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedSamplableFormat()
110 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice,… in isLinearFilteringSupported()
120 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice,… in isMinMaxFilteringSupported()
DvktPipelineColorWriteEnableTests.cpp284 …const auto colorProperties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kColo… in checkSupport()
399 …const auto dsProperties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kDepthStencil… in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp249 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice… in getPhysicalDeviceFormatProperties() function
255 vk.getPhysicalDeviceFormatProperties(physicalDevice, format, &properties); in getPhysicalDeviceFormatProperties()
DvkQueryUtil.hpp56 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhys…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFilteringTests.cpp382 …const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(instInt, physicalD… in iterate()
600 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instInt, physicalDev… in checkSupport()
DvktYCbCrViewTests.cpp399 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(context.getInstanceI… in checkImageUsageSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureConversionTests.cpp263 context.getInstanceInterface().getPhysicalDeviceFormatProperties( in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp278 …VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice, m_for… in checkSupport()
DvktImageAstcDecodeModeTests.cpp427 …context.getInstanceInterface().getPhysicalDeviceFormatProperties(context.getPhysicalDevice(), m_pa… in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateRSTests.cpp117 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
125 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
DvktDynamicStateDSTests.cpp120 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
128 …m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), … in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp191 …ctx.getInstanceInterface().getPhysicalDeviceFormatProperties(ctx.getPhysicalDevice(), req.m_format… in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderInvarianceTests.cpp269 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, vkPhysDevice, df); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp219 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()

1234