Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c86 static void print_dstreg(uint32_t num, uint32_t mask, uint32_t dst_exp) in print_dstreg() argument
88 printf("%s%u", dst_exp ? "export" : "R", num); in print_dstreg()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c404 union tgsi_exec_channel *dst_exp, in micro_dfracexp() argument
407 dst->d[0] = frexp(src->d[0], &dst_exp->i[0]); in micro_dfracexp()
408 dst->d[1] = frexp(src->d[1], &dst_exp->i[1]); in micro_dfracexp()
409 dst->d[2] = frexp(src->d[2], &dst_exp->i[2]); in micro_dfracexp()
410 dst->d[3] = frexp(src->d[3], &dst_exp->i[3]); in micro_dfracexp()
3795 union tgsi_exec_channel dst_exp; in exec_dfracexp() local
3798 micro_dfracexp(&dst, &dst_exp, &src); in exec_dfracexp()
3805 store_dest(mach, &dst_exp, &inst->Dst[1], inst, chan, TGSI_EXEC_DATA_INT); in exec_dfracexp()