Searched refs:rowVecType (Results 1 – 2 of 2) sorted by relevance
2103 DataType rowVecType = getDataTypeFloatVec(numRows); in init() local2104 …ShaderInput rowVecIn (op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, rowVecType, precision); in init()2105 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init()
1915 DataType rowVecType = getDataTypeFloatVec(numRows); in init() local1916 …ShaderInput rowVecIn (op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, rowVecType, precision); in init()1917 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init()