Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h75 unsigned dst_sel_x; member
106 unsigned dst_sel_x; member
132 unsigned dst_sel_x; member
Dr600_asm.c1501 bc->bytecode[id++] = S_SQ_VTX_WORD1_DST_SEL_X(vtx->dst_sel_x) | in r600_bytecode_vtx_build()
1537 S_SQ_TEX_WORD1_DST_SEL_X(tex->dst_sel_x) | in r600_bytecode_tex_build()
2218 o += print_swizzle(tex->dst_sel_x); in r600_bytecode_disasm()
2266 o += print_swizzle(vtx->dst_sel_x); in r600_bytecode_disasm()
2307 o += print_swizzle(gds->dst_sel_x); in r600_bytecode_disasm()
2575 vtx.dst_sel_x = desc->swizzle[0]; in r600_create_vertex_fetch_shader()
Deg_asm.c213 bc->bytecode[id++] = S_SQ_MEM_GDS_WORD2_DST_SEL_X(gds->dst_sel_x) | in eg_bytecode_gds_build()
Dr600_shader.c1270 vtx.dst_sel_x = 0; in load_sample_position()
1447 vtx.dst_sel_x = 0; /* SEL_X */ in tgsi_fetch_rel_const()
1564 vtx.dst_sel_x = 0; /* SEL_X */ in fetch_gs_input()
2205 vtx.dst_sel_x = 0; in generate_gs_copy_shader()
2564 vtx.dst_sel_x = 0; in r600_fetch_tess_io_info()
2592 vtx.dst_sel_x = 0; in r600_fetch_tess_io_info()
2895 gds.dst_sel_x = 7; in r600_emit_tess_factor()
6365 tex.dst_sel_x = 0; in tgsi_interp_egcm()
6679 vtx.dst_sel_x = (inst->Dst[0].Register.WriteMask & 1) ? 0 : 7; /* SEL_X */ in do_vtx_fetch_inst()
7066 tex.dst_sel_x = tex.dst_sel_y = tex.dst_sel_z = tex.dst_sel_w = 7; in tgsi_tex()
[all …]