Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/intel/compiler/
Dtest_fs_cmod_propagation.cpp632 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F()
654 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F()
667 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F()
689 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F()
918 bld.CMP(bld.null_reg_d(), dst0, zero, BRW_CONDITIONAL_L); in TEST_F()
947 bld.CMP(bld.null_reg_ud(), dst0, zero, BRW_CONDITIONAL_L); in TEST_F()
966 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 1)->conditional_mod); in TEST_F()
977 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F()
999 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F()
1011 bld.CMP(bld.null_reg_f(), src0, src1, BRW_CONDITIONAL_L); in TEST_F()
[all …]
Dtest_fs_copy_propagation.cpp168 { BRW_CONDITIONAL_L , 0.1f, true }, in TEST_F()
170 { BRW_CONDITIONAL_L , 0.5f, true }, in TEST_F()
172 { BRW_CONDITIONAL_L , 0.9f, true }, in TEST_F()
174 { BRW_CONDITIONAL_L , -1.5f, false }, in TEST_F()
176 { BRW_CONDITIONAL_L , 1.5f, false }, in TEST_F()
Dtest_vec4_cmod_propagation.cpp236 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F()
259 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F()
504 bld.CMP(dest, src0, src1, BRW_CONDITIONAL_L); in TEST_F()
528 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F()
574 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F()
597 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F()
691 bld.CMP(dest_null, tmp, zero, BRW_CONDITIONAL_L); in TEST_F()
713 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F()
732 bld.CMP(dest_null, tmp, zero, BRW_CONDITIONAL_L); in TEST_F()
756 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 1)->conditional_mod); in TEST_F()
Dbrw_clip_unfilled.c104 conditional = BRW_CONDITIONAL_L; in cull_direction()
141 conditional = BRW_CONDITIONAL_L; in copy_bfc()
219 c->key.offset_clamp < 0 ? BRW_CONDITIONAL_GE : BRW_CONDITIONAL_L, in compute_offset()
464 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.nr_verts, brw_imm_d(3)); in check_nr_verts()
Dbrw_clip_line.c200 brw_CMP(p, brw_null_reg(), BRW_CONDITIONAL_L, vec1(c->reg.dp1), brw_imm_f(0.0f)); in clip_and_emit_line()
235 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
275 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.t, brw_imm_f(1.0)); in clip_and_emit_line()
Dbrw_eu.c55 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.c315 load_clip_distance(c, vtxPrev, c->reg.dpPrev, hpos_offset, BRW_CONDITIONAL_L); in brw_clip_tri()
361 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_L); in brw_clip_tri()
547 brw_CMP(p, t1, BRW_CONDITIONAL_L, v0, negate(get_element(v0, 3))); in brw_clip_test()
548 brw_CMP(p, t2, BRW_CONDITIONAL_L, v1, negate(get_element(v1, 3))); in brw_clip_test()
549 brw_CMP(p, t3, BRW_CONDITIONAL_L, v2, negate(get_element(v2, 3))); in brw_clip_test()
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()
855 …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()
862 …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()
881 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L)); in emit_psiz_and_flags()
Dtest_vec4_dead_code_eliminate.cpp151 bld.CMP(dst_reg(r4), r2, r1, BRW_CONDITIONAL_L); in TEST_F()
Dgfx6_gs_visitor.cpp223 brw_imm_ud(num_output_vertices + 1), BRW_CONDITIONAL_L)); in gs_end_primitive()
591 BRW_CONDITIONAL_L)); in xfb_write()
Dbrw_vec4_tes.cpp165 emit_minmax(BRW_CONDITIONAL_L, in nir_emit_intrinsic()
Dbrw_fs_builder.h392 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
461 assert(mod == BRW_CONDITIONAL_L || mod == BRW_CONDITIONAL_GE); in emit_scan_step()
Dbrw_fs_cmod_propagation.cpp443 (inst->conditional_mod == BRW_CONDITIONAL_L && in opt_cmod_propagation_local()
Dbrw_shader.cpp89 return BRW_CONDITIONAL_L; in brw_conditional_for_comparison()
875 conditional_mod == BRW_CONDITIONAL_L) { in is_commutative()
Dbrw_vec4_builder.h338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
Dbrw_fs_copy_propagation.cpp656 inst->conditional_mod != BRW_CONDITIONAL_L) || in try_copy_propagate()
918 inst->conditional_mod == BRW_CONDITIONAL_L)) { in try_constant_propagate()
Dbrw_vec4_tcs.cpp88 BRW_CONDITIONAL_L)); in emit_prolog()
Dbrw_vec4_nir.cpp1311 inst->conditional_mod = BRW_CONDITIONAL_L; in nir_emit_alu()
1407 BRW_CONDITIONAL_L)); in nir_emit_alu()
1427 inst = emit_minmax(BRW_CONDITIONAL_L, dst, op[0], op[1]); in nir_emit_alu()
Dbrw_eu_defines.h107 BRW_CONDITIONAL_L = 5, enumerator
Dbrw_compile_sf.c147 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()
Dbrw_fs_nir.cpp1413 inst->conditional_mod = BRW_CONDITIONAL_L; in nir_emit_alu()
1672 BRW_CONDITIONAL_L); in nir_emit_alu()
1689 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_L); in nir_emit_alu()
4111 case nir_op_imin: return BRW_CONDITIONAL_L; in brw_cond_mod_for_nir_reduction_op()
4112 case nir_op_umin: return BRW_CONDITIONAL_L; in brw_cond_mod_for_nir_reduction_op()
4113 case nir_op_fmin: return BRW_CONDITIONAL_L; in brw_cond_mod_for_nir_reduction_op()
Dbrw_fs_visitor.cpp571 return BRW_CONDITIONAL_L; in cond_for_alpha_func()
Dbrw_nir.c1451 return BRW_CONDITIONAL_L; in brw_cmod_for_nir_comparison()
Dbrw_disasm.c108 [BRW_CONDITIONAL_L] = ".l",
/third_party/mesa3d/src/intel/tools/
Di965_lex.l360 ".l" { yylval.integer = BRW_CONDITIONAL_L; return LESS; }

12