OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depthAccess
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/common/
tcuTestLog.cpp
81
const ConstPixelBufferAccess
depthAccess
= tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sampler::MODE_DEPTH);
88
computePixelScaleBias(
depthAccess
, depthScale, depthBias);
129
const ConstPixelBufferAccess
depthAccess
= tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sampler::MODE_DEPTH);
133
log.writeImage("Depth", "Depth channel",
depthAccess
, m_scale.swizzle(0, 0, 0, 0), m_bias.swizzle(0, 0, 0, 0), m_compression);
/external/deqp/framework/referencerenderer/
rrRenderer.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp
297
const tcu::PixelBufferAccess
depthAccess
= tcu::getEffectiveDepthStencilAccess(texture->getRefTexture().getLevel(0), tcu::Sampler::MODE_DEPTH);
298
tcu::fillWithComponentGradients(
depthAccess
, tcu::Vec4(0.0f), tcu::Vec4(1.0f));
[
all
...]
Completed in 134 milliseconds