OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencilAccess
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuTestLog.cpp
82
const ConstPixelBufferAccess
stencilAccess
= tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sampler::MODE_STENCIL);
89
computePixelScaleBias(
stencilAccess
, stencilScale, stencilBias);
130
const ConstPixelBufferAccess
stencilAccess
= tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sampler::MODE_STENCIL);
134
log.writeImage("Stencil", "Stencil channel",
stencilAccess
, m_scale.swizzle(1, 1, 1, 1), m_bias.swizzle(1, 1, 1, 1), m_compression);
/external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp
304
const tcu::PixelBufferAccess
stencilAccess
= tcu::getEffectiveDepthStencilAccess(texture->getRefTexture().getLevel(0), tcu::Sampler::MODE_STENCIL);
305
const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(
stencilAccess
.getFormat());
308
tcu::fillWithComponentGradients(tcu::flipYAccess(
stencilAccess
), texFormatInfo.valueMax, texFormatInfo.valueMin);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp
[
all
...]
Completed in 61 milliseconds