HomeSort by relevance Sort by last modified time
    Searched refs:dst_exp (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
disasm-a2xx.c 86 static void print_dstreg(uint32_t num, uint32_t mask, uint32_t dst_exp)
88 printf("%s%u", dst_exp ? "export" : "R", num);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 385 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
    [all...]

Completed in 101 milliseconds