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:vmw_res_func
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_resource_priv.h
58
* struct
vmw_res_func
- members and functions common for a resource type
82
struct
vmw_res_func
{
struct
111
* @res_func: struct
vmw_res_func
as described above.
119
const struct
vmw_res_func
res_func;
142
const struct
vmw_res_func
*func);
H
A
D
vmwgfx_context.c
75
static const struct
vmw_res_func
vmw_legacy_context_func = {
87
static const struct
vmw_res_func
vmw_gb_context_func = {
101
static const struct
vmw_res_func
vmw_dx_context_func = {
H
A
D
vmwgfx_resource.c
214
const struct
vmw_res_func
*func)
in vmw_resource_init()
400
const struct
vmw_res_func
*func = res->func;
in vmw_resource_do_validate()
658
const struct
vmw_res_func
*func = res->func;
in vmw_resource_do_evict()
H
A
D
vmwgfx_streamoutput.c
65
static const struct
vmw_res_func
vmw_dx_streamoutput_func = {
H
A
D
vmwgfx_shader.c
94
static const struct
vmw_res_func
vmw_gb_shader_func = {
108
static const struct
vmw_res_func
vmw_dx_shader_func = {
H
A
D
vmwgfx_cotable.c
117
static const struct
vmw_res_func
vmw_cotable_func = {
H
A
D
vmwgfx_so.c
81
static const struct
vmw_res_func
vmw_view_func = {
H
A
D
vmwgfx_drv.h
138
struct
vmw_res_func
;
182
const struct
vmw_res_func
*func;
H
A
D
vmwgfx_surface.c
132
static const struct
vmw_res_func
vmw_legacy_surface_func = {
146
static const struct
vmw_res_func
vmw_gb_surface_func = {
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_resource_priv.h
58
* struct
vmw_res_func
- members and functions common for a resource type
83
struct
vmw_res_func
{
struct
113
* @res_func: struct
vmw_res_func
as described above.
121
const struct
vmw_res_func
res_func;
144
const struct
vmw_res_func
*func);
H
A
D
vmwgfx_context.c
74
static const struct
vmw_res_func
vmw_legacy_context_func = {
87
static const struct
vmw_res_func
vmw_gb_context_func = {
102
static const struct
vmw_res_func
vmw_dx_context_func = {
H
A
D
vmwgfx_resource.c
216
const struct
vmw_res_func
*func)
in vmw_resource_init()
368
const struct
vmw_res_func
*func = res->func;
in vmw_resource_do_validate()
629
const struct
vmw_res_func
*func = res->func;
in vmw_resource_do_evict()
H
A
D
vmwgfx_streamoutput.c
64
static const struct
vmw_res_func
vmw_dx_streamoutput_func = {
H
A
D
vmwgfx_so.c
83
static const struct
vmw_res_func
vmw_view_func = {
H
A
D
vmwgfx_shader.c
90
static const struct
vmw_res_func
vmw_gb_shader_func = {
105
static const struct
vmw_res_func
vmw_dx_shader_func = {
H
A
D
vmwgfx_cotable.c
132
static const struct
vmw_res_func
vmw_cotable_func = {
H
A
D
vmwgfx_drv.h
136
struct
vmw_res_func
;
184
const struct
vmw_res_func
*func;
H
A
D
vmwgfx_surface.c
127
static const struct
vmw_res_func
vmw_legacy_surface_func = {
142
static const struct
vmw_res_func
vmw_gb_surface_func = {
Completed in 25 milliseconds