Home | History | Annotate | Download | only in functional

Lines Matching refs:curType

1414 		DataType		curType			= s_selectionInfo[typeNdx].type;
1416 bool isBoolCase = isDataTypeBoolOrBVec(curType);
1417 bool isFloatCase = isDataTypeFloatOrVec(curType);
1418 bool isIntCase = isDataTypeIntOrIVec(curType);
1419 const char* dataTypeStr = getDataTypeName(curType);
1443 shaderSpec.output = curType;
1451 shaderSpec.inputs[1] = ShaderValue(curType, rangeMin, rangeMax);
1452 shaderSpec.inputs[2] = ShaderValue(curType, rangeMin, rangeMax);