Lines Matching defs:mode
277 float computeLodFromDerivates (LodMode mode, float dudx, float dudy)
280 switch (mode)
298 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy)
301 switch (mode)
313 p = mode == LODMODE_MIN_BOUND ? de::max(mu, mv) : mu + mv;
326 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy)
329 switch (mode)
342 p = mode == LODMODE_MIN_BOUND ? de::max(de::max(mu, mv), mw) : (mu + mv + mw);
725 // when compare mode is not none then ShaderRenderCaseInstance::createSamplerUniform
1476 // test mode used to alter test behaviour
2659 const TestMode mode);
2682 const TestMode mode)
2684 , m_mode (mode)
2943 TestMode mode = 0);
2964 TestMode mode)
2969 , m_mode (mode)