/external/deqp/modules/gles3/functional/ |
D | es3fInstancedRenderingTests.cpp | 161 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in pushVarCompAttrib() 178 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in init() 474 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in setupVarAttribPointer() 584 if (glu::isDataTypeIntOrIVec(m_rgbAttrType)) in computeReference()
|
D | es3fUniformApiTests.cpp | 636 else if (glu::isDataTypeIntOrIVec((value.type))) in shaderVarValueStr() 669 else if (glu::isDataTypeIntOrIVec((value.type))) in apiVarValueStr() 700 else if (glu::isDataTypeIntOrIVec(type)) in generateRandomVarValue() 752 else if (glu::isDataTypeIntOrIVec(type)) in generateZeroVarValue() 806 else if (glu::isDataTypeIntOrIVec(a.type)) in apiVarValueEquals() 1749 else if (glu::isDataTypeIntOrIVec(uniform.type)) in getUniforms() 1824 else if (glu::isDataTypeIntOrIVec(uniform.type)) in checkUniformDefaultValues() 1967 else if (glu::isDataTypeIntOrIVec(valuesToAssign[0].type)) in assignUniforms()
|
D | es3fFragmentOutputTests.cpp | 629 bool isInt = glu::isDataTypeIntOrIVec(output.type); in iterate() 780 bool isInt = glu::isDataTypeIntOrIVec(output.type); in iterate() 843 const bool isInt = glu::isDataTypeIntOrIVec(output.type); in iterate() 1074 bool isInt = glu::isDataTypeIntOrIVec(outType); in createRandomCase()
|
D | es3fShaderLoopTests.cpp | 278 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase()
|
D | es3fShaderCommonFunctionTests.cpp | 1028 …CaseName(baseType, glu::PRECISION_HIGHP, shaderType).c_str(), glu::isDataTypeIntOrIVec(baseType) ?… in BitsToFloatCase() 1030 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase()
|
D | es3fShaderOperatorTests.cpp | 2070 bool isIntCase = isDataTypeIntOrIVec(curType); in init() 2170 …float rangeMin = isDataTypeFloatOrVec(type) ? -0.5f : isDataTypeIntOrIVec(type) ? -2.0f : isDataT… in init() 2171 …float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : isDataT… in init()
|
D | es3fTransformFeedbackTests.cpp | 538 const bool isInt = glu::isDataTypeIntOrIVec(attrib.type.getBasicType()); in genAttributeData()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 376 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() 472 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() 744 const bool ignoreSign = precision != glu::PRECISION_HIGHP && glu::isDataTypeIntOrIVec(type); in getInputValues() 765 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() 1078 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare()
|
D | es31fProgramUniformTests.cpp | 587 else if (glu::isDataTypeIntOrIVec((value.type))) in shaderVarValueStr() 620 else if (glu::isDataTypeIntOrIVec((value.type))) in apiVarValueStr() 651 else if (glu::isDataTypeIntOrIVec(type)) in generateRandomVarValue() 705 else if (glu::isDataTypeIntOrIVec(a.type)) in apiVarValueEquals() 1308 else if (glu::isDataTypeIntOrIVec(uniform.type)) in getUniforms() 1470 else if (glu::isDataTypeIntOrIVec(valuesToAssign[0].type)) in assignUniforms()
|
D | es31fShaderSharedVarTests.cpp | 212 else if (isDataTypeIntOrIVec(m_basicType)) in iterate()
|
D | es31fProgramInterfaceDefinition.cpp | 201 …return glu::isDataTypeIntOrIVec(varType.getBasicType()) || glu::isDataTypeUintOrUVec(varType.getBa… in isTypeIntegerOrContainsIntegers()
|
D | es31fUniformLocationTests.cpp | 202 if (glu::isDataTypeIntOrIVec(adjustedType)) in getExpectedValue()
|
D | es31fShaderCommonFunctionTests.cpp | 1110 …CaseName(baseType, glu::PRECISION_HIGHP, shaderType).c_str(), glu::isDataTypeIntOrIVec(baseType) ?… in BitsToFloatCase() 1112 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase()
|
D | es31fSSBOLayoutCase.cpp | 1010 glu::isDataTypeIntOrIVec(basicType) || in generateImmScalarVectorSrc()
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.hpp | 196 inline bool isDataTypeIntOrIVec (DataType dataType) { return (dataType >= TYPE_INT) && (d… in isDataTypeIntOrIVec() function
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 531 else if (glu::isDataTypeIntOrIVec((value.type))) in shaderVarValueStr() 562 else if (glu::isDataTypeIntOrIVec((value.type))) in apiVarValueStr() 591 else if (glu::isDataTypeIntOrIVec(type)) in generateRandomVarValue() 625 else if (glu::isDataTypeIntOrIVec(type)) in generateZeroVarValue() 661 else if (glu::isDataTypeIntOrIVec(a.type)) in apiVarValueEquals() 1391 else if (glu::isDataTypeIntOrIVec(uniform.type)) in getUniforms() 1458 else if (glu::isDataTypeIntOrIVec(uniform.type)) in checkUniformDefaultValues() 1589 else if (glu::isDataTypeIntOrIVec(valuesToAssign[0].type)) in assignUniforms()
|
D | es2fShaderLoopTests.cpp | 306 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase()
|
D | es2fShaderOperatorTests.cpp | 1418 bool isIntCase = isDataTypeIntOrIVec(curType); in init() 1513 … float rangeMin = isDataTypeFloatOrVec(type) ? -0.5f : isDataTypeIntOrIVec(type) ? -2.0f : -1.0f; in init() 1514 … float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : 1.0f; in init()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1140 DE_ASSERT(glu::isDataTypeFloatOrVec(m_type) || glu::isDataTypeIntOrIVec(m_type)); in generateSingleProgramData() 1144 …const char* const inputPrecision = glu::isDataTypeIntOrIVec(m_type) && m_precision == glu::PRECISI… in generateSingleProgramData() 1462 : glu::isDataTypeIntOrIVec(type) ? "(" + baseExpr + mulOrDiv + "(i+1))" in incrementExpr() 1483 …if (inputPrecision == DE_NULL && isDataTypeIntOrIVec(m_paramTypes[i]) && m_precision == glu::PRECI… in generateSingleProgramData() 1793 else if (glu::isDataTypeIntOrIVec(paramType)) in setGeneralUniforms()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1140 DE_ASSERT(glu::isDataTypeFloatOrVec(m_type) || glu::isDataTypeIntOrIVec(m_type)); in generateSingleProgramData() 1144 …const char* const inputPrecision = glu::isDataTypeIntOrIVec(m_type) && m_precision == glu::PRECISI… in generateSingleProgramData() 1466 : glu::isDataTypeIntOrIVec(type) ? "(" + baseExpr + mulOrDiv + "(i+1))" in incrementExpr() 1487 …if (inputPrecision == DE_NULL && isDataTypeIntOrIVec(m_paramTypes[i]) && m_precision == glu::PRECI… in generateSingleProgramData() 1801 else if (glu::isDataTypeIntOrIVec(paramType)) in setGeneralUniforms()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 954 …DE_ASSERT(isDataTypeFloatOrVec(dataType) || isDataTypeIntOrIVec(dataType) || isDataTypeUintOrUVec(… in execute() 1469 …std::string offset = isDataTypeIntOrIVec(val.dataType) ? " * 1.0025" : ""; // \todo [petri] bit of… in specializeFragmentShader() 1752 else if (isDataTypeIntOrIVec(dataType)) in dumpValues()
|
D | glsLongStressCase.cpp | 810 else if (glu::isDataTypeIntOrIVec(spec.type)) in setRandomUniforms() 1015 DE_ASSERT(glu::isDataTypeIntOrIVec(attrSpec.type)); in generateRandomAttribData()
|
D | glsShaderExecUtil.cpp | 501 else if (glu::isDataTypeIntOrIVec(basicType)) in execute() 746 else if (glu::isDataTypeIntOrIVec(basicType)) in execute()
|