Searched refs:getDepthStencilAccess (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 1107 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 D | vktPipelineReferenceRenderer.cpp | 372 tcu::PixelBufferAccess ReferenceRenderer::getDepthStencilAccess (void) in getDepthStencilAccess() function in vkt::pipeline::ReferenceRenderer
|
H A D | vktPipelineReferenceRenderer.hpp | 350 tcu::PixelBufferAccess getDepthStencilAccess (void);
|
H A D | vktPipelineStencilTests.cpp | 877 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 D | vktPipelineDepthTests.cpp | 1065 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 D | vktPipelineReferenceRenderer.cpp | 372 tcu::PixelBufferAccess ReferenceRenderer::getDepthStencilAccess (void) in getDepthStencilAccess() function in vkt::pipeline::ReferenceRenderer
|
H A D | vktPipelineReferenceRenderer.hpp | 350 tcu::PixelBufferAccess getDepthStencilAccess (void);
|
H A D | vktPipelineStencilTests.cpp | 872 const tcu::PixelBufferAccess stencilAccess (tcu::getEffectiveDepthStencilAccess(refRenderer.getDepthStencilAccess(), tcu::Sampler::MODE_STENCIL)); in verifyImage()
|
Completed in 11 milliseconds