Home
last modified time | relevance | path

Searched refs:isDataTypeUintOrUVec (Results 1 – 21 of 21) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp162 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()
Des3fUniformApiTests.cpp638 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()
Des3fFragmentOutputTests.cpp630 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()
Des3fShaderOperatorTests.cpp2071 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()
Des3fTransformFeedbackTests.cpp539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType()); in genAttributeData()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp589 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()
Des31fShaderSharedVarTests.cpp231 else if (isDataTypeUintOrUVec(m_basicType)) in iterate()
Des31fProgramInterfaceDefinition.cpp207 …return glu::isDataTypeIntOrIVec(varType.getBasicType()) || glu::isDataTypeUintOrUVec(varType.getBa… in isTypeIntegerOrContainsIntegers()
Des31fUniformLocationTests.cpp204 else if (glu::isDataTypeUintOrUVec(adjustedType)) in getExpectedValue()
Des31fShaderIntegerFunctionTests.cpp142 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData()
Des31fSSBOLayoutCase.cpp1006 glu::isDataTypeUintOrUVec(basicType) || in generateImmScalarVectorSrc()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp284 inline bool isDataTypeUintOrUVec (DataType dataType) { return (dataType >= TYPE_UINT) && … in isDataTypeUintOrUVec() function
DgluShaderLibrary.cpp1676 else if (isDataTypeUintOrUVec(dataType)) in dumpValue()
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp440 isDataTypeUintOrUVec(dataType) || isDataTypeBoolOrBVec(dataType)); in execute()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1884 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()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp144 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData()
DvktShaderExecutor.cpp815 else if (glu::isDataTypeUintOrUVec(basicType)) in bindAttributes()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp1246 …sDataTypeFloatOrVec(dataType) || isDataTypeIntOrIVec(dataType) || isDataTypeUintOrUVec(dataType) |… in execute()
DglsShaderExecUtil.cpp609 else if (glu::isDataTypeUintOrUVec(basicType)) in execute()
DglsLongStressCase.cpp825 else if (glu::isDataTypeUintOrUVec(spec.type)) in setRandomUniforms()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1213 glu::isDataTypeUintOrUVec(basicType) || in generateImmScalarVectorSrc()