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

/external/deqp/framework/common/
H A DtcuTextureUtil.hpp160 TextureFormat getEffectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::DepthStencilMode mode);
165 PixelBufferAccess getEffectiveDepthStencilAccess (const PixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode);
166 ConstPixelBufferAccess getEffectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode);
H A DtcuTexture.hpp223 enum DepthStencilMode enum in class:tcu::Sampler
259 DepthStencilMode depthStencilMode;
272 DepthStencilMode depthStencilMode_ = MODE_DEPTH)
H A DtcuTextureUtil.cpp1264 static AccessType toSamplerAccess (const AccessType& baseAccess, Sampler::DepthStencilMode mode)
1409 PixelBufferAccess getEffectiveDepthStencilAccess (const PixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode)
1414 ConstPixelBufferAccess getEffectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sampler::DepthStencilMode mode)
1419 TextureFormat getEffectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::DepthStencilMode mode)
/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp93 bool isDepthFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode)
121 bool isStencilFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode)
149 tcu::TextureChannelClass getFormatChannelClass (deUint32 format, tcu::Sampler::DepthStencilMode mode)
466 bool isCoreFilterableFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode)
528 tcu::Sampler::DepthStencilMode mode,
592 const tcu::Sampler::DepthStencilMode m_sampleMode;
620 tcu::Sampler::DepthStencilMode mode,
1357 tcu::Sampler::DepthStencilMode mode,
1380 tcu::Sampler::DepthStencilMode mode,
1484 tcu::Sampler::DepthStencilMode mod
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp133 void updateSamplerMode (tcu::Sampler::DepthStencilMode);
157 void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed after texture parameter/size changes, before calling sample*()
183 void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed after texture parameter/size changes, before calling sample*()
208 void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed after texture parameter/size changes, before calling sample*()
234 void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed after texture parameter/size changes, before calling sample*()
260 void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed after texture parameter/size changes, before calling sample*()
286 void updateView (tcu::Sampler::DepthStencilMode mode); // \note View must be refreshed after texture parameter/size changes, before calling sample*()
H A DsglrReferenceContext.cpp4408 const tcu::Sampler::DepthStencilMode depthStencilMode = tcu::Sampler::MODE_DEPTH; // \todo[jarkko] support sampler state
4702 void TextureLevelArray::updateSamplerMode (tcu::Sampler::DepthStencilMode mode)
4809 void Texture1D::updateView (tcu::Sampler::DepthStencilMode mode)
4881 void Texture2D::updateView (tcu::Sampler::DepthStencilMode mode)
4993 void TextureCube::updateView (tcu::Sampler::DepthStencilMode mode)
5115 void Texture2DArray::updateView (tcu::Sampler::DepthStencilMode mode)
5221 void TextureCubeArray::updateView (tcu::Sampler::DepthStencilMode mode)
5374 void Texture3D::updateView (tcu::Sampler::DepthStencilMode mode)
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1044 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH;
1062 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL;
2314 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH;
2326 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL;
2350 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH;
2360 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL;
2989 const tcu::Sampler::DepthStencilMode mode = tcu::hasDepthComponent(resultAccess.getFormat().order) ? tcu::Sampler::MODE_DEPTH :
3066 const tcu::Sampler::DepthStencilMode mode = tcu::hasDepthComponent(resultAccess.getFormat().order) ? tcu::Sampler::MODE_DEPTH :

Completed in 286 milliseconds