Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h81 unsigned dst_sel_y; member
112 unsigned dst_sel_y; member
148 unsigned dst_sel_y; member
Dr700_asm.c149 S_SQ_MEM_RD_WORD1_DST_SEL_Y(mem->dst_sel_y) | in r700_bytecode_fetch_mem_build()
Dr600_asm.c1459 (ttex->dst_sel_x < 4 || ttex->dst_sel_y < 4 || in r600_bytecode_add_tex()
1566 S_SQ_VTX_WORD1_DST_SEL_Y(vtx->dst_sel_y) | in r600_bytecode_vtx_build()
1602 S_SQ_TEX_WORD1_DST_SEL_Y(tex->dst_sel_y) | in r600_bytecode_tex_build()
2326 o += print_swizzle(tex->dst_sel_y); in r600_bytecode_disasm()
2374 o += print_swizzle(vtx->dst_sel_y); in r600_bytecode_disasm()
2430 o += print_swizzle(gds->dst_sel_y); in r600_bytecode_disasm()
2725 vtx.dst_sel_y = desc->swizzle[1]; in r600_create_vertex_fetch_shader()
Dr600_shader.c1456 vtx.dst_sel_y = 1; in load_sample_position()
1502 vtx.dst_sel_y = 7; /* SEL_Y */ in eg_load_helper_invocation()
1575 vtx.dst_sel_y = 1; in load_block_grid_size()
1666 vtx.dst_sel_y = tgsi_src->Register.SwizzleY; in tgsi_src()
1851 vtx.dst_sel_y = 1; /* SEL_Y */ in tgsi_fetch_rel_const()
1968 vtx.dst_sel_y = 1; /* SEL_Y */ in fetch_gs_input()
2632 vtx.dst_sel_y = 1; in generate_gs_copy_shader()
2994 vtx.dst_sel_y = 1; in r600_fetch_tess_io_info()
3022 vtx.dst_sel_y = 1; in r600_fetch_tess_io_info()
3336 gds.dst_sel_y = 7; in r600_emit_tess_factor()
[all …]
Deg_asm.c253 S_SQ_MEM_GDS_WORD2_DST_SEL_Y(gds->dst_sel_y) | in eg_bytecode_gds_build()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp663 tex.dst_sel_y = tex_instr.dest_swizzle(1); in visit()
681 tex.dst_sel_y < 4 && in visit()
750 vtx.dst_sel_y = fetch_instr.swz(1); /* SEL_Y */ in visit()
875 gds.dst_sel_y = 7; in visit()
899 gds.dst_sel_y = 7; in visit()
914 gds.dst_sel_y = 7; in visit()