Searched refs:colVecType (Results 1 – 2 of 2) sorted by relevance
1909 DataType colVecType = getDataTypeFloatVec(numCols); in init() local1910 …ShaderInput colVecIn (op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, colVecType, precision); in init()1912 …inGroup->addChild(new ShaderMatrixCase(m_context, (baseName + getDataTypeName(colVecType) + "_vert… in init()1913 …inGroup->addChild(new ShaderMatrixCase(m_context, (baseName + getDataTypeName(colVecType) + "_frag… in init()
2081 DataType colVecType = getDataTypeFloatVec(numCols); in init() local2082 …ShaderInput colVecIn (op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, colVecType, precision); in init()2084 …inGroup->addChild(new ShaderMatrixCase(m_testCtx, (baseName + getDataTypeName(colVecType) + "_vert… in init()2085 …inGroup->addChild(new ShaderMatrixCase(m_testCtx, (baseName + getDataTypeName(colVecType) + "_frag… in init()