/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 116 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 …]
|
D | vktRenderPassTests.cpp | 1037 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 …]
|
D | vktRenderPassDepthStencilResolveTests.cpp | 370 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()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 112 if (tcu::hasDepthComponent(order)) in getFormatAspectMask()
|
D | vktRenderPassMultisampleResolveTests.cpp | 255 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/ |
D | tcuTextureUtil.hpp | 44 bool hasDepthComponent (TextureFormat::ChannelOrder order);
|
D | tcuImageCompare.cpp | 850 bool hasDepth = tcu::hasDepthComponent(result.getFormat().order); in dsThresholdCompare()
|
D | tcuTextureUtil.cpp | 146 bool hasDepthComponent (TextureFormat::ChannelOrder order) in hasDepthComponent() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 421 …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()
|
D | vktPipelineStencilTests.cpp | 943 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(stencilFormat).order); in createStencilTests()
|
D | vktPipelineSamplerTests.cpp | 309 …const VkImageAspectFlags imageAspect = (!isCompressedFormat(imageFormat) && hasDepthComponent(m… in getImageSamplingInstanceParams() 1901 …&& tcu::hasDepthComponent(mapVkFormat(format).order) && tcu::hasStencilComponent(mapVkFormat(forma… in createAllFormatsSamplerTests()
|
D | vktPipelineDepthTests.cpp | 1016 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 222 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 …]
|
D | vktApiGranularityTests.cpp | 196 if (tcu::hasDepthComponent(tcuFormat.order)) in initImages()
|
D | vktApiImageClearingTests.cpp | 2327 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/ |
D | vktMultiViewRenderUtil.cpp | 56 aspectFlag |= (tcu::hasDepthComponent(format.order)? VK_IMAGE_ASPECT_DEPTH_BIT : 0); in getAspectFlags()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2978 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()
|
D | vktSpvAsmImageSamplerTests.cpp | 1220 const bool hasDpethComponent = tcu::hasDepthComponent(vk::mapVkFormat(imageFormat).order); in addGraphicsDepthPropertyTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 546 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/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 8156 if (format.hasDepthComponent) in PrepareRenderbuffer() 8288 if (format.hasDepthComponent) in Check() 8602 if (format.hasDepthComponent) in PrepareRenderbuffer() 8770 if (format.hasDepthComponent) in Check()
|
D | gl4cDirectStateAccessTests.hpp | 3710 bool hasDepthComponent; member 3792 bool hasDepthComponent; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 326 const bool isShadowTexture = tcu::hasDepthComponent(textureFormat.order); in guessAspectMask()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 4119 if (tcu::hasDepthComponent(textureFormat.order)) in getImageAspectFlags()
|