/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 118 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 …]
|
D | vktRenderPassTests.cpp | 1062 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 …]
|
D | vktRenderPassDepthStencilResolveTests.cpp | 318 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()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 115 if (tcu::hasStencilComponent(order)) in getFormatAspectMask()
|
D | vktRenderPassMultisampleResolveTests.cpp | 224 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/ |
D | vktApiCopiesAndBlittingTests.cpp | 97 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 …]
|
D | vktApiGranularityTests.cpp | 199 if (tcu::hasStencilComponent(tcuFormat.order)) in initImages()
|
D | vktApiImageClearingTests.cpp | 2004 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/ |
D | tcuTextureUtil.hpp | 43 bool hasStencilComponent (TextureFormat::ChannelOrder order);
|
D | tcuImageCompare.cpp | 840 bool hasStencil = tcu::hasStencilComponent(result.getFormat().order); in dsThresholdCompare()
|
D | tcuTextureUtil.cpp | 131 bool hasStencilComponent (TextureFormat::ChannelOrder order) in hasStencilComponent() function
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 406 …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()
|
D | vktPipelineStencilTests.cpp | 928 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(stencilFormat).order); in createStencilTests()
|
D | vktPipelineDepthTests.cpp | 1004 … const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests()
|
D | vktPipelineSamplerTests.cpp | 1147 …&& tcu::hasDepthComponent(mapVkFormat(format).order) && tcu::hasStencilComponent(mapVkFormat(forma… in createAllFormatsSamplerTests()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 57 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlags()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 627 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate() 787 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 326 const bool isStencilTexture = tcu::hasStencilComponent(textureFormat.order); in guessAspectMask()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 8161 if (format.hasStencilComponent) in PrepareRenderbuffer() 8310 if (format.hasStencilComponent) in Check() 8607 if (format.hasStencilComponent) in PrepareRenderbuffer() 8793 if (format.hasStencilComponent) in Check()
|
D | gl4cDirectStateAccessTests.hpp | 3683 bool hasStencilComponent; member 3765 bool hasStencilComponent; member
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2981 if (tcu::hasStencilComponent(channelOrder)) in getImageAspectFlags()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3758 if (tcu::hasStencilComponent(textureFormat.order)) in getImageAspectFlags()
|