Searched refs:src_rel (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/engine/flutter/tools/fuchsia/ |
D | gather_flutter_runner_artifacts.py | 61 for src_rel, dst_rel in _ARTIFACT_PATH_TO_DST.iteritems(): 62 src_full = os.path.join(src_root, src_rel)
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 77 unsigned src_rel; member 128 unsigned src_rel; member 140 unsigned src_rel; member
|
D | r700_asm.c | 140 S_SQ_MEM_RD_WORD0_SRC_REL(mem->src_rel) | in r700_bytecode_fetch_mem_build()
|
D | eg_asm.c | 238 S_SQ_MEM_GDS_WORD0_SRC_REL(gds->src_rel) | in eg_bytecode_gds_build()
|
D | r600_asm.c | 1676 S_SQ_TEX_WORD0_SRC_REL(tex->src_rel); in r600_bytecode_tex_build()
|
D | r600_shader.c | 8532 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/ |
D | sb_bc_builder.cpp | 513 .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()
|
D | sb_bc_decoder.cpp | 448 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()
|
D | sb_bc_dump.cpp | 498 print_sel(s, n.bc.src_gpr, n.bc.src_rel, INDEX_LOOP, 0); in dump()
|
D | sb_bc.h | 577 unsigned src_rel:1; member
|
D | sb_bc_parser.cpp | 642 if (n->bc.src_rel || n->bc.dst_rel) in decode_fetch_clause()
|
/third_party/libbpf/src/ |
D | linker.c | 2006 Elf64_Rel *src_rel, *dst_rel; in linker_append_elf_relos() local 2048 src_rel = src_sec->data->d_buf; in linker_append_elf_relos() 2051 for (j = 0; j < n; j++, src_rel++, dst_rel++) { in linker_append_elf_relos() 2052 size_t src_sym_idx = ELF64_R_SYM(src_rel->r_info); in linker_append_elf_relos() 2053 size_t sym_type = ELF64_R_TYPE(src_rel->r_info); in linker_append_elf_relos() 2057 src_sym_idx = ELF64_R_SYM(src_rel->r_info); in linker_append_elf_relos() 2063 sym_type = ELF64_R_TYPE(src_rel->r_info); in linker_append_elf_relos()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 371 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()
|