Searched refs:hasDepthComponent (Results 1 – 4 of 4) sorted by relevance
855 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 …]
44 bool hasDepthComponent (TextureFormat::ChannelOrder order);
141 bool hasDepthComponent (TextureFormat::ChannelOrder order) in hasDepthComponent() function
428 aspectFlag |= (tcu::hasDepthComponent(format.order)? VK_IMAGE_ASPECT_DEPTH_BIT : 0); in getAspectFlag()