Searched refs:curInDataType (Results 1 – 3 of 3) sorted by relevance
1321 DataType curInDataType = isFloatCase ? s_floatTypes[curInScalarSize - 1] in init() local1331 desc += getDataTypeName(curInDataType); in init()1334 name += string("") + getDataTypeName(curInDataType) + "_"; in init()1367 … shaderSpec.inputs[shaderSpec.numInputs++] = ShaderValue(curInDataType, v.rangeMin, v.rangeMax); in init()
1927 const DataType curInDataType = isFloatType(v.valueType) ? s_floatTypes[curInScalarSize - 1] in init() local1938 desc += getDataTypeName(curInDataType); in init()1940 …if (inputNdx == 0 || prevInDataType != curInDataType) // \note Only write input type to case name … in init()1941 name += std::string("") + getDataTypeName(curInDataType) + "_"; in init()1974 … shaderSpec.inputs[shaderSpec.numInputs++] = ShaderValue(curInDataType, v.rangeMin, v.rangeMax); in init()
1968 DataType curInDataType = isFloatType(v.valueType) ? s_floatTypes[curInScalarSize - 1] in init() local1979 desc += getDataTypeName(curInDataType); in init()1981 …if (inputNdx == 0 || prevInDataType != curInDataType) // \note Only write input type to case name … in init()1982 name += string("") + getDataTypeName(curInDataType) + "_"; in init()2015 … shaderSpec.inputs[shaderSpec.numInputs++] = ShaderValue(curInDataType, v.rangeMin, v.rangeMax); in init()