Searched refs:hasStencilComponent (Results 1 – 4 of 4) sorted by relevance
855 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in clearValueToString()861 if (tcu::hasStencilComponent(format.order)) in clearValueToString()864 if (tcu::hasStencilComponent(format.order) && 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()1165 if (tcu::hasStencilComponent(format.order)) in randomClearValue()1201 if (tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) in AttachmentResources()1822 | (hasStencilComponent(format.order) ? VK_IMAGE_ASPECT_STENCIL_BIT : 0)), in pushRenderCommands()1921 if (hasStencilComponent(format.order) || hasDepthComponent(format.order)) in pushImageInitializationCommands()1925 …const deUint32 clearStencil = hasStencilComponent(format.order) ? clearValues[attachmentNdx]->… in pushImageInitializationCommands()[all …]
43 bool hasStencilComponent (TextureFormat::ChannelOrder order);
126 bool hasStencilComponent (TextureFormat::ChannelOrder order) in hasStencilComponent() function
429 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlag()