Home
last modified time | relevance | path

Searched refs:BRW_CONDITIONAL_EQ (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_clip_tri.c144 BRW_CONDITIONAL_EQ, in brw_clip_tri_init_vertices()
182 BRW_CONDITIONAL_EQ, in brw_clip_tri_flat_shade()
196 BRW_CONDITIONAL_EQ, in brw_clip_tri_flat_shade()
332 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, get_addr_reg(vtxOut), brw_imm_uw(0) ); in brw_clip_tri()
374 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, get_addr_reg(vtxOut), brw_imm_uw(0) ); in brw_clip_tri()
Dbrw_clip_unfilled.c234 BRW_CONDITIONAL_EQ, in merge_edgeflags()
244 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_EQ); in merge_edgeflags()
252 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_EQ); in merge_edgeflags()
Dbrw_clip_util.c216 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, in brw_clip_interp_vertex()
Dbrw_eu_defines.h116 BRW_CONDITIONAL_EQ = 1, /* Z */ enumerator
Dtest_fs_cmod_propagation.cpp555 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod); in TEST_F()
Dbrw_fs_visitor.cpp317 return BRW_CONDITIONAL_EQ; in cond_for_alpha_func()
Dtest_vec4_cmod_propagation.cpp249 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod); in TEST_F()
Dbrw_fs_nir.cpp3394 BRW_CONDITIONAL_EQ); in nir_emit_fs_intrinsic()
4755 bld.CMP(dst, tmp, brw_imm_ud(0u), BRW_CONDITIONAL_EQ); in nir_emit_texture()
4758 BRW_CONDITIONAL_EQ); in nir_emit_texture()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs_emit.c396 brw_CMP(p, vec8(brw_null_reg()), BRW_CONDITIONAL_EQ, in gen6_sol_program()