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:memory_type
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
surface.c
841
int
memory_type
;
in vlVaCreateSurfaces2()
local
868
memory_type
= VA_SURFACE_ATTRIB_MEM_TYPE_VA;
in vlVaCreateSurfaces2()
891
memory_type
= attrib_list[i].value.value.i;
in vlVaCreateSurfaces2()
900
if (
memory_type
== VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2)
in vlVaCreateSurfaces2()
936
switch (
memory_type
) {
in vlVaCreateSurfaces2()
1000
switch (
memory_type
) {
in vlVaCreateSurfaces2()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_ureg.c
836
unsigned
memory_type
)
in ureg_DECL_memory()
838
struct ureg_src reg = ureg_src_register(TGSI_FILE_MEMORY,
memory_type
);
in ureg_DECL_memory()
840
ureg->use_memory[
memory_type
] = true;
in ureg_DECL_memory()
1772
emit_decl_memory(struct ureg_program *ureg, unsigned
memory_type
)
in emit_decl_memory()
argument
1781
out[0].decl.MemType =
memory_type
;
in emit_decl_memory()
1784
out[1].decl_range.First =
memory_type
;
in emit_decl_memory()
1785
out[1].decl_range.Last =
memory_type
;
in emit_decl_memory()
835
ureg_DECL_memory(struct ureg_program *ureg, unsigned
memory_type
)
ureg_DECL_memory()
argument
H
A
D
tgsi_ureg.h
372
ureg_DECL_memory(struct ureg_program *ureg, unsigned
memory_type
);
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_device.c
1676
mem->
memory_type
= LVP_DEVICE_MEMORY_TYPE_DEFAULT;
in lvp_AllocateMemory()
1681
mem->
memory_type
= LVP_DEVICE_MEMORY_TYPE_USER_PTR;
in lvp_AllocateMemory()
1702
mem->
memory_type
= LVP_DEVICE_MEMORY_TYPE_OPAQUE_FD;
in lvp_AllocateMemory()
1709
mem->
memory_type
= LVP_DEVICE_MEMORY_TYPE_OPAQUE_FD;
in lvp_AllocateMemory()
1744
switch(mem->
memory_type
) {
in lvp_FreeMemory()
H
A
D
lvp_private.h
216
enum lvp_device_memory_type
memory_type
;
member
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
mod.rs
1002
pub struct
memory_type
{
structure names
4400
pub fn memstat_mtl_first(list: *mut memory_type_list) -> *mut
memory_type
;
in memstat_mtl_first()
4401
pub fn memstat_mtl_next(mtp: *mut
memory_type
) -> *mut
memory_type
;
in memstat_mtl_next()
4406
) -> *mut
memory_type
;
in memstat_mtl_find()
4409
pub fn memstat_get_name(mtp: *const
memory_type
) -> *const ::c_char;
in memstat_get_name()
Completed in 27 milliseconds