Searched refs:rowVecType (Results 1 – 2 of 2) sorted by relevance
1901 DataType rowVecType = getDataTypeFloatVec(numRows); in init() local1902 …ShaderInput rowVecIn (op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, rowVecType, precision); in init()1903 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init()
2089 DataType rowVecType = getDataTypeFloatVec(numRows); in init() local2090 …ShaderInput rowVecIn (op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, rowVecType, precision); in init()2091 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init()