Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp112 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getImageAspectFlags()
237 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
241 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
473 …sDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.orde… in createRenderPass()
757 …sDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.orde… in createRenderPipeline()
874 const bool hasStencil (tcu::hasStencilComponent(format.order)); in createSplitDescriptorSetLayout()
1149 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getSrcImageUsage()
1161 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getDstFormat()
1320 if (tcu::hasStencilComponent(mapVkFormat(m_srcFormat).order)) in iterateInternal()
1374 const bool hasStencil (tcu::hasStencilComponent(srcFormat.order)); in iterateInternal()
[all …]
DvktRenderPassTests.cpp1005 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in clearValueToString()
1011 if (tcu::hasStencilComponent(format.order)) in clearValueToString()
1014 if (tcu::hasStencilComponent(format.order) && tcu::hasDepthComponent(format.order)) in clearValueToString()
1286 …DE_ASSERT(!(tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::… in createAttachmentImage()
1289 …DE_ASSERT((tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::m… in createAttachmentImage()
1292 if (tcu::hasDepthComponent(textureFormat.order) || tcu::hasStencilComponent(textureFormat.order)) in createAttachmentImage()
1353 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in randomClearValue()
1360 if (tcu::hasStencilComponent(format.order)) in randomClearValue()
1401 const bool isStencilFormat = tcu::hasStencilComponent(format.order); in AttachmentResources()
1415 if (tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) in AttachmentResources()
[all …]
DvktRenderPassMultisampleResolveTests.cpp250 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
254 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
DvktRenderPassDepthStencilResolveTests.cpp318 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order))) in createImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp269 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternal()
359 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternalSparse()
449 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
497 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTextureSparse()
698 if (tcu::hasStencilComponent(textureFormat.order)) in getBufferCopyRegions()
/external/deqp/framework/common/
DtcuTextureUtil.hpp43 bool hasStencilComponent (TextureFormat::ChannelOrder order);
DtcuTextureUtil.cpp131 bool hasStencilComponent (TextureFormat::ChannelOrder order) in hasStencilComponent() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp97 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlags()
415 if (tcu::hasStencilComponent(buffer.getFormat().order)) in generateBuffer()
426 if (tcu::hasStencilComponent(buffer.getFormat().order)) in generateBuffer()
603 if (tcu::hasStencilComponent(src.getFormat().order)) in uploadImage()
799 if (tcu::hasStencilComponent(imageFormat.order)) in readImage()
1034 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()
1127 if (tcu::hasStencilComponent(src.getFormat().order)) in copyRegionToTextureLevel()
2296 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()
2330 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()
2534 if (tcu::hasStencilComponent(src.getFormat().order)) in copyRegionToTextureLevel()
[all …]
DvktApiGranularityTests.cpp199 if (tcu::hasStencilComponent(tcuFormat.order)) in initImages()
/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.cpp624 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()
784 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp8161 if (format.hasStencilComponent) in PrepareRenderbuffer()
8310 if (format.hasStencilComponent) in Check()
8610 if (format.hasStencilComponent) in PrepareRenderbuffer()
8796 if (format.hasStencilComponent) in Check()
Dgl4cDirectStateAccessTests.hpp3683 bool hasStencilComponent; member
3765 bool hasStencilComponent; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2789 if (tcu::hasStencilComponent(textureFormat.order)) in getImageAspectFlags()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2448 if (tcu::hasStencilComponent(channelOrder)) in getImageAspectFlags()