Searched refs:isDataTypeUintOrUVec (Results 1 – 21 of 21) sorted by relevance
162 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType); in pushVarCompAttrib()179 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType); in init()475 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType); in setupVarAttribPointer()593 else if(glu::isDataTypeUintOrUVec(m_rgbAttrType)) in computeReference()
638 else if (glu::isDataTypeUintOrUVec((value.type))) in shaderVarValueStr()671 else if (glu::isDataTypeUintOrUVec((value.type))) in apiVarValueStr()705 else if (glu::isDataTypeUintOrUVec(type)) in generateRandomVarValue()757 else if (glu::isDataTypeUintOrUVec(type)) in generateZeroVarValue()812 else if (glu::isDataTypeUintOrUVec(a.type)) in apiVarValueEquals()1741 else if (glu::isDataTypeUintOrUVec(uniform.type)) in getUniforms()1816 else if (glu::isDataTypeUintOrUVec(uniform.type)) in checkUniformDefaultValues()1991 else if (glu::isDataTypeUintOrUVec(valuesToAssign[0].type)) in assignUniforms()
630 bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate()781 bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate()844 const bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate()1075 bool isUint = glu::isDataTypeUintOrUVec(outType); in createRandomCase()
2071 bool isUintCase = isDataTypeUintOrUVec(curType); in init()2170 …ypeFloatOrVec(type) ? -0.5f : isDataTypeIntOrIVec(type) ? -2.0f : isDataTypeUintOrUVec(type) ? 0.0… in init()2171 …ypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : isDataTypeUintOrUVec(type) ? 2.0… in init()
539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType()); in genAttributeData()
589 else if (glu::isDataTypeUintOrUVec((value.type))) in shaderVarValueStr()622 else if (glu::isDataTypeUintOrUVec((value.type))) in apiVarValueStr()656 else if (glu::isDataTypeUintOrUVec(type)) in generateRandomVarValue()711 else if (glu::isDataTypeUintOrUVec(a.type)) in apiVarValueEquals()1300 else if (glu::isDataTypeUintOrUVec(uniform.type)) in getUniforms()1494 else if (glu::isDataTypeUintOrUVec(valuesToAssign[0].type)) in assignUniforms()
231 else if (isDataTypeUintOrUVec(m_basicType)) in iterate()
207 …return glu::isDataTypeIntOrIVec(varType.getBasicType()) || glu::isDataTypeUintOrUVec(varType.getBa… in isTypeIntegerOrContainsIntegers()
204 else if (glu::isDataTypeUintOrUVec(adjustedType)) in getExpectedValue()
142 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData()
1006 glu::isDataTypeUintOrUVec(basicType) || in generateImmScalarVectorSrc()
284 inline bool isDataTypeUintOrUVec (DataType dataType) { return (dataType >= TYPE_UINT) && … in isDataTypeUintOrUVec() function
1676 else if (isDataTypeUintOrUVec(dataType)) in dumpValue()
440 isDataTypeUintOrUVec(dataType) || isDataTypeBoolOrBVec(dataType)); in execute()
1884 const bool isUintCase = isDataTypeUintOrUVec(curType); in init()1983 …eFloatOrVec(type) ? -0.5f : (isDataTypeIntOrIVec(type) ? -2.0f : (isDataTypeUintOrUVec(type) ? 0.0… in init()1984 …eFloatOrVec(type) ? 0.5f : (isDataTypeIntOrIVec(type) ? 2.0f : (isDataTypeUintOrUVec(type) ? 2.0… in init()
144 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData()
815 else if (glu::isDataTypeUintOrUVec(basicType)) in bindAttributes()
1246 …sDataTypeFloatOrVec(dataType) || isDataTypeIntOrIVec(dataType) || isDataTypeUintOrUVec(dataType) |… in execute()
609 else if (glu::isDataTypeUintOrUVec(basicType)) in execute()
825 else if (glu::isDataTypeUintOrUVec(spec.type)) in setRandomUniforms()
1213 glu::isDataTypeUintOrUVec(basicType) || in generateImmScalarVectorSrc()