Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.c47 static uint32_t reg_fetch_src_swiz(struct ir2_register *reg, uint32_t n);
302 vtx->src_swiz = reg_fetch_src_swiz(src_reg, 1); in instr_emit_fetch()
330 tex->src_swiz = reg_fetch_src_swiz(src_reg, 3); in instr_emit_fetch()
524 static uint32_t reg_fetch_src_swiz(struct ir2_register *reg, uint32_t n) in reg_fetch_src_swiz() function