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:urb_stages
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/intel/tools/
H
A
D
aubinator_viewer_decoder.cpp
755
ctx->display_urb(ctx->user_data, ctx->
urb_stages
);
in decode_3dprimitive()
768
ctx->
urb_stages
[ctx->stage].start = iter.raw_value * 8192;
in handle_urb()
770
ctx->
urb_stages
[ctx->stage].size = (iter.raw_value + 1) * 64;
in handle_urb()
772
ctx->
urb_stages
[ctx->stage].n_entries = iter.raw_value;
in handle_urb()
776
ctx->end_urb_offset = MAX2(ctx->
urb_stages
[ctx->stage].start +
in handle_urb()
777
ctx->
urb_stages
[ctx->stage].n_entries *
in handle_urb()
778
ctx->
urb_stages
[ctx->stage].size,
in handle_urb()
795
ctx->
urb_stages
[ctx->stage].rd_offset = iter.raw_value * 32;
in handle_urb_read()
797
ctx->
urb_stages
[ctx->stage].rd_length = iter.raw_value * 32;
in handle_urb_read()
799
ctx->
urb_stages
[ct
in handle_urb_read()
[all...]
H
A
D
aubinator_viewer.h
84
struct aub_decode_urb_stage_state
urb_stages
[AUB_DECODE_N_STAGE];
member
H
A
D
aubinator_viewer.cpp
282
struct aub_decode_urb_stage_state
urb_stages
[AUB_DECODE_N_STAGE];
member
426
ARRAY_SIZE(window->
urb_stages
),
in display_urb_window()
429
&window->
urb_stages
[0]);
in display_urb_window()
456
memcpy(window->
urb_stages
, decode_ctx->
urb_stages
, sizeof(window->
urb_stages
));
in new_urb_window()
Completed in 4 milliseconds