Home
last modified time | relevance | path

Searched refs:isCombinedDepthStencilType (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuTextureUtil.hpp42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
DtcuTextureUtil.cpp81 bool isCombinedDepthStencilType (TextureFormat::ChannelType type) in isCombinedDepthStencilType() function
635 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithComponentGradients()
712 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithGrid()
1049 if (!isCombinedDepthStencilType(baseAccess.getFormat().type)) in toSamplerAccess()
DtcuTexture.cpp1242 DE_ASSERT(!isCombinedDepthStencilType(format.type)); in lookupBorder()