Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2269 negate_src(const struct tgsi_full_src_register *reg) in negate_src() function
6386 struct tgsi_full_src_register neg_src = negate_src(&inst->Src[0]); in emit_iabs()
6631 struct tgsi_full_src_register neg_tmp_src = negate_src(&tmp_src); in emit_exp()
7056 struct tgsi_full_src_register neg_src2 = negate_src(&inst->Src[2]); in emit_lrp()
7531 struct tgsi_full_src_register neg_tmp2 = negate_src(&tmp2_src); in emit_issg()
8675 struct tgsi_full_src_register neg_src = negate_src(&inst->Src[0]); in emit_dneg()
8940 index_src_comp = negate_src(&index_src_comp); in emit_msb()