Lines Matching defs:format

179 		// unreadable format
854 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& format)
856 if (isDepthFormat(format))
870 case TEXTURETYPE_2D: return glu::getSampler2DType(format);
871 case TEXTURETYPE_2D_ARRAY: return glu::getSampler2DArrayType(format);
872 case TEXTURETYPE_CUBE: return glu::getSamplerCubeType(format);
967 tcu::Sampler::CompareMode shadowCompareMode, //!< Should be COMPAREMODE_NONE iff textureFormat is a depth format.
1286 log << TestLog::Message << "Using a framebuffer object with renderbuffer with format "
2083 tcu::TextureFormat format;
2149 const tcu::TextureFormat& format = formats[formatNdx].format;
2173 if ((compareMode != tcu::Sampler::COMPAREMODE_NONE) != isDepthFormat(format))
2198 compareModeGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format, compareMode, wrapS, wrapT,
2208 if (!isDepthFormat(format))
2225 swizzleGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format,
2264 const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LESS : tcu::Sampler::COMPAREMODE_NONE;
2266 if ((isUnormFormatType(format.type) || isDepthFormat(format)) && magFilter == tcu::Sampler::NEAREST)
2268 if ((isUIntFormatType(format.type) || isSIntFormatType(format.type)) &&
2274 filterModeGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format, compareMode,
2287 const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LESS : tcu::Sampler::COMPAREMODE_NONE;
2288 baseLevelGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format,
2297 if (!isDepthFormat(format) && !isSIntFormatType(format.type) && !isUIntFormatType(format.type))
2302 const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LESS : tcu::Sampler::COMPAREMODE_NONE;
2303 incompleteGroup->addChild(makeTextureGatherCase(textureType, m_context, "mipmap_incomplete", "", gatherType, offsetSize, format,