Home
last modified time | relevance | path

Searched refs:stencilFrame (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp407 de::SharedPtr<tcu::TextureLevel> stencilFrame; in verifyResults() local
411 stencilFrame = de::SharedPtr<tcu::TextureLevel>( new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8), WIDTH, HEIGHT, 1u)); in verifyResults()
413 tcu::copy(stencilFrame->getAccess(), tcu::getEffectiveDepthStencilAccess(renderedFrame, tcu::Sampler::MODE_STENCIL)); in verifyResults()
414 renderedFrame = stencilFrame->getAccess(); in verifyResults()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp406 de::SharedPtr<tcu::TextureLevel> stencilFrame; in verifyResults() local
410 stencilFrame = de::SharedPtr<tcu::TextureLevel>( new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8), WIDTH, HEIGHT, 1u)); in verifyResults()
412 tcu::copy(stencilFrame->getAccess(), tcu::getEffectiveDepthStencilAccess(renderedFrame, tcu::Sampler::MODE_STENCIL)); in verifyResults()
413 renderedFrame = stencilFrame->getAccess(); in verifyResults()

Completed in 5 milliseconds