Lines Matching refs:hasDepthComponent
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()
4120 if (tcu::hasDepthComponent(result.getFormat().order)) in checkTestResult()
4161 if (tcu::hasDepthComponent(result.getFormat().order)) in checkTestResult()
4359 if (tcu::hasDepthComponent(src.getFormat().order)) in copyRegionToTextureLevel()
5024 …const tcu::Sampler::DepthStencilMode mode = tcu::hasDepthComponent(resultAccess.getFormat().ord… in checkNonNearestFilteredResult()
5027 …const tcu::ConstPixelBufferAccess result = tcu::hasDepthComponent(resultAccess.getFormat().ord… in checkNonNearestFilteredResult()
5030 …const tcu::ConstPixelBufferAccess clampedLevel = tcu::hasDepthComponent(resultAccess.getFormat()… in checkNonNearestFilteredResult()
5033 …const tcu::ConstPixelBufferAccess unclampedLevel = tcu::hasDepthComponent(resultAccess.getFormat… in checkNonNearestFilteredResult()
5036 …const tcu::TextureFormat srcFormat = tcu::hasDepthComponent(resultAccess.getFormat().order) ?… in checkNonNearestFilteredResult()
5102 …const tcu::Sampler::DepthStencilMode mode = tcu::hasDepthComponent(resultAccess.getFormat().ord… in checkNearestFilteredResult()
5105 …const tcu::ConstPixelBufferAccess result = tcu::hasDepthComponent(resultAccess.getFormat().ord… in checkNearestFilteredResult()
5109 …tcu::hasDepthComponent(resultAccess.getFormat().order) ? tcu::getEffectiveDepthStencilAccess(m_s… in checkNearestFilteredResult()
5113 …: tcu::hasDepthComponent(resultAccess.getFormat().order) ? tcu::getEffectiveDepthStencilAccess(m… in checkNearestFilteredResult()
5228 if (tcu::hasDepthComponent(src.getFormat().order)) in copyRegionToTextureLevel()
8119 bool hasDepth = tcu::hasDepthComponent(mapVkFormat(params.src.image.format).order); in addImageToImageAllFormatsDepthStencilTests()
8228 bool hasDepth = tcu::hasDepthComponent(mapVkFormat(params.src.image.format).order); in addImageToImageAllFormatsDepthStencilTests()
8305 bool hasDepth = tcu::hasDepthComponent(mapVkFormat(params.src.image.format).order); in addImageToImageAllFormatsDepthStencilTests()
9601 const bool hasDepth = tcu::hasDepthComponent(format.order); in addBufferToDepthStencilTests()
11407 bool hasDepth = tcu::hasDepthComponent(mapVkFormat(params.src.image.format).order); in addBlittingImageAllFormatsDepthStencilTests()
11527 bool hasDepth = tcu::hasDepthComponent(mapVkFormat(params.src.image.format).order); in addBlittingImageAllFormatsDepthStencilTests()
11647 bool hasDepth = tcu::hasDepthComponent(mapVkFormat(params.src.image.format).order); in addBlittingImageAllFormatsDepthStencilTests()