Home
last modified time | relevance | path

Searched refs:getDepthStencilAccess (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp1107 if (refRenderer.getDepthStencilAccess().getFormat().type == tcu::TextureFormat::UNSIGNED_INT_24_8_REV) in verifyImage()
1111 else if (refRenderer.getDepthStencilAccess().getFormat().type == tcu::TextureFormat::UNSIGNED_INT_16_8_8) in verifyImage()
1115 else if (refRenderer.getDepthStencilAccess().getFormat().type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in verifyImage()
1122 convertedReferenceLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(*convertedFormat, refRenderer.getDepthStencilAccess().getSize().x(), refRenderer.getDepthStencilAccess().getSize().y())); in verifyImage()
1123 tcu::copy(convertedReferenceLevel->getAccess(), refRenderer.getDepthStencilAccess()); in verifyImage()
1143 convertedReferenceLevel ? convertedReferenceLevel->getAccess() : refRenderer.getDepthStencilAccess(), in verifyImage()
H A DvktPipelineReferenceRenderer.cpp372 tcu::PixelBufferAccess ReferenceRenderer::getDepthStencilAccess (void) in getDepthStencilAccess() function in vkt::pipeline::ReferenceRenderer
H A DvktPipelineReferenceRenderer.hpp350 tcu::PixelBufferAccess getDepthStencilAccess (void);
H A DvktPipelineStencilTests.cpp877 const tcu::PixelBufferAccess stencilAccess (tcu::getEffectiveDepthStencilAccess(refRenderer.getDepthStencilAccess(), tcu::Sampler::MODE_STENCIL)); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp1065 if (refRenderer.getDepthStencilAccess().getFormat().type == tcu::TextureFormat::UNSIGNED_INT_24_8_REV) in verifyImage()
1069 else if (refRenderer.getDepthStencilAccess().getFormat().type == tcu::TextureFormat::UNSIGNED_INT_16_8_8) in verifyImage()
1073 else if (refRenderer.getDepthStencilAccess().getFormat().type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in verifyImage()
1080 convertedReferenceLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(*convertedFormat, refRenderer.getDepthStencilAccess().getSize().x(), refRenderer.getDepthStencilAccess().getSize().y())); in verifyImage()
1081 tcu::copy(convertedReferenceLevel->getAccess(), refRenderer.getDepthStencilAccess()); in verifyImage()
1101 convertedReferenceLevel ? convertedReferenceLevel->getAccess() : refRenderer.getDepthStencilAccess(), in verifyImage()
H A DvktPipelineReferenceRenderer.cpp372 tcu::PixelBufferAccess ReferenceRenderer::getDepthStencilAccess (void) in getDepthStencilAccess() function in vkt::pipeline::ReferenceRenderer
H A DvktPipelineReferenceRenderer.hpp350 tcu::PixelBufferAccess getDepthStencilAccess (void);
H A DvktPipelineStencilTests.cpp872 const tcu::PixelBufferAccess stencilAccess (tcu::getEffectiveDepthStencilAccess(refRenderer.getDepthStencilAccess(), tcu::Sampler::MODE_STENCIL)); in verifyImage()

Completed in 11 milliseconds