Home
last modified time | relevance | path

Searched refs:BRW_CONDITIONAL_L (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/intel/compiler/
Dtest_fs_cmod_propagation.cpp587 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 …]
Dtest_fs_copy_propagation.cpp156 { 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()
Dtest_vec4_cmod_propagation.cpp224 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()
Dbrw_clip_line.c199 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()
Dbrw_clip_unfilled.c103 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()
Dbrw_eu.cpp55 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()
Dbrw_clip_tri.c314 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()
Dtest_vec4_dead_code_eliminate.cpp139 bld.CMP(dst_reg(r4), r2, r1, BRW_CONDITIONAL_L); in TEST_F()
Dbrw_vec4_tes.cpp171 emit_minmax(BRW_CONDITIONAL_L, in nir_emit_intrinsic()
Dgen6_gs_visitor.cpp224 brw_imm_ud(num_output_vertices + 1), BRW_CONDITIONAL_L)); in gs_end_primitive()
629 BRW_CONDITIONAL_L)); in xfb_write()
Dbrw_vec4_visitor.cpp516 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()
Dbrw_shader.cpp88 return BRW_CONDITIONAL_L; in brw_conditional_for_comparison()
860 conditional_mod == BRW_CONDITIONAL_L) { in is_commutative()
Dbrw_fs_cmod_propagation.cpp404 (inst->conditional_mod == BRW_CONDITIONAL_L && in opt_cmod_propagation_local()
Dbrw_fs_copy_propagation.cpp597 inst->conditional_mod != BRW_CONDITIONAL_L) || in try_copy_propagate()
831 inst->conditional_mod == BRW_CONDITIONAL_L)) { in try_constant_propagate()
Dbrw_vec4_builder.h338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
Dbrw_vec4_tcs.cpp89 BRW_CONDITIONAL_L)); in emit_prolog()
Dbrw_eu_defines.h129 BRW_CONDITIONAL_L = 5, enumerator
Dbrw_vec4_nir.cpp1292 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()
Dbrw_fs_builder.h392 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
Dbrw_fs_nir.cpp1382 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()
Dbrw_fs_visitor.cpp388 return BRW_CONDITIONAL_L; in cond_for_alpha_func()
/external/igt-gpu-tools/assembler/
Dbrw_eu.c52 return BRW_CONDITIONAL_L; in brw_swap_cmod()
55 case BRW_CONDITIONAL_L: in brw_swap_cmod()
Dlex.l442 ".l" { yylval.integer = BRW_CONDITIONAL_L; return LESS; }
Dbrw_defines.h579 #define BRW_CONDITIONAL_L 5 macro
/external/mesa3d/src/intel/tools/
Di965_lex.l359 ".l" { yylval.integer = BRW_CONDITIONAL_L; return LESS; }

12