Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.c48 static uint32_t reg_fetch_dst_swiz(struct ir2_register *reg);
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()
549 static uint32_t reg_fetch_dst_swiz(struct ir2_register *reg) in reg_fetch_dst_swiz() function