Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c94 print_dstreg(uint32_t num, uint32_t mask, uint32_t dst_exp) in print_dstreg() argument
96 printf("%s%u", dst_exp ? "export" : "R", num); in print_dstreg()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c403 union tgsi_exec_channel *dst_exp, in micro_dfracexp() argument
406 dst->d[0] = frexp(src->d[0], &dst_exp->i[0]); in micro_dfracexp()
407 dst->d[1] = frexp(src->d[1], &dst_exp->i[1]); in micro_dfracexp()
408 dst->d[2] = frexp(src->d[2], &dst_exp->i[2]); in micro_dfracexp()
409 dst->d[3] = frexp(src->d[3], &dst_exp->i[3]); in micro_dfracexp()
3567 union tgsi_exec_channel dst_exp; in exec_dfracexp() local
3570 micro_dfracexp(&dst, &dst_exp, &src); in exec_dfracexp()
3577 store_dest(mach, &dst_exp, &inst->Dst[1], inst, chan); in exec_dfracexp()