Home
last modified time | relevance | path

Searched refs:hasStencilComponent (Results 1 – 22 of 22) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp118 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getImageAspectFlags()
258 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
262 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
546 …sDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.orde… in createRenderPass()
834 …sDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.orde… in createRenderPipeline()
951 const bool hasStencil (tcu::hasStencilComponent(format.order)); in createSplitDescriptorSetLayout()
1229 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getSrcImageUsage()
1241 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getDstFormat()
1417 if (tcu::hasStencilComponent(mapVkFormat(m_srcFormat).order)) in iterateInternal()
1471 …rateStencilUsage ? (m_separateStencilUsage == TEST_STENCIL) : tcu::hasStencilComponent(srcFormat.o… in iterateInternal()
[all …]
DvktRenderPassTests.cpp1062 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in clearValueToString()
1068 if (tcu::hasStencilComponent(format.order)) in clearValueToString()
1071 if (tcu::hasStencilComponent(format.order) && tcu::hasDepthComponent(format.order)) in clearValueToString()
1343 …DE_ASSERT(!(tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::… in createAttachmentImage()
1346 …DE_ASSERT((tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::m… in createAttachmentImage()
1349 if (tcu::hasDepthComponent(textureFormat.order) || tcu::hasStencilComponent(textureFormat.order)) in createAttachmentImage()
1410 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in randomClearValue()
1417 if (tcu::hasStencilComponent(format.order)) in randomClearValue()
1456 const bool isStencilFormat = tcu::hasStencilComponent(format.order); in AttachmentResources()
1470 if (tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) in AttachmentResources()
[all …]
DvktRenderPassDepthStencilResolveTests.cpp318 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order))) in createImage()
395 …(tcu::hasStencilComponent(format.order) ? static_cast<vk::VkImageAspectFlags>(vk::VK_IMAGE_ASPECT_… in createRenderPass()
DvktRenderPassUnusedClearAttachmentTests.cpp115 if (tcu::hasStencilComponent(order)) in getFormatAspectMask()
DvktRenderPassMultisampleResolveTests.cpp224 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
228 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp97 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlags()
419 if (tcu::hasStencilComponent(buffer.getFormat().order)) in generateBuffer()
430 if (tcu::hasStencilComponent(buffer.getFormat().order)) in generateBuffer()
608 if (tcu::hasStencilComponent(src.getFormat().order)) in uploadImage()
632 …if (tcu::hasDepthComponent(result.getFormat().order) || tcu::hasStencilComponent(result.getFormat(… in checkTestResult()
812 if (tcu::hasStencilComponent(imageFormat.order)) in readImage()
1047 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()
1140 if (tcu::hasStencilComponent(src.getFormat().order)) in copyRegionToTextureLevel()
1871 …const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(m_params.dst.image.format).orde… in CopyBufferToDepthStencil()
2087 if (tcu::hasStencilComponent(m_textureFormat.order) && !stencilLoaded) in iterate()
[all …]
DvktApiGranularityTests.cpp199 if (tcu::hasStencilComponent(tcuFormat.order)) in initImages()
DvktApiImageClearingTests.cpp2004 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(format).order); in createImageClearingTestsCommon()
2129 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(format).order); in createImageClearingTestsCommon()
/external/deqp/framework/common/
DtcuTextureUtil.hpp43 bool hasStencilComponent (TextureFormat::ChannelOrder order);
DtcuImageCompare.cpp840 bool hasStencil = tcu::hasStencilComponent(result.getFormat().order); in dsThresholdCompare()
DtcuTextureUtil.cpp131 bool hasStencilComponent (TextureFormat::ChannelOrder order) in hasStencilComponent() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp406 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternal()
496 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternalSparse()
586 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
634 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTextureSparse()
835 if (tcu::hasStencilComponent(textureFormat.order)) in getBufferCopyRegions()
DvktPipelineStencilTests.cpp928 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(stencilFormat).order); in createStencilTests()
DvktPipelineDepthTests.cpp1004 … const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests()
DvktPipelineSamplerTests.cpp1147 …&& tcu::hasDepthComponent(mapVkFormat(format).order) && tcu::hasStencilComponent(mapVkFormat(forma… in createAllFormatsSamplerTests()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp57 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlags()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp627 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()
787 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp326 const bool isStencilTexture = tcu::hasStencilComponent(textureFormat.order); in guessAspectMask()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp8161 if (format.hasStencilComponent) in PrepareRenderbuffer()
8310 if (format.hasStencilComponent) in Check()
8607 if (format.hasStencilComponent) in PrepareRenderbuffer()
8793 if (format.hasStencilComponent) in Check()
Dgl4cDirectStateAccessTests.hpp3683 bool hasStencilComponent; member
3765 bool hasStencilComponent; member
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2981 if (tcu::hasStencilComponent(channelOrder)) in getImageAspectFlags()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3758 if (tcu::hasStencilComponent(textureFormat.order)) in getImageAspectFlags()