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:staged_cmd_res
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_execbuf.c
1935
size, &sw_context->
staged_cmd_res
);
in vmw_cmd_shader_define()
1972
cmd->body.type, &sw_context->
staged_cmd_res
);
in vmw_cmd_shader_destroy()
2460
&sw_context->
staged_cmd_res
);
in vmw_cmd_dx_view_define()
2619
&sw_context->
staged_cmd_res
, &view);
in vmw_cmd_dx_view_remove()
2662
&sw_context->
staged_cmd_res
);
in vmw_cmd_dx_define_shader()
2685
&sw_context->
staged_cmd_res
);
in vmw_cmd_dx_destroy_shader()
2983
&sw_context->
staged_cmd_res
);
in vmw_cmd_dx_define_streamoutput()
3019
&sw_context->
staged_cmd_res
);
in vmw_cmd_dx_destroy_streamoutput()
4111
INIT_LIST_HEAD(&sw_context->
staged_cmd_res
);
in vmw_execbuf_process()
4224
vmw_cmdbuf_res_commit(&sw_context->
staged_cmd_res
);
in vmw_execbuf_process()
[all...]
H
A
D
vmwgfx_drv.h
407
* @
staged_cmd_res
: List of staged command buffer managed resources in this
432
struct list_head
staged_cmd_res
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_execbuf.c
1931
size, &sw_context->
staged_cmd_res
);
in vmw_cmd_shader_define()
1968
cmd->body.type, &sw_context->
staged_cmd_res
);
in vmw_cmd_shader_destroy()
2498
&sw_context->
staged_cmd_res
);
in vmw_cmd_dx_view_define()
2659
&sw_context->
staged_cmd_res
, &view);
in vmw_cmd_dx_view_remove()
2704
&sw_context->
staged_cmd_res
);
in vmw_cmd_dx_define_shader()
2727
&sw_context->
staged_cmd_res
);
in vmw_cmd_dx_destroy_shader()
3027
&sw_context->
staged_cmd_res
);
in vmw_cmd_dx_define_streamoutput()
3063
&sw_context->
staged_cmd_res
);
in vmw_cmd_dx_destroy_streamoutput()
4164
INIT_LIST_HEAD(&sw_context->
staged_cmd_res
);
in vmw_execbuf_process()
4277
vmw_cmdbuf_res_commit(&sw_context->
staged_cmd_res
);
in vmw_execbuf_process()
[all...]
H
A
D
vmwgfx_drv.h
411
* @
staged_cmd_res
: List of staged command buffer managed resources in this
436
struct list_head
staged_cmd_res
;
member
Completed in 16 milliseconds