Searched refs:DepthStencilMode (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 160 …fectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::DepthStencilMode mode); 165 …ffectiveDepthStencilAccess (const PixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode); 166 …iveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode);
|
D | tcuTexture.hpp | 223 enum DepthStencilMode enum in tcu::Sampler 259 DepthStencilMode depthStencilMode; 272 DepthStencilMode depthStencilMode_ = MODE_DEPTH) in Sampler()
|
D | tcuTextureUtil.cpp | 1264 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/ |
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() 1357 tcu::Sampler::DepthStencilMode mode, 1380 tcu::Sampler::DepthStencilMode mode, in TextureBorderClampFormatCase() 1484 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()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 1006 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult() 1024 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult() 2273 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult() 2285 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult() 2309 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult() 2319 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult()
|