Home | History | Annotate | Download | only in functional

Lines Matching refs:curType

2066 		DataType		curType			= s_selectionInfo[typeNdx].type;
2068 bool isBoolCase = isDataTypeBoolOrBVec(curType);
2069 bool isFloatCase = isDataTypeFloatOrVec(curType);
2070 bool isIntCase = isDataTypeIntOrIVec(curType);
2071 bool isUintCase = isDataTypeUintOrUVec(curType);
2072 const char* dataTypeStr = getDataTypeName(curType);
2096 shaderSpec.output = curType;
2106 shaderSpec.inputs[1] = ShaderValue(curType, rangeMin, rangeMax);
2107 shaderSpec.inputs[2] = ShaderValue(curType, rangeMin, rangeMax);