Searched refs:dst_swiz (Results 1 – 3 of 3) sorted by relevance
315 static void print_fetch_dst(uint32_t dst_reg, uint32_t dst_swiz) in print_fetch_dst() argument320 printf("%c", chan_names[dst_swiz & 0x7]); in print_fetch_dst()321 dst_swiz >>= 3; in print_fetch_dst()336 print_fetch_dst(vtx->dst_reg, vtx->dst_swiz); in print_fetch_vtx()399 print_fetch_dst(tex->dst_reg, tex->dst_swiz); in print_fetch_tex()
322 uint16_t dst_swiz : 12; member357 uint16_t dst_swiz : 12; member
304 vtx->dst_swiz = reg_fetch_dst_swiz(dst_reg); in instr_emit_fetch()332 tex->dst_swiz = reg_fetch_dst_swiz(dst_reg); in instr_emit_fetch()