Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h83 unsigned dst_sel_w; member
114 unsigned dst_sel_w; member
150 unsigned dst_sel_w; member
Dr700_asm.c150 S_SQ_MEM_RD_WORD1_DST_SEL_W(mem->dst_sel_w) | in r700_bytecode_fetch_mem_build()
Dr600_asm.c1455 ttex->dst_sel_z < 4 || ttex->dst_sel_w < 4)) { in r600_bytecode_add_tex()
1563 S_SQ_VTX_WORD1_DST_SEL_W(vtx->dst_sel_w) | in r600_bytecode_vtx_build()
1599 S_SQ_TEX_WORD1_DST_SEL_W(tex->dst_sel_w) | in r600_bytecode_tex_build()
2323 o += print_swizzle(tex->dst_sel_w); in r600_bytecode_disasm()
2371 o += print_swizzle(vtx->dst_sel_w); in r600_bytecode_disasm()
2427 o += print_swizzle(gds->dst_sel_w); in r600_bytecode_disasm()
2721 vtx.dst_sel_w = desc->swizzle[3]; in r600_create_vertex_fetch_shader()
Dr600_shader.c1453 vtx.dst_sel_w = 3; in load_sample_position()
1499 vtx.dst_sel_w = 7; /* SEL_W */ in eg_load_helper_invocation()
1572 vtx.dst_sel_w = 7; in load_block_grid_size()
1663 vtx.dst_sel_w = tgsi_src->Register.SwizzleW; in tgsi_src()
1848 vtx.dst_sel_w = 3; /* SEL_W */ in tgsi_fetch_rel_const()
1965 vtx.dst_sel_w = 3; /* SEL_W */ in fetch_gs_input()
2629 vtx.dst_sel_w = 3; in generate_gs_copy_shader()
2991 vtx.dst_sel_w = 3; in r600_fetch_tess_io_info()
3019 vtx.dst_sel_w = 3; in r600_fetch_tess_io_info()
3333 gds.dst_sel_w = 7; in r600_emit_tess_factor()
[all …]
Deg_asm.c255 S_SQ_MEM_GDS_WORD2_DST_SEL_W(gds->dst_sel_w); in eg_bytecode_gds_build()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp691 tex.dst_sel_w = tex_instr.dest_swizzle(3); in emit_tex()
759 vtx.dst_sel_w = fetch_instr.swz(3); /* SEL_W */ in emit_vtx()
881 gds.dst_sel_w = 7; in emit_gds()
905 gds.dst_sel_w = 7; in emit_tf_write()
920 gds.dst_sel_w = 7; in emit_tf_write()