Home | History | Annotate | Download | only in compiler

Lines Matching refs:TIntermNode

264 		Instruction *emit(sw::Shader::Opcode op, TIntermTyped *dst = 0, TIntermNode *src0 = 0, TIntermNode *src1 = 0, TIntermNode *src2 = 0, TIntermNode *src3 = 0, TIntermNode *src4 = 0);
265 Instruction *emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *src0 = 0, int index0 = 0, TIntermNode *src1 = 0, int index1 = 0,
266 TIntermNode *src2 = 0, int index2 = 0, TIntermNode *src3 = 0, int index3 = 0, TIntermNode *src4 = 0, int index4 = 0);
269 void emitBinary(sw::Shader::Opcode op, TIntermTyped *dst = 0, TIntermNode *src0 = 0, TIntermNode *src1 = 0, TIntermNode *src2 = 0);
271 void emitCmp(sw::Shader::Control cmpOp, TIntermTyped *dst, TIntermNode *left, TIntermNode *right, int index = 0);
273 void argument(sw::Shader::SourceParameter &parameter, TIntermNode *argument, int index = 0);
274 void copy(TIntermTyped *dst, TIntermNode *src, int offset = 0);
282 int cost(TIntermNode *expression, int budget);
307 static int dim(TIntermNode *v);
308 static int dim2(TIntermNode *m);
357 bool traverse(TIntermNode *node);