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:drm_intel_decode
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libdrm/intel/
H
A
D
intel_decode.c
38
/* Struct for tracking
drm_intel_decode
state. */
39
struct
drm_intel_decode
{
struct
111
instr_out(struct
drm_intel_decode
*ctx, unsigned int index,
in instr_out()
141
decode_MI_SET_CONTEXT(struct
drm_intel_decode
*ctx)
in decode_MI_SET_CONTEXT()
157
decode_MI_WAIT_FOR_EVENT(struct
drm_intel_decode
*ctx)
in decode_MI_WAIT_FOR_EVENT()
225
decode_mi(struct
drm_intel_decode
*ctx)
in decode_mi()
237
int (*func)(struct
drm_intel_decode
*ctx);
in decode_mi()
375
decode_2d_br00(struct
drm_intel_decode
*ctx, const char *cmd)
in decode_2d_br00()
387
decode_2d_br01(struct
drm_intel_decode
*ctx)
in decode_2d_br01()
419
decode_2d(struct
drm_intel_decode
*ct
3896
drm_intel_decode
(struct
drm_intel_decode
*ctx)
drm_intel_decode()
function
[all...]
H
A
D
test_decode.c
71
dump_batch(struct
drm_intel_decode
*ctx, const char *batch_filename)
in dump_batch()
82
drm_intel_decode
(ctx);
in dump_batch()
86
compare_batch(struct
drm_intel_decode
*ctx, const char *batch_filename)
in compare_batch()
119
drm_intel_decode
(ctx);
in compare_batch()
172
struct
drm_intel_decode
*ctx;
in main()
H
A
D
intel_bufmgr.h
269
struct
drm_intel_decode
*drm_intel_decode_context_alloc(uint32_t devid);
270
void drm_intel_decode_context_free(struct
drm_intel_decode
*ctx);
271
void drm_intel_decode_set_batch_pointer(struct
drm_intel_decode
*ctx,
274
void drm_intel_decode_set_dump_past_end(struct
drm_intel_decode
*ctx,
276
void drm_intel_decode_set_head_tail(struct
drm_intel_decode
*ctx,
278
void drm_intel_decode_set_output_file(struct
drm_intel_decode
*ctx, FILE *out);
279
void
drm_intel_decode
(struct
drm_intel_decode
*ctx);
Completed in 3 milliseconds