Home | History | Annotate | Download | only in Shader

Lines Matching defs:Opcode

35 		enum Opcode
276 static Opcode OPCODE_DP(int);
277 static Opcode OPCODE_LEN(int);
278 static Opcode OPCODE_DIST(int);
279 static Opcode OPCODE_NRM(int);
280 static Opcode OPCODE_FORWARD(int);
281 static Opcode OPCODE_REFLECT(int);
282 static Opcode OPCODE_REFRACT(int);
493 explicit Instruction(Opcode opcode);
516 Opcode opcode;
569 int size(unsigned long opcode) const;
570 static int size(unsigned long opcode, unsigned short shaderModel);