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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Ddisasm-a2xx.c86 static void print_dstreg(uint32_t num, uint32_t mask, uint32_t dst_exp) argument
88 printf("%s%u", dst_exp ? "export" : "R", num);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c385 union tgsi_exec_channel *dst_exp,
388 dst->d[0] = frexp(src->d[0], &dst_exp->i[0]);
389 dst->d[1] = frexp(src->d[1], &dst_exp->i[1]);
390 dst->d[2] = frexp(src->d[2], &dst_exp->i[2]);
391 dst->d[3] = frexp(src->d[3], &dst_exp->i[3]);
3843 union tgsi_exec_channel dst_exp; local
3847 micro_dfracexp(&dst, &dst_exp, &src);
3849 store_dest(mach, &dst_exp, &inst->Dst[1], inst, ffs(inst->Dst[1].Register.WriteMask) - 1, TGSI_EXEC_DATA_INT);
3853 micro_dfracexp(&dst, &dst_exp, &src);
3855 store_dest(mach, &dst_exp,
384 micro_dfracexp(union tgsi_double_channel *dst, union tgsi_exec_channel *dst_exp, const union tgsi_double_channel *src) argument
[all...]

Completed in 321 milliseconds