Home
last modified time | relevance | path

Searched refs:hasStencilComponent (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()
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 …]
/external/deqp/framework/common/
DtcuTextureUtil.hpp43 bool hasStencilComponent (TextureFormat::ChannelOrder order);
DtcuTextureUtil.cpp126 bool hasStencilComponent (TextureFormat::ChannelOrder order) in hasStencilComponent() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp429 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlag()