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:num_subres
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_surface.c
75
* @
num_subres
: Number of subresources.
81
u32
num_subres
;
member
1732
if (WARN_ON(loc_start->sub_resource >= dirty->
num_subres
))
in vmw_subres_dirty_add()
1814
for (sub_res = 0; sub_res < dirty->
num_subres
; ++sub_res)
in vmw_surface_tex_dirty_range_add()
1901
for (i = 0; i < dirty->
num_subres
; ++i) {
in vmw_surface_dirty_sync()
1919
for (i = 0; i < dirty->
num_subres
; ++i) {
in vmw_surface_dirty_sync()
1951
dirty->
num_subres
);
in vmw_surface_dirty_sync()
1966
u32
num_subres
;
in vmw_surface_dirty_alloc()
local
1984
num_subres
= num_layers * num_mip;
in vmw_surface_dirty_alloc()
1985
dirty_size = struct_size(dirty, boxes,
num_subres
);
in vmw_surface_dirty_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_surface.c
74
* @
num_subres
: Number of subresources.
79
u32
num_subres
;
member
1679
if (WARN_ON(loc_start->sub_resource >= dirty->
num_subres
))
in vmw_subres_dirty_add()
1761
for (sub_res = 0; sub_res < dirty->
num_subres
; ++sub_res)
in vmw_surface_tex_dirty_range_add()
1847
for (i = 0; i < dirty->
num_subres
; ++i) {
in vmw_surface_dirty_sync()
1865
for (i = 0; i < dirty->
num_subres
; ++i) {
in vmw_surface_dirty_sync()
1897
dirty->
num_subres
);
in vmw_surface_dirty_sync()
1912
u32
num_subres
;
in vmw_surface_dirty_alloc()
local
1926
num_subres
= num_layers * num_mip;
in vmw_surface_dirty_alloc()
1927
dirty_size = struct_size(dirty, boxes,
num_subres
);
in vmw_surface_dirty_alloc()
[all...]
Completed in 6 milliseconds