Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
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.c385 union tgsi_exec_channel *dst_exp, in micro_dfracexp() argument
388 dst->d[0] = frexp(src->d[0], &dst_exp->i[0]); in micro_dfracexp()
389 dst->d[1] = frexp(src->d[1], &dst_exp->i[1]); in micro_dfracexp()
390 dst->d[2] = frexp(src->d[2], &dst_exp->i[2]); in micro_dfracexp()
391 dst->d[3] = frexp(src->d[3], &dst_exp->i[3]); in micro_dfracexp()
3843 union tgsi_exec_channel dst_exp; in exec_dfracexp() local
3847 micro_dfracexp(&dst, &dst_exp, &src); in exec_dfracexp()
3849 …store_dest(mach, &dst_exp, &inst->Dst[1], inst, ffs(inst->Dst[1].Register.WriteMask) - 1, TGSI_EXE… in exec_dfracexp()
3853 micro_dfracexp(&dst, &dst_exp, &src); in exec_dfracexp()
3855 …store_dest(mach, &dst_exp, &inst->Dst[1], inst, ffs(inst->Dst[1].Register.WriteMask) - 1, TGSI_EXE… in exec_dfracexp()