Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1752 struct r600_bytecode_alu_dst *r600_dst) in tgsi_dst() argument
1756 r600_dst->sel = tgsi_dst->Register.Index; in tgsi_dst()
1757 r600_dst->sel += ctx->file_offset[tgsi_dst->Register.File]; in tgsi_dst()
1758 r600_dst->chan = swizzle; in tgsi_dst()
1759 r600_dst->write = 1; in tgsi_dst()
1761 r600_dst->rel = V_SQ_REL_RELATIVE; in tgsi_dst()
1763 r600_dst->clamp = 1; in tgsi_dst()