Home
last modified time | relevance | path

Searched refs:MAX_OPCODE (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.h169 #define WM_PIXELXY (MAX_OPCODE)
170 #define WM_DELTAXY (MAX_OPCODE + 1)
171 #define WM_PIXELW (MAX_OPCODE + 2)
172 #define WM_LINTERP (MAX_OPCODE + 3)
173 #define WM_PINTERP (MAX_OPCODE + 4)
174 #define WM_CINTERP (MAX_OPCODE + 5)
175 #define WM_WPOSXY (MAX_OPCODE + 6)
176 #define WM_FB_WRITE (MAX_OPCODE + 7)
177 #define WM_FRONTFACING (MAX_OPCODE + 8)
178 #define MAX_WM_OPCODE (MAX_OPCODE + 9)
Dbrw_wm_fp.c1033 if (insn->Opcode < MAX_OPCODE) in print_insns()
1036 GLuint idx = insn->Opcode - MAX_OPCODE; in print_insns()
Dbrw_wm.c60 assert(opcode < MAX_OPCODE); in brw_wm_nr_args()
Dbrw_wm_emit.c1902 inst->opcode, inst->opcode < MAX_OPCODE ? in brw_wm_emit()
Dbrw_vs_emit.c2105 inst->Opcode, inst->Opcode < MAX_OPCODE ? in brw_old_vs_emit()
/external/mesa3d/src/mesa/program/
Dprog_instruction.c154 static const struct instruction_info InstInfo[MAX_OPCODE] = {
259 ASSERT(opcode < MAX_OPCODE); in _mesa_num_inst_src_regs()
272 ASSERT(opcode < MAX_OPCODE); in _mesa_num_inst_dst_regs()
346 if (opcode < MAX_OPCODE) in _mesa_opcode_string()
Dprog_instruction.h242 MAX_OPCODE enumerator
Dnvfragparse.c221 result.opcode = MAX_OPCODE; /* i.e. invalid instruction */ in MatchInstruction()
1345 if (instMatch.opcode >= MAX_OPCODE) { in Parse_InstructionSequence()
Dprog_print.c882 if (inst->Opcode < MAX_OPCODE) { in _mesa_fprint_instruction_opt()