Searched refs:DepthStencilMode (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 137 …fectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::DepthStencilMode mode); 142 …ffectiveDepthStencilAccess (const PixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode); 143 …iveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode);
|
D | tcuTextureUtil.cpp | 1044 static AccessType toSamplerAccess (const AccessType& baseAccess, Sampler::DepthStencilMode mode) in toSamplerAccess() 1131 …etEffectiveDepthStencilAccess (const PixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode) in getEffectiveDepthStencilAccess() 1136 …ectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode) in getEffectiveDepthStencilAccess() 1141 …ffectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::DepthStencilMode mode) in getEffectiveDepthStencilTextureFormat()
|
D | tcuTexture.hpp | 200 enum DepthStencilMode enum in tcu::Sampler 236 DepthStencilMode depthStencilMode; 249 DepthStencilMode depthStencilMode_ = MODE_DEPTH) in Sampler()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 93 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() 1352 tcu::Sampler::DepthStencilMode mode, 1375 tcu::Sampler::DepthStencilMode mode, in TextureBorderClampFormatCase() 1479 tcu::Sampler::DepthStencilMode mode, [all …]
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 133 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…
|
D | sglrReferenceContext.cpp | 4408 …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()
|