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:usc_vma
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/winsys/
H
A
D
pvr_winsys_helper.c
276
struct pvr_winsys_vma *
usc_vma
;
in pvr_winsys_helper_allocate_static_memory()
local
305
&
usc_vma
);
in pvr_winsys_helper_allocate_static_memory()
311
*usc_vma_out =
usc_vma
;
in pvr_winsys_helper_allocate_static_memory()
327
struct pvr_winsys_vma *const
usc_vma
)
in pvr_winsys_helper_free_static_memory()
329
pvr_buffer_destroy_and_unmap(
usc_vma
);
in pvr_winsys_helper_free_static_memory()
378
struct pvr_winsys_vma *const
usc_vma
)
in pvr_winsys_helper_fill_static_memory()
393
usc_ptr = ws->ops->buffer_map(
usc_vma
->bo);
in pvr_winsys_helper_fill_static_memory()
402
usc_vma
->heap->static_data_offsets.vdm_sync);
in pvr_winsys_helper_fill_static_memory()
409
ws->ops->buffer_unmap(
usc_vma
->bo);
in pvr_winsys_helper_fill_static_memory()
324
pvr_winsys_helper_free_static_memory( struct pvr_winsys_vma *const general_vma, struct pvr_winsys_vma *const pds_vma, struct pvr_winsys_vma *const
usc_vma
)
pvr_winsys_helper_free_static_memory()
argument
375
pvr_winsys_helper_fill_static_memory(struct pvr_winsys *const ws, struct pvr_winsys_vma *const general_vma, struct pvr_winsys_vma *const pds_vma, struct pvr_winsys_vma *const
usc_vma
)
pvr_winsys_helper_fill_static_memory()
argument
H
A
D
pvr_winsys_helper.h
77
struct pvr_winsys_vma *const
usc_vma
);
83
struct pvr_winsys_vma *const
usc_vma
);
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H
A
D
pvr_srv.c
268
&srv_ws->
usc_vma
);
in pvr_srv_memctx_init()
275
srv_ws->
usc_vma
);
in pvr_srv_memctx_init()
284
srv_ws->
usc_vma
);
in pvr_srv_memctx_init()
315
srv_ws->
usc_vma
);
in pvr_srv_memctx_finish()
H
A
D
pvr_srv.h
95
struct pvr_winsys_vma *
usc_vma
;
member
Completed in 3 milliseconds