/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip_line.c | 182 brw_set_conditionalmod(p, BRW_CONDITIONAL_L); in clip_and_emit_line() 216 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line() 250 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.t, brw_imm_f(1.0)); in clip_and_emit_line()
|
D | brw_eu.c | 50 return BRW_CONDITIONAL_L; in brw_swap_cmod() 53 case BRW_CONDITIONAL_L: in brw_swap_cmod()
|
D | brw_clip_tri.c | 274 brw_set_conditionalmod(p, BRW_CONDITIONAL_L); in brw_clip_tri() 322 brw_set_conditionalmod(p, BRW_CONDITIONAL_L); in brw_clip_tri() 500 brw_CMP(p, t1, BRW_CONDITIONAL_L, v0, negate(get_element(v0, 3))); in brw_clip_test() 502 brw_CMP(p, t2, BRW_CONDITIONAL_L, v1, negate(get_element(v1, 3))); in brw_clip_test() 504 brw_CMP(p, t3, BRW_CONDITIONAL_L, v2, negate(get_element(v2, 3))); in brw_clip_test()
|
D | brw_clip_unfilled.c | 109 conditional = BRW_CONDITIONAL_L; in cull_direction() 146 conditional = BRW_CONDITIONAL_L; in copy_bfc() 452 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.nr_verts, brw_imm_d(3)); in check_nr_verts()
|
D | brw_vs_emit.c | 537 emit_sop(c, dst, arg0, arg1, BRW_CONDITIONAL_L); in emit_slt() 570 brw_CMP(p, brw_null_reg(), BRW_CONDITIONAL_L, arg0, brw_imm_f(0)); in emit_cmp() 583 brw_CMP(p, brw_null_reg(), BRW_CONDITIONAL_L, arg0, brw_imm_f(0)); in emit_sign() 619 brw_set_conditionalmod(p, BRW_CONDITIONAL_L); in emit_min() 624 brw_CMP(p, brw_null_reg(), BRW_CONDITIONAL_L, arg0, arg1); in emit_min() 1587 brw_set_conditionalmod(p, BRW_CONDITIONAL_L); in emit_vertex_write() 1605 BRW_CONDITIONAL_L, in emit_vertex_write()
|
D | brw_wm_emit.c | 424 brw_CMP(p, brw_null_reg(), BRW_CONDITIONAL_L, r1_6ud, brw_imm_ud(1 << 31)); in emit_frontfacing() 636 emit_sop(p, dst, mask, BRW_CONDITIONAL_L, arg0, arg1); in emit_slt() 695 brw_CMP(p, brw_null_reg(), BRW_CONDITIONAL_L, arg0[i], brw_imm_f(0)); in emit_cmp() 716 brw_CMP(p, brw_null_reg(), BRW_CONDITIONAL_L, arg0[i], brw_imm_f(0)); in emit_sign() 757 brw_CMP(p, brw_null_reg(), BRW_CONDITIONAL_L, arg0[i], arg1[i]); in emit_min()
|
D | brw_shader.cpp | 254 return BRW_CONDITIONAL_L; in brw_conditional_for_comparison()
|
D | brw_vec4_visitor.cpp | 1074 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_L)); in visit() 1276 inst->conditional_mod = BRW_CONDITIONAL_L; in visit() 1278 emit(CMP(result_dst, op[0], op[1], BRW_CONDITIONAL_L)); in visit() 2151 inst->conditional_mod = BRW_CONDITIONAL_L; in emit_psiz_and_flags() 2171 BRW_CONDITIONAL_L, in emit_psiz_and_flags()
|
D | brw_fs_visitor.cpp | 319 inst->conditional_mod = BRW_CONDITIONAL_L; in visit() 524 inst->conditional_mod = BRW_CONDITIONAL_L; in visit() 530 inst->conditional_mod = BRW_CONDITIONAL_L; in visit() 1261 inst->conditional_mod = BRW_CONDITIONAL_L; in emit_texcoord()
|
D | brw_blorp_blit.cpp | 1184 brw_CMP(&func, null16, BRW_CONDITIONAL_L, X, dst_x1); in kill_if_outside_dst_rect() 1185 brw_CMP(&func, null16, BRW_CONDITIONAL_L, Y, dst_y1); in kill_if_outside_dst_rect()
|
D | brw_defines.h | 537 #define BRW_CONDITIONAL_L 5 macro
|
D | brw_sf_emit.c | 101 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()
|
D | brw_disasm.c | 101 [BRW_CONDITIONAL_L] = ".l",
|
D | brw_fs.cpp | 780 inst->conditional_mod = BRW_CONDITIONAL_L; in emit_frontfacing_interpolation()
|