Lines Matching defs:mode
1056 // when compare mode is not none then ShaderRenderCaseInstance::createSamplerUniform
1283 // Set base mip level and mode.
2546 static inline const char* compareModeName (tcu::Sampler::CompareMode mode)
2548 switch (mode)
2600 tcu::Sampler::WrapMode mode;
2693 const tcu::Sampler::WrapMode wrapS = wrapModes[wrapSNdx].mode;
2694 const tcu::Sampler::WrapMode wrapT = wrapModes[wrapTNdx].mode;
2816 const auto& mode = levelModes[modeIdx].levelMode;
2819 if (isDepthFormat(format) && mode != LevelMode::NORMAL)
2824 // The minFilter mode may need to be NEAREST_MIPMAP_NEAREST so the sampler creating code will not limit maxLod.
2825 const auto minFilter = ((mode == LevelMode::NORMAL) ? tcu::Sampler::NEAREST : tcu::Sampler::NEAREST_MIPMAP_NEAREST);
2829 mode, baseLevel, IVec3(64, 64, 3)));
2834 mode, baseLevel, IVec3(64, 64, 3), 0, ShaderRenderCaseInstance::IMAGE_BACKING_MODE_SPARSE));