Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h78 unsigned dst_sel_w; member
109 unsigned dst_sel_w; member
135 unsigned dst_sel_w; member
Dr600_asm.c1504 S_SQ_VTX_WORD1_DST_SEL_W(vtx->dst_sel_w) | in r600_bytecode_vtx_build()
1540 S_SQ_TEX_WORD1_DST_SEL_W(tex->dst_sel_w) | in r600_bytecode_tex_build()
2221 o += print_swizzle(tex->dst_sel_w); in r600_bytecode_disasm()
2269 o += print_swizzle(vtx->dst_sel_w); in r600_bytecode_disasm()
2310 o += print_swizzle(gds->dst_sel_w); in r600_bytecode_disasm()
2578 vtx.dst_sel_w = desc->swizzle[3]; in r600_create_vertex_fetch_shader()
Deg_asm.c216 S_SQ_MEM_GDS_WORD2_DST_SEL_W(gds->dst_sel_w); in eg_bytecode_gds_build()
Dr600_shader.c1273 vtx.dst_sel_w = 3; in load_sample_position()
1450 vtx.dst_sel_w = 3; /* SEL_W */ in tgsi_fetch_rel_const()
1567 vtx.dst_sel_w = 3; /* SEL_W */ in fetch_gs_input()
2208 vtx.dst_sel_w = 3; in generate_gs_copy_shader()
2567 vtx.dst_sel_w = 3; in r600_fetch_tess_io_info()
2595 vtx.dst_sel_w = 3; in r600_fetch_tess_io_info()
2898 gds.dst_sel_w = 7; in r600_emit_tess_factor()
6368 tex.dst_sel_w = 7; in tgsi_interp_egcm()
6682 vtx.dst_sel_w = (inst->Dst[0].Register.WriteMask & 8) ? 3 : 7; /* SEL_W */ 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 …]