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.h77 unsigned dst_sel_y; member
108 unsigned dst_sel_y; member
133 unsigned dst_sel_y; member
Dr600_shader.c1289 vtx.dst_sel_y = 1; in load_sample_position()
1339 vtx.dst_sel_y = 1; in load_block_grid_size()
1528 vtx.dst_sel_y = 1; /* SEL_Y */ in tgsi_fetch_rel_const()
1645 vtx.dst_sel_y = 1; /* SEL_Y */ in fetch_gs_input()
2309 vtx.dst_sel_y = 1; in generate_gs_copy_shader()
2671 vtx.dst_sel_y = 1; in r600_fetch_tess_io_info()
2699 vtx.dst_sel_y = 1; in r600_fetch_tess_io_info()
3012 gds.dst_sel_y = 7; in r600_emit_tess_factor()
6573 tex.dst_sel_y = 1; in tgsi_interp_egcm()
6899 vtx.dst_sel_y = (inst->Dst[0].Register.WriteMask & 2) ? 1 : 7; /* SEL_Y */ in do_vtx_fetch_inst()
[all …]
Dr600_asm.c1522 S_SQ_VTX_WORD1_DST_SEL_Y(vtx->dst_sel_y) | in r600_bytecode_vtx_build()
1558 S_SQ_TEX_WORD1_DST_SEL_Y(tex->dst_sel_y) | in r600_bytecode_tex_build()
2267 o += print_swizzle(tex->dst_sel_y); in r600_bytecode_disasm()
2315 o += print_swizzle(vtx->dst_sel_y); in r600_bytecode_disasm()
2356 o += print_swizzle(gds->dst_sel_y); in r600_bytecode_disasm()
2635 vtx.dst_sel_y = desc->swizzle[1]; in r600_create_vertex_fetch_shader()
Deg_asm.c251 S_SQ_MEM_GDS_WORD2_DST_SEL_Y(gds->dst_sel_y) | in eg_bytecode_gds_build()