Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h82 unsigned dst_sel_z; member
113 unsigned dst_sel_z; member
149 unsigned dst_sel_z; member
Dr700_asm.c151 S_SQ_MEM_RD_WORD1_DST_SEL_Z(mem->dst_sel_z) | in r700_bytecode_fetch_mem_build()
Dr600_asm.c1455 ttex->dst_sel_z < 4 || ttex->dst_sel_w < 4)) { in r600_bytecode_add_tex()
1562 S_SQ_VTX_WORD1_DST_SEL_Z(vtx->dst_sel_z) | in r600_bytecode_vtx_build()
1598 S_SQ_TEX_WORD1_DST_SEL_Z(tex->dst_sel_z) | in r600_bytecode_tex_build()
2322 o += print_swizzle(tex->dst_sel_z); in r600_bytecode_disasm()
2370 o += print_swizzle(vtx->dst_sel_z); in r600_bytecode_disasm()
2426 o += print_swizzle(gds->dst_sel_z); in r600_bytecode_disasm()
2720 vtx.dst_sel_z = desc->swizzle[2]; in r600_create_vertex_fetch_shader()
Dr600_shader.c1452 vtx.dst_sel_z = 2; in load_sample_position()
1498 vtx.dst_sel_z = 7; /* SEL_Z */ in eg_load_helper_invocation()
1571 vtx.dst_sel_z = 2; in load_block_grid_size()
1662 vtx.dst_sel_z = tgsi_src->Register.SwizzleZ; in tgsi_src()
1847 vtx.dst_sel_z = 2; /* SEL_Z */ in tgsi_fetch_rel_const()
1964 vtx.dst_sel_z = 2; /* SEL_Z */ in fetch_gs_input()
2628 vtx.dst_sel_z = 2; in generate_gs_copy_shader()
2990 vtx.dst_sel_z = 2; in r600_fetch_tess_io_info()
3018 vtx.dst_sel_z = 2; in r600_fetch_tess_io_info()
3332 gds.dst_sel_z = 7; in r600_emit_tess_factor()
[all …]
Deg_asm.c254 S_SQ_MEM_GDS_WORD2_DST_SEL_Z(gds->dst_sel_z) | in eg_bytecode_gds_build()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp690 tex.dst_sel_z = tex_instr.dest_swizzle(2); in emit_tex()
758 vtx.dst_sel_z = fetch_instr.swz(2); /* SEL_Z */ in emit_vtx()
880 gds.dst_sel_z = 7; in emit_gds()
904 gds.dst_sel_z = 7; in emit_tf_write()
919 gds.dst_sel_z = 7; in emit_tf_write()