• Home
  • Raw
  • Download

Lines Matching refs:hasDepthComponent

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()
2127 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in SubpassRenderer()
2236 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in SubpassRenderer()
2401 …(VkImageAspectFlags)((hasDepthComponent(format.order) && layout != VK_IMAGE_LAYOUT_DEPTH_READ_ONLY… in pushRenderCommands()
2416 …if ((tcu::hasDepthComponent(format.order) && layout != VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATT… in pushRenderCommands()
2467 const bool hasDepth = hasDepthComponent(format.order); in pushRenderCommands()
2601 if (hasStencilComponent(format.order) || hasDepthComponent(format.order)) in pushImageInitializationCommands()
2604 …const float clearDepth = hasDepthComponent(format.order) ? clearValues[attachmentNdx]->depth… in pushImageInitializationCommands()
2613 (VkImageAspectFlags)((hasDepthComponent(format.order) ? VK_IMAGE_ASPECT_DEPTH_BIT : 0) in pushImageInitializationCommands()
2897 if (tcu::hasDepthComponent(format.order)) in pushDynamicRenderingCommands()
3340 const bool isDepthAttachment = hasDepthComponent(format.order); in clearValueToPixelValue()
3474 DE_ASSERT(!tcu::hasDepthComponent(format.order)); in renderReferenceValues()
3498 if (tcu::hasDepthComponent(format.order)) in renderReferenceValues()
3545 const bool hasDepth = tcu::hasDepthComponent(format.order) in renderReferenceValues()
3612 if (tcu::hasDepthComponent(format.order) in renderReferenceValues()
3659 if (tcu::hasDepthComponent(format.order)) in renderReferenceValues()
3790 …const bool isDepthOrStencilAttachment = hasDepthComponent(format.order) || isStencilAttachment; in renderReferenceValues()
3818 const bool hasDepth = tcu::hasDepthComponent(format.order); in renderReferenceImagesFromValues()
4117 if (tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) in logAndVerifyImages()
4185 if (tcu::hasDepthComponent(format.order)) in logAndVerifyImages()
4336 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in createTestShaders()
4484 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in createTestShaders()
4958 …const bool isDepthOrStencilAttachment = hasDepthComponent(format.order) || hasStencilComponent… in checkTextureFormatSupport()
6880 const bool isDepthAttachment = hasDepthComponent(format.order); in addFormatTests()