Home
last modified time | relevance | path

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

/third_party/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.c1460 ttex->dst_sel_z < 4 || ttex->dst_sel_w < 4)) { in r600_bytecode_add_tex()
1568 S_SQ_VTX_WORD1_DST_SEL_W(vtx->dst_sel_w) | in r600_bytecode_vtx_build()
1604 S_SQ_TEX_WORD1_DST_SEL_W(tex->dst_sel_w) | in r600_bytecode_tex_build()
2328 o += print_swizzle(tex->dst_sel_w); in r600_bytecode_disasm()
2376 o += print_swizzle(vtx->dst_sel_w); in r600_bytecode_disasm()
2432 o += print_swizzle(gds->dst_sel_w); in r600_bytecode_disasm()
2727 vtx.dst_sel_w = desc->swizzle[3]; in r600_create_vertex_fetch_shader()
Dr600_shader.c1458 vtx.dst_sel_w = 3; in load_sample_position()
1504 vtx.dst_sel_w = 7; /* SEL_W */ in eg_load_helper_invocation()
1577 vtx.dst_sel_w = 7; in load_block_grid_size()
1668 vtx.dst_sel_w = tgsi_src->Register.SwizzleW; in tgsi_src()
1853 vtx.dst_sel_w = 3; /* SEL_W */ in tgsi_fetch_rel_const()
1970 vtx.dst_sel_w = 3; /* SEL_W */ in fetch_gs_input()
2634 vtx.dst_sel_w = 3; in generate_gs_copy_shader()
2996 vtx.dst_sel_w = 3; in r600_fetch_tess_io_info()
3024 vtx.dst_sel_w = 3; in r600_fetch_tess_io_info()
3338 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()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp665 tex.dst_sel_w = tex_instr.dest_swizzle(3); in visit()
683 tex.dst_sel_w < 4) in visit()
752 vtx.dst_sel_w = fetch_instr.swz(3); /* SEL_W */ in visit()
877 gds.dst_sel_w = 7; in visit()
901 gds.dst_sel_w = 7; in visit()
916 gds.dst_sel_w = 7; in visit()