Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h80 unsigned dst_sel_x; member
111 unsigned dst_sel_x; member
147 unsigned dst_sel_x; member
Dr700_asm.c148 S_SQ_MEM_RD_WORD1_DST_SEL_X(mem->dst_sel_x) | in r700_bytecode_fetch_mem_build()
Dr600_asm.c1454 (ttex->dst_sel_x < 4 || ttex->dst_sel_y < 4 || in r600_bytecode_add_tex()
1560 bc->bytecode[id++] = S_SQ_VTX_WORD1_DST_SEL_X(vtx->dst_sel_x) | in r600_bytecode_vtx_build()
1596 S_SQ_TEX_WORD1_DST_SEL_X(tex->dst_sel_x) | in r600_bytecode_tex_build()
2320 o += print_swizzle(tex->dst_sel_x); in r600_bytecode_disasm()
2368 o += print_swizzle(vtx->dst_sel_x); in r600_bytecode_disasm()
2424 o += print_swizzle(gds->dst_sel_x); in r600_bytecode_disasm()
2718 vtx.dst_sel_x = desc->swizzle[0]; in r600_create_vertex_fetch_shader()
Dr600_shader.c1450 vtx.dst_sel_x = 0; in load_sample_position()
1496 vtx.dst_sel_x = 4; in eg_load_helper_invocation()
1569 vtx.dst_sel_x = 0; in load_block_grid_size()
1660 vtx.dst_sel_x = tgsi_src->Register.SwizzleX; in tgsi_src()
1845 vtx.dst_sel_x = 0; /* SEL_X */ in tgsi_fetch_rel_const()
1962 vtx.dst_sel_x = 0; /* SEL_X */ in fetch_gs_input()
2626 vtx.dst_sel_x = 0; in generate_gs_copy_shader()
2988 vtx.dst_sel_x = 0; in r600_fetch_tess_io_info()
3016 vtx.dst_sel_x = 0; in r600_fetch_tess_io_info()
3330 gds.dst_sel_x = 7; in r600_emit_tess_factor()
[all …]
Deg_asm.c252 bc->bytecode[id++] = S_SQ_MEM_GDS_WORD2_DST_SEL_X(gds->dst_sel_x) | in eg_bytecode_gds_build()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp688 tex.dst_sel_x = tex_instr.dest_swizzle(0); in emit_tex()
756 vtx.dst_sel_x = fetch_instr.swz(0); /* SEL_X */ in emit_vtx()
878 gds.dst_sel_x = instr.dest_swizzle(0); in emit_gds()
902 gds.dst_sel_x = 7; in emit_tf_write()
917 gds.dst_sel_x = 7; in emit_tf_write()