Home
last modified time | relevance | path

Searched refs:hasDepthComponent (Results 1 – 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp116 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getImageAspectFlags()
257 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
261 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
545 …const bool isDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComp… in createRenderPass()
852 …const bool isDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComp… in createRenderPipeline()
968 const bool hasDepth (tcu::hasDepthComponent(format.order)); in createSplitDescriptorSetLayout()
1246 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getSrcImageUsage()
1258 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getDstFormat()
1487 …arateStencilUsage ? (m_separateStencilUsage == TEST_DEPTH) : tcu::hasDepthComponent(srcFormat.or… in iterateInternal()
1727 …teStencilUsage ? (config.separateStencilUsage == TEST_DEPTH) : tcu::hasDepthComponent(format.order… in init()
[all …]
DvktRenderPassTests.cpp1037 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in clearValueToString()
1046 if (tcu::hasStencilComponent(format.order) && tcu::hasDepthComponent(format.order)) in clearValueToString()
1049 if (tcu::hasDepthComponent(format.order)) in clearValueToString()
1318 …DE_ASSERT(!(tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::… in createAttachmentImage()
1321 …DE_ASSERT((tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::m… in createAttachmentImage()
1324 if (tcu::hasDepthComponent(textureFormat.order) || tcu::hasStencilComponent(textureFormat.order)) in createAttachmentImage()
1385 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in randomClearValue()
1397 if (tcu::hasDepthComponent(format.order)) in randomClearValue()
1430 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in AttachmentResources()
1445 if (tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) in AttachmentResources()
[all …]
DvktRenderPassDepthStencilResolveTests.cpp370 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order))) in createImage()
519 …((tcu::hasDepthComponent(format.order) ? static_cast<vk::VkImageAspectFlags>(vk::VK_IMAGE_ASPECT_… in createRenderPass()
824 …((tcu::hasDepthComponent(format.order) ? static_cast<vk::VkImageAspectFlags>(vk::VK_IMAGE_ASPECT_… in submit()
DvktRenderPassUnusedClearAttachmentTests.cpp112 if (tcu::hasDepthComponent(order)) in getFormatAspectMask()
DvktRenderPassMultisampleResolveTests.cpp255 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
259 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.hpp44 bool hasDepthComponent (TextureFormat::ChannelOrder order);
DtcuImageCompare.cpp850 bool hasDepth = tcu::hasDepthComponent(result.getFormat().order); in dsThresholdCompare()
DtcuTextureUtil.cpp146 bool hasDepthComponent (TextureFormat::ChannelOrder order) in hasDepthComponent() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp421 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternal()
511 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternalSparse()
580 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
628 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTextureSparse()
847 if (tcu::hasDepthComponent(textureFormat.order)) in getBufferCopyRegions()
DvktPipelineStencilTests.cpp943 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(stencilFormat).order); in createStencilTests()
DvktPipelineSamplerTests.cpp309 …const VkImageAspectFlags imageAspect = (!isCompressedFormat(imageFormat) && hasDepthComponent(m… in getImageSamplingInstanceParams()
1901 …&& tcu::hasDepthComponent(mapVkFormat(format).order) && tcu::hasStencilComponent(mapVkFormat(forma… in createAllFormatsSamplerTests()
DvktPipelineDepthTests.cpp1016 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp222 aspectFlag |= (tcu::hasDepthComponent(format.order)? VK_IMAGE_ASPECT_DEPTH_BIT : 0); in getAspectFlags()
770 if (tcu::hasDepthComponent(src.getFormat().order)) in uploadImage()
801 …if (tcu::hasDepthComponent(result.getFormat().order) || tcu::hasStencilComponent(result.getFormat(… in checkTestResult()
982 if (tcu::hasDepthComponent(imageFormat.order)) in readImage()
1250 if (tcu::hasDepthComponent(result.getFormat().order)) in checkTestResult()
1328 if (tcu::hasDepthComponent(src.getFormat().order)) in copyRegionToTextureLevel()
1702 if (tcu::hasDepthComponent(result.getFormat().order)) in checkResult()
1805 if (tcu::hasDepthComponent(src.getFormat().order)) in copyRegionToTextureLevel()
2690 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(m_params.dst.image.format).order); in CopyBufferToDepthStencil()
2952 if (tcu::hasDepthComponent(m_textureFormat.order) && !depthLoaded) in iterate()
[all …]
DvktApiGranularityTests.cpp196 if (tcu::hasDepthComponent(tcuFormat.order)) in initImages()
DvktApiImageClearingTests.cpp2327 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(format).order); in createImageClearingTestsCommon()
2498 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(format).order); in createImageClearingTestsCommon()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp56 aspectFlag |= (tcu::hasDepthComponent(format.order)? VK_IMAGE_ASPECT_DEPTH_BIT : 0); in getAspectFlags()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2978 if (tcu::hasDepthComponent(channelOrder)) in getImageAspectFlags()
3067 tcu::hasDepthComponent(vk::mapVkFormat(instance.resources.inputFormat).order)) in runAndVerifyDefaultPipeline()
3657 …const bool hasDepthComponent = tcu::hasDepthComponent(vk::mapVkFormat(instance.resources.input… in runAndVerifyDefaultPipeline() local
3672 (hasDepthComponent) ? VK_TRUE : VK_FALSE, // VkBool32 compareEnable; in runAndVerifyDefaultPipeline()
DvktSpvAsmImageSamplerTests.cpp1220 const bool hasDpethComponent = tcu::hasDepthComponent(vk::mapVkFormat(imageFormat).order); in addGraphicsDepthPropertyTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp546 const auto hasDepth = tcu::hasDepthComponent(tcuFormat.order); in iterate()
1336 const auto hasDepth = tcu::hasDepthComponent(tcuFormat.order); in createImageDepthStencilDescriptorTests()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp8156 if (format.hasDepthComponent) in PrepareRenderbuffer()
8288 if (format.hasDepthComponent) in Check()
8602 if (format.hasDepthComponent) in PrepareRenderbuffer()
8770 if (format.hasDepthComponent) in Check()
Dgl4cDirectStateAccessTests.hpp3710 bool hasDepthComponent; member
3792 bool hasDepthComponent; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp326 const bool isShadowTexture = tcu::hasDepthComponent(textureFormat.order); in guessAspectMask()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4119 if (tcu::hasDepthComponent(textureFormat.order)) in getImageAspectFlags()