HomeSort by relevance Sort by last modified time
    Searched refs:isIntVal (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 436 bool isIntVal = de::inRange<int>(spec.inputs[i].type, TYPE_INT, TYPE_INT_VEC4);
438 Precision prec = isBoolVal || (isIntVal && spec.precision == PRECISION_LOWP) ? PRECISION_MEDIUMP : spec.precision;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 708 bool isIntVal = de::inRange<int>(m_spec.inputs[i].type, TYPE_INT, TYPE_INT_VEC4);
712 : isIntVal || isUintVal ? PRECISION_HIGHP
    [all...]

Completed in 294 milliseconds