Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:symbol_offset
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_rgp_elf_object_pack.c
234
uint32_t
symbol_offset
= 0;
in ac_rgp_file_write_elf_text()
local
244
symbol_offset
+= code_offset;
in ac_rgp_file_write_elf_text()
256
rgp_shader_data->elf_symbol_offset =
symbol_offset
;
in ac_rgp_file_write_elf_text()
262
symbol_offset
+= rgp_shader_data->code_size;
in ac_rgp_file_write_elf_text()
263
uint32_t align = ALIGN(
symbol_offset
, 256) -
symbol_offset
;
in ac_rgp_file_write_elf_text()
266
*text_size =
symbol_offset
+ align;
in ac_rgp_file_write_elf_text()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
evergreen_compute.c
358
uint64_t
symbol_offset
)
in r600_shader_binary_config_start()
362
if (binary->global_symbol_offsets[i] ==
symbol_offset
) {
in r600_shader_binary_config_start()
372
uint64_t
symbol_offset
,
in r600_shader_binary_read_config()
377
r600_shader_binary_config_start(binary,
symbol_offset
);
in r600_shader_binary_read_config()
356
r600_shader_binary_config_start( const struct r600_shader_binary *binary, uint64_t
symbol_offset
)
r600_shader_binary_config_start()
argument
370
r600_shader_binary_read_config(const struct r600_shader_binary *binary, struct r600_bytecode *bc, uint64_t
symbol_offset
, boolean *use_kill)
r600_shader_binary_read_config()
argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_compute.c
60
uint64_t
symbol_offset
)
in si_compute_get_code_object()
83
if (
symbol_offset
+ sizeof(amd_kernel_code_t) > size)
in si_compute_get_code_object()
86
result = (const amd_kernel_code_t *)(text +
symbol_offset
);
in si_compute_get_code_object()
59
si_compute_get_code_object(const struct si_compute *program, uint64_t
symbol_offset
)
si_compute_get_code_object()
argument
Completed in 5 milliseconds