Searched refs:dst_sel_x (Results 1 – 3 of 3) sorted by relevance
73 unsigned dst_sel_x; member101 unsigned dst_sel_x; member
1715 bc->bytecode[id++] = S_SQ_VTX_WORD1_DST_SEL_X(vtx->dst_sel_x) | in r600_bytecode_vtx_build()1743 S_SQ_TEX_WORD1_DST_SEL_X(tex->dst_sel_x) | in r600_bytecode_tex_build()2542 fprintf(stderr, "SEL_X:%d ", tex->dst_sel_x); in r600_bytecode_dump()2581 fprintf(stderr, "SEL_X:%d ", vtx->dst_sel_x); in r600_bytecode_dump()2830 vtx.dst_sel_x = desc->swizzle[0]; in r600_vertex_elements_build_fetch_shader()
450 tex.dst_sel_x = bytes[bytes_read++]; in r600_tex_from_byte_stream()494 vtx.dst_sel_x = G_SQ_VTX_WORD1_DST_SEL_X(word1); in r600_vtx_from_byte_stream()1019 vtx.dst_sel_x = 0; /* SEL_X */ 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()4084 tex.dst_sel_x = (inst->Dst[0].Register.WriteMask & 1) ? 0 : 7; in tgsi_tex()