Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h74 unsigned dst_sel_y; member
102 unsigned dst_sel_y; member
Dr600_asm.c1716 S_SQ_VTX_WORD1_DST_SEL_Y(vtx->dst_sel_y) | in r600_bytecode_vtx_build()
1744 S_SQ_TEX_WORD1_DST_SEL_Y(tex->dst_sel_y) | in r600_bytecode_tex_build()
2543 fprintf(stderr, "SEL_Y:%d ", tex->dst_sel_y); in r600_bytecode_dump()
2582 fprintf(stderr, "SEL_Y:%d ", vtx->dst_sel_y); in r600_bytecode_dump()
2831 vtx.dst_sel_y = desc->swizzle[1]; in r600_vertex_elements_build_fetch_shader()
Dr600_shader.c451 tex.dst_sel_y = bytes[bytes_read++]; in r600_tex_from_byte_stream()
495 vtx.dst_sel_y = G_SQ_VTX_WORD1_DST_SEL_Y(word1); in r600_vtx_from_byte_stream()
1020 vtx.dst_sel_y = 1; /* SEL_Y */ 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()
4085 tex.dst_sel_y = (inst->Dst[0].Register.WriteMask & 2) ? 1 : 7; in tgsi_tex()