/external/mesa3d/src/intel/compiler/ |
D | test_fs_cmod_propagation.cpp | 109 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE); in TEST_F() 130 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 0)->conditional_mod); in TEST_F() 141 bld.CMP(bld.null_reg_f(), dest, nonzero, BRW_CONDITIONAL_GE); in TEST_F() 163 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 173 bld.CMP(bld.null_reg_ud(), dest, zero, BRW_CONDITIONAL_GE); in TEST_F() 195 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 207 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE); in TEST_F() 208 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE); in TEST_F() 231 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 233 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 2)->conditional_mod); in TEST_F() [all …]
|
D | test_vec4_cmod_propagation.cpp | 154 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 176 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 0)->conditional_mod); in TEST_F() 189 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 213 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 259 bld.CMP(bld.null_reg_ud(), src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 282 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 294 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE); in TEST_F() 295 bld.CMP(bld.null_reg_f(), src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 319 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 321 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 2)->conditional_mod); in TEST_F() [all …]
|
D | test_fs_copy_propagation.cpp | 156 { BRW_CONDITIONAL_GE , 0.1f, true }, in TEST_F() 158 { BRW_CONDITIONAL_GE , 0.5f, true }, in TEST_F() 160 { BRW_CONDITIONAL_GE , 0.9f, true }, in TEST_F() 162 { BRW_CONDITIONAL_GE , -1.5f, false }, in TEST_F() 164 { BRW_CONDITIONAL_GE , 1.5f, false }, in TEST_F()
|
D | brw_clip_unfilled.c | 101 conditional = BRW_CONDITIONAL_GE; in cull_direction() 138 conditional = BRW_CONDITIONAL_GE; in copy_bfc() 205 BRW_CONDITIONAL_GE, in compute_offset() 218 c->key.offset_clamp < 0 ? BRW_CONDITIONAL_GE : BRW_CONDITIONAL_L, in compute_offset() 434 BRW_CONDITIONAL_GE, in emit_unfilled_primitives()
|
D | brw_eu.c | 51 case BRW_CONDITIONAL_GE: in brw_negate_cmod() 54 return BRW_CONDITIONAL_GE; in brw_negate_cmod() 74 case BRW_CONDITIONAL_GE: in brw_swap_cmod() 79 return BRW_CONDITIONAL_GE; in brw_swap_cmod()
|
D | brw_fs_surface_builder.cpp | 783 BRW_CONDITIONAL_GE); in emit_convert_to_integer() 823 BRW_CONDITIONAL_GE); in emit_convert_from_scaled() 847 brw_imm_f(-1.0f), BRW_CONDITIONAL_GE); in emit_convert_to_scaled() 927 brw_imm_f(0.0f), BRW_CONDITIONAL_GE); in emit_convert_to_float()
|
D | brw_shader.cpp | 86 return BRW_CONDITIONAL_GE; in brw_conditional_for_comparison() 759 if (conditional_mod == BRW_CONDITIONAL_GE || in is_commutative()
|
D | brw_clip_tri.c | 318 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_GE); in brw_clip_tri() 429 BRW_CONDITIONAL_GE, in brw_clip_tri()
|
D | brw_vec4_builder.h | 338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
|
D | brw_eu_defines.h | 119 BRW_CONDITIONAL_GE = 4, enumerator
|
D | brw_fs_builder.h | 386 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
|
D | brw_vec4_visitor.cpp | 527 emit_minmax(BRW_CONDITIONAL_GE, max, src_reg(scaled), brw_imm_f(-1.0f)); in emit_unpack_snorm_4x8() 555 emit_minmax(BRW_CONDITIONAL_GE, max, src0, brw_imm_f(-1.0f)); in emit_pack_snorm_4x8() 1094 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z), in emit_texture()
|
D | gen6_gs_visitor.cpp | 383 emit(CMP(dst_null_d(), vertex, this->vertex_count, BRW_CONDITIONAL_GE)); in emit_thread_end()
|
D | brw_fs_copy_propagation.cpp | 463 if ((inst->conditional_mod != BRW_CONDITIONAL_GE && in try_copy_propagate()
|
D | brw_fs_visitor.cpp | 311 return BRW_CONDITIONAL_GE; in cond_for_alpha_func()
|
D | brw_vec4_nir.cpp | 977 return BRW_CONDITIONAL_GE; in brw_conditional_for_nir_comparison() 1457 inst = emit_minmax(BRW_CONDITIONAL_GE, dst, op[0], op[1]); in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1025 cond = BRW_CONDITIONAL_GE; in nir_emit_alu() 1062 cond = BRW_CONDITIONAL_GE; in nir_emit_alu() 1258 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_GE); in nir_emit_alu() 4813 bld.emit_minmax(nir_dest[2], depth, brw_imm_d(1), BRW_CONDITIONAL_GE); in nir_emit_texture()
|
D | brw_disasm.c | 88 [BRW_CONDITIONAL_GE] = ".ge",
|
D | brw_vec4.cpp | 851 if (inst->conditional_mod == BRW_CONDITIONAL_GE && in opt_algebraic()
|
D | brw_fs.cpp | 2429 if (inst->conditional_mod == BRW_CONDITIONAL_GE && in opt_algebraic() 2464 case BRW_CONDITIONAL_GE: in opt_algebraic()
|