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.h76 unsigned dst_sel_x; member
107 unsigned dst_sel_x; member
132 unsigned dst_sel_x; member
Dr600_shader.c1288 vtx.dst_sel_x = 0; in load_sample_position()
1338 vtx.dst_sel_x = 0; in load_block_grid_size()
1527 vtx.dst_sel_x = 0; /* SEL_X */ in tgsi_fetch_rel_const()
1644 vtx.dst_sel_x = 0; /* SEL_X */ in fetch_gs_input()
2308 vtx.dst_sel_x = 0; in generate_gs_copy_shader()
2670 vtx.dst_sel_x = 0; in r600_fetch_tess_io_info()
2698 vtx.dst_sel_x = 0; in r600_fetch_tess_io_info()
3011 gds.dst_sel_x = 7; in r600_emit_tess_factor()
6572 tex.dst_sel_x = 0; in tgsi_interp_egcm()
6898 vtx.dst_sel_x = (inst->Dst[0].Register.WriteMask & 1) ? 0 : 7; /* SEL_X */ in do_vtx_fetch_inst()
[all …]
Dr600_asm.c1521 bc->bytecode[id++] = S_SQ_VTX_WORD1_DST_SEL_X(vtx->dst_sel_x) | in r600_bytecode_vtx_build()
1557 S_SQ_TEX_WORD1_DST_SEL_X(tex->dst_sel_x) | in r600_bytecode_tex_build()
2266 o += print_swizzle(tex->dst_sel_x); in r600_bytecode_disasm()
2314 o += print_swizzle(vtx->dst_sel_x); in r600_bytecode_disasm()
2355 o += print_swizzle(gds->dst_sel_x); in r600_bytecode_disasm()
2634 vtx.dst_sel_x = desc->swizzle[0]; in r600_create_vertex_fetch_shader()
Deg_asm.c250 bc->bytecode[id++] = S_SQ_MEM_GDS_WORD2_DST_SEL_X(gds->dst_sel_x) | in eg_bytecode_gds_build()