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:msm_cmd
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libdrm/freedreno/msm/
H
A
D
msm_ringbuffer.c
39
struct
msm_cmd
{
struct
75
DECLARE_ARRAY(struct
msm_cmd
*, cmds);
77
/* List of physical cmdstream buffers (
msm_cmd
) associated with this
98
/* maps
msm_cmd
to drm_msm_gem_submit_cmd in parent rb. Each rb has a
99
* list of
msm_cmd
's which correspond to each chunk of cmdstream in
120
static struct
msm_cmd
*current_cmd(struct fd_ringbuffer *ring)
in current_cmd()
124
return LIST_LAST_ENTRY(&msm_ring->cmd_list, struct
msm_cmd
, list);
in current_cmd()
127
static void ring_cmd_del(struct
msm_cmd
*cmd)
in ring_cmd_del()
136
static struct
msm_cmd
* ring_cmd_new(struct fd_ringbuffer *ring, uint32_t size,
in ring_cmd_new()
140
struct
msm_cmd
*cm
in ring_cmd_new()
344
struct
msm_cmd
*
msm_cmd
= msm_ring->cmds[i];
flush_reset()
local
444
struct
msm_cmd
*
msm_cmd
= msm_ring->cmds[i];
handle_stateobj_relocs()
local
487
struct
msm_cmd
*
msm_cmd
= msm_ring->cmds[i];
msm_ringbuffer_flush()
local
524
struct
msm_cmd
*
msm_cmd
= msm_ring->cmds[i];
msm_ringbuffer_flush()
local
536
struct
msm_cmd
*
msm_cmd
= msm_ring->cmds[i];
msm_ringbuffer_flush()
local
[all...]
/third_party/mesa3d/src/freedreno/drm/msm/
H
A
D
msm_ringbuffer.c
71
struct
msm_cmd
{
struct
77
static struct
msm_cmd
*
80
struct
msm_cmd
*cmd = malloc(sizeof(*cmd));
in cmd_new()
89
cmd_free(struct
msm_cmd
*cmd)
in cmd_free()
112
DECLARE_ARRAY(struct
msm_cmd
*, cmds);
116
struct
msm_cmd
*cmd; /* current cmd */
252
struct
msm_cmd
*cmd = ring->cmd;
in handle_stateobj_relocs()
Completed in 2 milliseconds