Home
last modified time | relevance | path

Searched refs:src_rel (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h77 unsigned src_rel; member
128 unsigned src_rel; member
140 unsigned src_rel; member
H A Dr700_asm.c140 S_SQ_MEM_RD_WORD0_SRC_REL(mem->src_rel) | in r700_bytecode_fetch_mem_build()
H A Deg_asm.c238 S_SQ_MEM_GDS_WORD0_SRC_REL(gds->src_rel) | in eg_bytecode_gds_build()
H A Dr600_asm.c1676 S_SQ_TEX_WORD0_SRC_REL(tex->src_rel); in r600_bytecode_tex_build()
H A Dr600_shader.c8532 tex.src_rel = ctx->src[0].rel; in tgsi_tex()
8607 alu.src[0].rel = tex.src_rel; in tgsi_tex()
8611 alu.dst.rel = tex.src_rel; in tgsi_tex()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_builder.cpp513 .SRC_REL(bc.src_rel) in build_fetch_tex()
523 .SRC_REL(bc.src_rel) in build_fetch_tex()
535 .SRC_REL(bc.src_rel) in build_fetch_tex()
618 .SRC_REL(bc.src_rel) in build_fetch_vtx()
630 .SRC_REL(bc.src_rel) in build_fetch_vtx()
719 .SRC_REL(bc.src_rel) in build_fetch_mem()
H A Dsb_bc_decoder.cpp448 bc.src_rel = w0.get_SRC_REL(); in decode_fetch()
457 bc.src_rel = w0.get_SRC_REL(); in decode_fetch()
466 bc.src_rel = w0.get_SRC_REL(); in decode_fetch()
553 bc.src_rel = w0.get_SRC_REL(); in decode_fetch_mem()
593 bc.src_rel = w0.get_SRC_REL(); in decode_fetch_vtx()
606 bc.src_rel = w0.get_SRC_REL(); in decode_fetch_vtx()
H A Dsb_bc_dump.cpp498 print_sel(s, n.bc.src_gpr, n.bc.src_rel, INDEX_LOOP, 0); in dump()
H A Dsb_bc.h577 unsigned src_rel:1; member
H A Dsb_bc_parser.cpp642 if (n->bc.src_rel || n->bc.dst_rel) in decode_fetch_clause()
/third_party/libbpf/src/
H A Dlinker.c2017 Elf64_Rel *src_rel, *dst_rel; in linker_append_elf_relos() local
2056 src_rel = src_sec->data->d_buf; in linker_append_elf_relos()
2059 for (j = 0; j < n; j++, src_rel++, dst_rel++) { in linker_append_elf_relos()
2063 src_sym_idx = ELF64_R_SYM(src_rel->r_info); in linker_append_elf_relos()
2068 sym_type = ELF64_R_TYPE(src_rel->r_info); in linker_append_elf_relos()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c371 struct sm1_src_param src_rel[4]; member
3511 sm1_read_src_param(tx, &insn->src[i], &insn->src_rel[i]); in sm1_parse_instruction()

Completed in 32 milliseconds