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:drawctxt_id
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libdrm/freedreno/kgsl/
H
A
D
msm_kgsl.h
249
*
drawctxt_id
must have been created with IOCTL_KGSL_DRAWCTXT_CREATE
258
unsigned int
drawctxt_id
;
member
310
unsigned int
drawctxt_id
; /*output param */
member
318
unsigned int
drawctxt_id
;
member
410
unsigned int
drawctxt_id
;
member
435
unsigned int
drawctxt_id
;
member
H
A
D
kgsl_pipe.c
100
.
drawctxt_id
= kgsl_pipe->
drawctxt_id
,
in kgsl_pipe_destroy()
103
if (kgsl_pipe->
drawctxt_id
)
in kgsl_pipe_destroy()
247
kgsl_pipe->
drawctxt_id
= req.
drawctxt_id
;
in kgsl_pipe_new()
H
A
D
kgsl_ringbuffer.c
125
.
drawctxt_id
= kgsl_pipe->
drawctxt_id
,
in kgsl_ringbuffer_flush()
H
A
D
kgsl_priv.h
49
uint32_t
drawctxt_id
;
member
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
msm_kgsl.h
546
*
drawctxt_id
must have been created with IOCTL_KGSL_DRAWCTXT_CREATE
558
unsigned int
drawctxt_id
;
member
611
unsigned int
drawctxt_id
; /*output param */
member
619
unsigned int
drawctxt_id
;
member
712
unsigned int
drawctxt_id
;
member
751
unsigned int
drawctxt_id
;
member
H
A
D
tu_kgsl.c
56
*queue_id = req.
drawctxt_id
;
in tu_drm_submitqueue_new()
65
.
drawctxt_id
= queue_id,
in tu_drm_submitqueue_close()
Completed in 7 milliseconds