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:dynamic_base
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/intel/tools/
H
A
D
aubinator_viewer_decoder.cpp
168
uint64_t surface_base = 0,
dynamic_base
= 0, instruction_base = 0;
in handle_state_base_address()
local
175
dynamic_base
= iter.raw_value;
in handle_state_base_address()
188
ctx->
dynamic_base
=
dynamic_base
;
in handle_state_base_address()
255
uint64_t state_addr = ctx->
dynamic_base
+ offset;
in dump_samplers()
309
uint64_t desc_addr = ctx->
dynamic_base
+ descriptor_offset;
in handle_media_interface_descriptor_load()
656
uint64_t state_addr = ctx->
dynamic_base
+ state_offset;
in decode_dynamic_state_pointers()
H
A
D
aubinator_viewer.h
79
uint64_t
dynamic_base
;
member
/third_party/mesa3d/src/intel/common/
H
A
D
intel_batch_decoder.c
219
uint64_t surface_base = 0,
dynamic_base
= 0, instruction_base = 0;
in handle_state_base_address()
local
226
dynamic_base
= iter.raw_value;
in handle_state_base_address()
239
ctx->
dynamic_base
=
dynamic_base
;
in handle_state_base_address()
348
uint64_t state_addr = ctx->
dynamic_base
+ offset;
in dump_samplers()
435
uint64_t desc_addr = ctx->
dynamic_base
+ descriptor_offset;
in handle_media_interface_descriptor_load()
905
uint64_t state_addr = ctx->
dynamic_base
+ state_offset;
in decode_dynamic_state()
930
count = update_count(ctx, ctx->
dynamic_base
+ state_offset,
in decode_dynamic_state()
931
ctx->
dynamic_base
, state->dw_length, count);
in decode_dynamic_state()
H
A
D
intel_decoder.h
249
uint64_t
dynamic_base
;
member
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_batch.c
237
batch->decoder.
dynamic_base
= IRIS_MEMZONE_DYNAMIC_START;
in iris_init_batch()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
3156
device->decoder_ctx.
dynamic_base
= DYNAMIC_STATE_POOL_MIN_ADDRESS;
in anv_CreateDevice()
Completed in 14 milliseconds