Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h76 unsigned dst_sel_w; member
104 unsigned dst_sel_w; member
Dr600_asm.c1718 S_SQ_VTX_WORD1_DST_SEL_W(vtx->dst_sel_w) | in r600_bytecode_vtx_build()
1746 S_SQ_TEX_WORD1_DST_SEL_W(tex->dst_sel_w) | in r600_bytecode_tex_build()
2545 fprintf(stderr, "SEL_W:%d) ", tex->dst_sel_w); in r600_bytecode_dump()
2584 fprintf(stderr, "SEL_W:%d) ", vtx->dst_sel_w); in r600_bytecode_dump()
2833 vtx.dst_sel_w = desc->swizzle[3]; in r600_vertex_elements_build_fetch_shader()
Dr600_shader.c453 tex.dst_sel_w = bytes[bytes_read++]; in r600_tex_from_byte_stream()
497 vtx.dst_sel_w = G_SQ_VTX_WORD1_DST_SEL_W(word1); in r600_vtx_from_byte_stream()
1022 vtx.dst_sel_w = 3; /* SEL_W */ in tgsi_fetch_rel_const()
3824 tex.dst_sel_x = tex.dst_sel_y = tex.dst_sel_z = tex.dst_sel_w = 7; in tgsi_tex()
4087 tex.dst_sel_w = (inst->Dst[0].Register.WriteMask & 8) ? 3 : 7; in tgsi_tex()