Lines Matching refs:getTextureFormat
617 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type))
622 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order))
625 switch (srcTexture.getTextureFormat().type)
643 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order))
644 srcStencilTexture = srcTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextureFormat(), tcu::Sampler::MODE_STENCIL));
646 uploadTestTextureInternal(vk, device, queue, queueFamilyIndex, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTexture.getTextureFormat(), destImage, destImageLayout);
649 uploadTestTextureInternal(vk, device, queue, queueFamilyIndex, allocator, srcTexture, DE_NULL, srcTexture.getTextureFormat(), destImage, destImageLayout);
665 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type))
670 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order))
673 switch (srcTexture.getTextureFormat().type)
691 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order))
692 srcStencilTexture = srcTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextureFormat(), tcu::Sampler::MODE_STENCIL));
706 srcTexture.getTextureFormat(),
723 srcTexture.getTextureFormat(),
887 tcu::TextureFormat textureFormat = getTextureFormat();