Home
last modified time | relevance | path

Searched refs:hasDepthComponent (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp855 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in clearValueToString()
864 if (tcu::hasStencilComponent(format.order) && tcu::hasDepthComponent(format.order)) in clearValueToString()
867 if (tcu::hasDepthComponent(format.order)) in clearValueToString()
1099 if (tcu::hasDepthComponent(textureFormat.order) || tcu::hasStencilComponent(textureFormat.order)) in createAttachmentImage()
1158 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in randomClearValue()
1168 if (tcu::hasDepthComponent(format.order)) in randomClearValue()
1201 if (tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) in AttachmentResources()
1821 (VkImageAspectFlags)((hasDepthComponent(format.order) ? VK_IMAGE_ASPECT_DEPTH_BIT : 0) in pushRenderCommands()
1921 if (hasStencilComponent(format.order) || hasDepthComponent(format.order)) in pushImageInitializationCommands()
1924 …const float clearDepth = hasDepthComponent(format.order) ? clearValues[attachmentNdx]->depth… in pushImageInitializationCommands()
[all …]
/external/deqp/framework/common/
DtcuTextureUtil.hpp44 bool hasDepthComponent (TextureFormat::ChannelOrder order);
DtcuTextureUtil.cpp141 bool hasDepthComponent (TextureFormat::ChannelOrder order) in hasDepthComponent() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp428 aspectFlag |= (tcu::hasDepthComponent(format.order)? VK_IMAGE_ASPECT_DEPTH_BIT : 0); in getAspectFlag()