Searched refs:isDepthFormat (Results 1 – 10 of 10) sorted by relevance
206 if (!format.isDepthFormat()) in setDepthBuffer()224 if (format.isDepthFormat()) in setColorBuffer()240 if (depth && !img.getFormat().isDepthFormat()) in checkSetTexture()242 else if (!depth && img.getFormat().isDepthFormat()) in checkSetTexture()
63 if (img.getFormat().isDepthFormat()){ in Texture2D()
63 if (img.getFormat().isDepthFormat()) { in Texture3D()
290 public boolean isDepthFormat(){ in isDepthFormat() method in Image.Format
107 static inline bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function344 if (isDepthFormat(dst.getFormat())) in swizzlePixels()839 if (isDepthFormat(format)) in getSamplerType()1048 isDepthFormat(textureFormat) ? tcu::TextureFormat::UNORM_INT8 : textureFormat.type)) in TextureGatherCase()1052 …DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_textureFormat… in TextureGatherCase()1062 …DE_ASSERT(!((m_flags & GATHERCASE_MIPMAP_INCOMPLETE) && isDepthFormat(m_textureFormat))); // It's … in TextureGatherCase()1165 if (isDepthFormat(textureFormat)) in genGatherFuncCall()1220 const bool useNormalizedCoord = usePixCoord || isDepthFormat(textureFormat); in genProgramSources()1222 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources()1284 if (isDepthFormat(m_textureFormat)) in init()[all …]
93 bool isDepthFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode) in isDepthFormat() function288 …if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH) || isStencilFormat(texFormat, tcu::Sampler:… in genDummyTexture()294 if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH)) in genDummyTexture()471 const bool isDepth = isDepthFormat(format, mode); in isCoreFilterableFormat()1270 if (!isDepthFormat(m_texFormat, m_sampleMode)) in genSamplerParams()1513 const bool isDepth = isDepthFormat(m_texFormat, m_sampleMode); in init()
270 static bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function355 if (target == GL_TEXTURE_3D && isDepthFormat(fmt)) in isLegalFormatForTarget()
293 if (!depthFmt.isDepthFormat()){ in supports()303 if (colorFmt.isDepthFormat()) in supports()
1164 bool isDepthFormat (GLenum format) in isDepthFormat() function1223 if (isDepthFormat(createFormat) || isStencilFormat(createFormat)) in isCompatibleCreateAndRenderActions()1230 if (isDepthFormat(createFormat) || isStencilFormat(createFormat)) in isCompatibleCreateAndRenderActions()1238 if (!isDepthFormat(createFormat)) in isCompatibleCreateAndRenderActions()1394 if (isDepthFormat(createFormat) || isStencilFormat(createFormat)) in isCompatibleCreateAndModifyActions()1401 if (!isDepthFormat(createFormat)) in isCompatibleCreateAndModifyActions()
1817 if (img.getFormat().isDepthFormat()) { in updateTexImageData()