Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h76 unsigned dst_sel_y; member
107 unsigned dst_sel_y; member
133 unsigned dst_sel_y; member
Dr600_asm.c1502 S_SQ_VTX_WORD1_DST_SEL_Y(vtx->dst_sel_y) | in r600_bytecode_vtx_build()
1538 S_SQ_TEX_WORD1_DST_SEL_Y(tex->dst_sel_y) | in r600_bytecode_tex_build()
2219 o += print_swizzle(tex->dst_sel_y); in r600_bytecode_disasm()
2267 o += print_swizzle(vtx->dst_sel_y); in r600_bytecode_disasm()
2308 o += print_swizzle(gds->dst_sel_y); in r600_bytecode_disasm()
2576 vtx.dst_sel_y = desc->swizzle[1]; in r600_create_vertex_fetch_shader()
Deg_asm.c214 S_SQ_MEM_GDS_WORD2_DST_SEL_Y(gds->dst_sel_y) | in eg_bytecode_gds_build()
Dr600_shader.c1271 vtx.dst_sel_y = 1; in load_sample_position()
1448 vtx.dst_sel_y = 1; /* SEL_Y */ in tgsi_fetch_rel_const()
1565 vtx.dst_sel_y = 1; /* SEL_Y */ in fetch_gs_input()
2206 vtx.dst_sel_y = 1; in generate_gs_copy_shader()
2565 vtx.dst_sel_y = 1; in r600_fetch_tess_io_info()
2593 vtx.dst_sel_y = 1; in r600_fetch_tess_io_info()
2896 gds.dst_sel_y = 7; in r600_emit_tess_factor()
6366 tex.dst_sel_y = 1; in tgsi_interp_egcm()
6680 vtx.dst_sel_y = (inst->Dst[0].Register.WriteMask & 2) ? 1 : 7; /* SEL_Y */ 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 …]