Searched refs:jmpi (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compile_sf.c | 223 GLuint jmpi = 1; in do_flatshade_triangle() local 231 jmpi = 2; in do_flatshade_triangle() 235 brw_MUL(p, c->pv, c->pv, brw_imm_d(jmpi*(nr*2+1))); in do_flatshade_triangle() 240 brw_JMPI(p, brw_imm_d(jmpi*(nr*4+1)), BRW_PREDICATE_NONE); in do_flatshade_triangle() 244 brw_JMPI(p, brw_imm_d(jmpi*nr*2), BRW_PREDICATE_NONE); in do_flatshade_triangle() 255 GLuint jmpi = 1; in do_flatshade_line() local 263 jmpi = 2; in do_flatshade_line() 267 brw_MUL(p, c->pv, c->pv, brw_imm_d(jmpi*(nr+1))); in do_flatshade_line() 271 brw_JMPI(p, brw_imm_ud(jmpi*nr), BRW_PREDICATE_NONE); in do_flatshade_line()
|
D | brw_eu_emit.c | 1968 unsigned jmpi = 1; in brw_land_fwd_jump() local 1971 jmpi = 2; in brw_land_fwd_jump() 1977 jmpi * (p->nr_insn - jmp_insn_idx - 1)); in brw_land_fwd_jump()
|
/third_party/mesa3d/src/intel/tools/tests/gen5/ |
D | jmpi.asm | 1 (+f0.0) jmpi(1) 0x00000004UD { align1 nomask };
|
/third_party/mesa3d/src/intel/tools/tests/gen4.5/ |
D | jmpi.asm | 1 (+f0.0) jmpi(1) 0x00000002UD { align1 nomask };
|
/third_party/mesa3d/src/intel/tools/tests/gen4/ |
D | jmpi.asm | 1 (+f0.0) jmpi(1) 0x00000002UD { align1 nomask };
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 92 jmpi { yylval.integer = BRW_OPCODE_JMPI; return JMPI; }
|