Home
last modified time | relevance | path

Searched refs:DepthStencilMode (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/common/
DtcuTextureUtil.hpp160 …fectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::DepthStencilMode mode);
165 …ffectiveDepthStencilAccess (const PixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode);
166 …iveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode);
DtcuTexture.hpp232 enum DepthStencilMode enum in tcu::Sampler
272 DepthStencilMode depthStencilMode;
285 DepthStencilMode depthStencilMode_ = MODE_DEPTH, in Sampler()
DtcuTextureUtil.cpp1264 static AccessType toSamplerAccess (const AccessType& baseAccess, Sampler::DepthStencilMode mode) in toSamplerAccess()
1409 …etEffectiveDepthStencilAccess (const PixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode) in getEffectiveDepthStencilAccess()
1414 …ectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode) in getEffectiveDepthStencilAccess()
1419 …ffectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::DepthStencilMode mode) in getEffectiveDepthStencilTextureFormat()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp93 bool isDepthFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode) in isDepthFormat()
121 bool isStencilFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode) in isStencilFormat()
149 tcu::TextureChannelClass getFormatChannelClass (deUint32 format, tcu::Sampler::DepthStencilMode mod… in getFormatChannelClass()
466 bool isCoreFilterableFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode) in isCoreFilterableFormat()
528 tcu::Sampler::DepthStencilMode mode,
592 const tcu::Sampler::DepthStencilMode m_sampleMode;
620 tcu::Sampler::DepthStencilMode mode, in TextureBorderClampTest()
1357 tcu::Sampler::DepthStencilMode mode,
1380 tcu::Sampler::DepthStencilMode mode, in TextureBorderClampFormatCase()
1484 tcu::Sampler::DepthStencilMode mode,
[all …]
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp133 void updateSamplerMode (tcu::Sampler::DepthStencilMode);
157 …void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed aft…
183 …void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed aft…
208 …void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed aft…
234 …void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed aft…
260 …void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed aft…
286 …void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed af…
DsglrReferenceContext.cpp4408 …const tcu::Sampler::DepthStencilMode depthStencilMode = tcu::Sampler::MODE_DEPTH; // \todo[jarkko]… in drawWithReference()
4702 void TextureLevelArray::updateSamplerMode (tcu::Sampler::DepthStencilMode mode) in updateSamplerMode()
4809 void Texture1D::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
4881 void Texture2D::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
4993 void TextureCube::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
5115 void Texture2DArray::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
5221 void TextureCubeArray::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
5374 void Texture3D::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1018 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult()
1036 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult()
2286 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult()
2298 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult()
2322 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult()
2332 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult()
2974 …const tcu::Sampler::DepthStencilMode mode = tcu::hasDepthComponent(resultAccess.getFormat().ord… in checkLinearFilteredResult()
3051 …const tcu::Sampler::DepthStencilMode mode = tcu::hasDepthComponent(resultAccess.getFormat().ord… in checkNearestFilteredResult()