Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dtest_fs_copy_propagation.cpp157 { BRW_CONDITIONAL_L , 0.1f, true }, in TEST_F()
159 { BRW_CONDITIONAL_L , 0.5f, true }, in TEST_F()
161 { BRW_CONDITIONAL_L , 0.9f, true }, in TEST_F()
163 { BRW_CONDITIONAL_L , -1.5f, false }, in TEST_F()
165 { 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()
Dtest_fs_cmod_propagation.cpp461 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F()
483 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F()
496 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F()
518 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->conditional_mod); in TEST_F()
531 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F()
553 EXPECT_EQ(BRW_CONDITIONAL_L, instruction(block0, 0)->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.c52 return BRW_CONDITIONAL_L; in brw_negate_cmod()
53 case BRW_CONDITIONAL_L: in brw_negate_cmod()
73 return BRW_CONDITIONAL_L; in brw_swap_cmod()
76 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()
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.cpp528 emit_minmax(BRW_CONDITIONAL_L, dst, src_reg(max), brw_imm_f(1.0f)); in emit_unpack_snorm_4x8()
558 emit_minmax(BRW_CONDITIONAL_L, min, src_reg(max), brw_imm_f(1.0f)); in emit_pack_snorm_4x8()
1203 …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()
1207 …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()
1226 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L)); in emit_psiz_and_flags()
Dbrw_shader.cpp84 return BRW_CONDITIONAL_L; in brw_conditional_for_comparison()
760 conditional_mod == BRW_CONDITIONAL_L) { in is_commutative()
Dbrw_fs_surface_builder.cpp454 BRW_CONDITIONAL_L)); in emit_bounds_check()
777 BRW_CONDITIONAL_L); in emit_convert_to_integer()
850 brw_imm_f(1.0f), BRW_CONDITIONAL_L); in emit_convert_to_scaled()
Dbrw_vec4_builder.h338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
Dbrw_eu_defines.h120 BRW_CONDITIONAL_L = 5, enumerator
Dbrw_vec4_nir.cpp972 return BRW_CONDITIONAL_L; in brw_conditional_for_nir_comparison()
1336 inst->conditional_mod = BRW_CONDITIONAL_L; in nir_emit_alu()
1428 BRW_CONDITIONAL_L)); in nir_emit_alu()
1448 inst = emit_minmax(BRW_CONDITIONAL_L, dst, op[0], op[1]); in nir_emit_alu()
Dbrw_fs_builder.h386 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
Dbrw_vec4_tcs.cpp89 BRW_CONDITIONAL_L)); in emit_prolog()
Dbrw_fs_nir.cpp1000 inst->conditional_mod = BRW_CONDITIONAL_L; in nir_emit_alu()
1022 cond = BRW_CONDITIONAL_L; in nir_emit_alu()
1058 cond = BRW_CONDITIONAL_L; in nir_emit_alu()
1233 BRW_CONDITIONAL_L); in nir_emit_alu()
1251 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_L); in nir_emit_alu()
1627 brw_imm_ud(size - base - 1), BRW_CONDITIONAL_L); in get_nir_image_deref()
3458 set_condmod(BRW_CONDITIONAL_L, in nir_emit_fs_intrinsic()
Dbrw_compile_sf.c146 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()
Dbrw_fs_copy_propagation.cpp464 inst->conditional_mod != BRW_CONDITIONAL_L) || in try_copy_propagate()
Dbrw_fs_visitor.cpp313 return BRW_CONDITIONAL_L; in cond_for_alpha_func()
Dbrw_disasm.c89 [BRW_CONDITIONAL_L] = ".l",
Dbrw_fs.cpp2450 case BRW_CONDITIONAL_L: in opt_algebraic()
6272 brw_imm_ud(nir->info.tess.tcs_vertices_out), BRW_CONDITIONAL_L); in run_tcs_single_patch()