/external/mesa3d/src/intel/compiler/ |
D | test_fs_copy_propagation.cpp | 157 { 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()
|
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 | test_fs_cmod_propagation.cpp | 461 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()
|
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.c | 52 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()
|
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 | 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 | 528 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()
|
D | brw_shader.cpp | 84 return BRW_CONDITIONAL_L; in brw_conditional_for_comparison() 760 conditional_mod == BRW_CONDITIONAL_L) { in is_commutative()
|
D | brw_fs_surface_builder.cpp | 454 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()
|
D | brw_vec4_builder.h | 338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
|
D | brw_eu_defines.h | 120 BRW_CONDITIONAL_L = 5, enumerator
|
D | brw_vec4_nir.cpp | 972 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()
|
D | brw_fs_builder.h | 386 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_nir.cpp | 1000 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()
|
D | brw_compile_sf.c | 146 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()
|
D | brw_fs_copy_propagation.cpp | 464 inst->conditional_mod != BRW_CONDITIONAL_L) || in try_copy_propagate()
|
D | brw_fs_visitor.cpp | 313 return BRW_CONDITIONAL_L; in cond_for_alpha_func()
|
D | brw_disasm.c | 89 [BRW_CONDITIONAL_L] = ".l",
|
D | brw_fs.cpp | 2450 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()
|