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:srv_flags
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H
A
D
pvr_srv_bo.c
49
uint64_t
srv_flags
,
in pvr_srv_alloc_display_pmr()
73
srv_flags
,
in pvr_srv_alloc_display_pmr()
127
uint64_t
srv_flags
= PVR_SRV_MEMALLOCFLAG_GPU_READABLE |
in pvr_srv_get_alloc_flags()
local
133
srv_flags
|= PVR_SRV_MEMALLOCFLAG_CPU_READABLE |
in pvr_srv_get_alloc_flags()
138
srv_flags
|= PVR_SRV_MEMALLOCFLAG_GPU_UNCACHED;
in pvr_srv_get_alloc_flags()
140
srv_flags
|= PVR_SRV_MEMALLOCFLAG_GPU_CACHE_INCOHERENT;
in pvr_srv_get_alloc_flags()
143
srv_flags
|= PVR_SRV_MEMALLOCFLAG_DEVICE_FLAG(PM_FW_PROTECT);
in pvr_srv_get_alloc_flags()
146
srv_flags
|= PVR_SRV_MEMALLOCFLAG_ZERO_ON_ALLOC;
in pvr_srv_get_alloc_flags()
148
return
srv_flags
;
in pvr_srv_get_alloc_flags()
158
const uint64_t
srv_flags
in pvr_srv_winsys_buffer_create()
local
47
pvr_srv_alloc_display_pmr(struct pvr_srv_winsys *srv_ws, uint64_t size, uint64_t
srv_flags
, void **const pmr_out, uint32_t *const handle_out)
pvr_srv_alloc_display_pmr()
argument
233
static const uint64_t
srv_flags
=
pvr_srv_winsys_buffer_create_from_fd()
local
506
const uint64_t
srv_flags
= srv_bo->flags &
pvr_srv_winsys_vma_map()
local
[all...]
Completed in 2 milliseconds