Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp162 …fectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::DepthStencilMode mode);
167 …ffectiveDepthStencilAccess (const PixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode);
168 …iveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode);
DtcuTexture.hpp245 enum DepthStencilMode enum in tcu::Sampler
285 DepthStencilMode depthStencilMode;
298 DepthStencilMode depthStencilMode_ = MODE_DEPTH, in Sampler()
DtcuTextureUtil.cpp1381 static AccessType toSamplerAccess (const AccessType& baseAccess, Sampler::DepthStencilMode mode) in toSamplerAccess()
1526 …etEffectiveDepthStencilAccess (const PixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode) in getEffectiveDepthStencilAccess()
1531 …ectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode) in getEffectiveDepthStencilAccess()
1536 …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.cpp4426 …const tcu::Sampler::DepthStencilMode depthStencilMode = tcu::Sampler::MODE_DEPTH; // \todo[jarkko]… in drawWithReference()
4720 void TextureLevelArray::updateSamplerMode (tcu::Sampler::DepthStencilMode mode) in updateSamplerMode()
4827 void Texture1D::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
4899 void Texture2D::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
5011 void TextureCube::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
5133 void Texture2DArray::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
5239 void TextureCubeArray::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
5392 void Texture3D::updateView (tcu::Sampler::DepthStencilMode mode) in updateView()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1218 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult()
1236 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult()
3103 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult()
3115 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult()
3139 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult()
3149 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult()
3859 …const tcu::Sampler::DepthStencilMode mode = tcu::hasDepthComponent(resultAccess.getFormat().ord… in checkNonNearestFilteredResult()
3937 …const tcu::Sampler::DepthStencilMode mode = tcu::hasDepthComponent(resultAccess.getFormat().ord… in checkNearestFilteredResult()