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.c4411 struct r600_bytecode_alu_dst *r600_dst) in tgsi_dst() argument
4450 r600_dst->sel = reg; in tgsi_dst()
4451 r600_dst->chan = swizzle; in tgsi_dst()
4452 r600_dst->write = 1; in tgsi_dst()
4454 r600_dst->clamp = 1; in tgsi_dst()
4493 r600_dst->sel = idx; in tgsi_dst()
4497 r600_dst->sel = tgsi_dst->Register.Index; in tgsi_dst()
4498 r600_dst->sel += ctx->file_offset[tgsi_dst->Register.File]; in tgsi_dst()
4500 r600_dst->chan = swizzle; in tgsi_dst()
4501 r600_dst->write = 1; in tgsi_dst()
[all …]