Lines Matching full:instruction
29 * Vertex/fragment program instruction datatypes and constants.
53 #define SWIZZLE_ZERO 4 /**< For SWZ instruction only */
54 #define SWIZZLE_ONE 5 /**< For SWZ instruction only */
109 * Instruction precision for GL_NV_fragment_program
142 * Program instruction opcodes for vertex, fragment and geometry programs.
254 * Instruction source register.
271 * instruction which allows per-component negation.
294 * Instruction destination register.
336 * Vertex/fragment program instruction.
345 * Indicates that the instruction should update the condition code
380 * Per-instruction selectable precision: FLOAT32, FLOAT16, FIXED12.
397 /** True if tex instruction should do shadow comparison */