/external/mesa3d/src/intel/compiler/ |
D | test_fs_cmod_propagation.cpp | 587 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F() 609 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F() 622 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F() 644 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F() 873 bld.CMP(bld.null_reg_d(), dst0, zero, BRW_CONDITIONAL_L); in TEST_F() 902 bld.CMP(bld.null_reg_ud(), dst0, zero, BRW_CONDITIONAL_L); in TEST_F() 921 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 1)->conditional_mod); in TEST_F() 932 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F() 954 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F() 966 bld.CMP(bld.null_reg_f(), src0, src1, BRW_CONDITIONAL_L); in TEST_F() [all …]
|
D | test_fs_copy_propagation.cpp | 156 { BRW_CONDITIONAL_L , 0.1f, true }, in TEST_F() 158 { BRW_CONDITIONAL_L , 0.5f, true }, in TEST_F() 160 { BRW_CONDITIONAL_L , 0.9f, true }, in TEST_F() 162 { BRW_CONDITIONAL_L , -1.5f, false }, in TEST_F() 164 { BRW_CONDITIONAL_L , 1.5f, false }, in TEST_F()
|
D | test_vec4_cmod_propagation.cpp | 224 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F() 247 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F() 492 bld.CMP(dest, src0, src1, BRW_CONDITIONAL_L); in TEST_F() 516 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F() 562 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F() 585 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F() 679 bld.CMP(dest_null, tmp, zero, BRW_CONDITIONAL_L); in TEST_F() 701 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F() 720 bld.CMP(dest_null, tmp, zero, BRW_CONDITIONAL_L); in TEST_F() 744 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 1)->conditional_mod); in TEST_F()
|
D | brw_clip_line.c | 199 brw_CMP(p, brw_null_reg(), BRW_CONDITIONAL_L, vec1(c->reg.dp1), brw_imm_f(0.0f)); in clip_and_emit_line() 234 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line() 274 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_clip_unfilled.c | 103 conditional = BRW_CONDITIONAL_L; in cull_direction() 140 conditional = BRW_CONDITIONAL_L; in copy_bfc() 218 c->key.offset_clamp < 0 ? BRW_CONDITIONAL_GE : BRW_CONDITIONAL_L, in compute_offset() 463 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.nr_verts, brw_imm_d(3)); in check_nr_verts()
|
D | brw_eu.cpp | 55 return BRW_CONDITIONAL_L; in brw_negate_cmod() 56 case BRW_CONDITIONAL_L: in brw_negate_cmod() 76 return BRW_CONDITIONAL_L; in brw_swap_cmod() 79 case BRW_CONDITIONAL_L: in brw_swap_cmod()
|
D | brw_clip_tri.c | 314 load_clip_distance(c, vtxPrev, c->reg.dpPrev, hpos_offset, BRW_CONDITIONAL_L); in brw_clip_tri() 360 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_L); in brw_clip_tri() 546 brw_CMP(p, t1, BRW_CONDITIONAL_L, v0, negate(get_element(v0, 3))); in brw_clip_test() 547 brw_CMP(p, t2, BRW_CONDITIONAL_L, v1, negate(get_element(v1, 3))); in brw_clip_test() 548 brw_CMP(p, t3, BRW_CONDITIONAL_L, v2, negate(get_element(v2, 3))); in brw_clip_test()
|
D | test_vec4_dead_code_eliminate.cpp | 139 bld.CMP(dst_reg(r4), r2, r1, BRW_CONDITIONAL_L); in TEST_F()
|
D | brw_vec4_tes.cpp | 171 emit_minmax(BRW_CONDITIONAL_L, in nir_emit_intrinsic()
|
D | gen6_gs_visitor.cpp | 224 brw_imm_ud(num_output_vertices + 1), BRW_CONDITIONAL_L)); in gs_end_primitive() 629 BRW_CONDITIONAL_L)); in xfb_write()
|
D | brw_vec4_visitor.cpp | 516 emit_minmax(BRW_CONDITIONAL_L, dst, src_reg(max), brw_imm_f(1.0f)); in emit_unpack_snorm_4x8() 546 emit_minmax(BRW_CONDITIONAL_L, min, src_reg(max), brw_imm_f(1.0f)); in emit_pack_snorm_4x8() 1112 …st_null_f(), src_reg(output_reg[VARYING_SLOT_CLIP_DIST0][0]), brw_imm_f(0.0f), BRW_CONDITIONAL_L)); in emit_psiz_and_flags() 1119 …st_null_f(), src_reg(output_reg[VARYING_SLOT_CLIP_DIST1][0]), brw_imm_f(0.0f), BRW_CONDITIONAL_L)); in emit_psiz_and_flags() 1138 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L)); in emit_psiz_and_flags()
|
D | brw_fs_cmod_propagation.cpp | 404 (inst->conditional_mod == BRW_CONDITIONAL_L && in opt_cmod_propagation_local()
|
D | brw_shader.cpp | 88 return BRW_CONDITIONAL_L; in brw_conditional_for_comparison() 860 conditional_mod == BRW_CONDITIONAL_L) { in is_commutative()
|
D | brw_vec4_builder.h | 338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
|
D | brw_vec4_tcs.cpp | 89 BRW_CONDITIONAL_L)); in emit_prolog()
|
D | brw_fs_copy_propagation.cpp | 597 inst->conditional_mod != BRW_CONDITIONAL_L) || in try_copy_propagate() 831 inst->conditional_mod == BRW_CONDITIONAL_L)) { in try_constant_propagate()
|
D | brw_eu_defines.h | 129 BRW_CONDITIONAL_L = 5, enumerator
|
D | brw_fs_builder.h | 392 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
|
D | brw_vec4_nir.cpp | 1292 inst->conditional_mod = BRW_CONDITIONAL_L; in nir_emit_alu() 1388 BRW_CONDITIONAL_L)); in nir_emit_alu() 1408 inst = emit_minmax(BRW_CONDITIONAL_L, dst, op[0], op[1]); in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1382 inst->conditional_mod = BRW_CONDITIONAL_L; in nir_emit_alu() 1640 BRW_CONDITIONAL_L); in nir_emit_alu() 1657 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_L); in nir_emit_alu() 3667 set_condmod(BRW_CONDITIONAL_L, in nir_emit_fs_intrinsic() 3959 case nir_op_imin: return BRW_CONDITIONAL_L; in brw_cond_mod_for_nir_reduction_op() 3960 case nir_op_umin: return BRW_CONDITIONAL_L; in brw_cond_mod_for_nir_reduction_op() 3961 case nir_op_fmin: return BRW_CONDITIONAL_L; in brw_cond_mod_for_nir_reduction_op()
|
D | brw_compile_sf.c | 146 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()
|
/external/igt-gpu-tools/assembler/ |
D | brw_eu.c | 52 return BRW_CONDITIONAL_L; in brw_swap_cmod() 55 case BRW_CONDITIONAL_L: in brw_swap_cmod()
|
D | lex.l | 442 ".l" { yylval.integer = BRW_CONDITIONAL_L; return LESS; }
|
D | brw_defines.h | 579 #define BRW_CONDITIONAL_L 5 macro
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 359 ".l" { yylval.integer = BRW_CONDITIONAL_L; return LESS; }
|