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:memlayout
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_image.c
50
image->
memlayout
= PVR_MEMLAYOUT_LINEAR;
in pvr_image_init_memlayout()
52
image->
memlayout
= PVR_MEMLAYOUT_3DTWIDDLED;
in pvr_image_init_memlayout()
54
image->
memlayout
= PVR_MEMLAYOUT_TWIDDLED;
in pvr_image_init_memlayout()
57
image->
memlayout
= PVR_MEMLAYOUT_LINEAR;
in pvr_image_init_memlayout()
64
assert(image->
memlayout
!= PVR_MEMLAYOUT_UNDEFINED);
in pvr_image_init_physical_extent()
68
image->
memlayout
== PVR_MEMLAYOUT_TWIDDLED ||
in pvr_image_init_physical_extent()
69
image->
memlayout
== PVR_MEMLAYOUT_3DTWIDDLED) {
in pvr_image_init_physical_extent()
78
assert(image->
memlayout
== PVR_MEMLAYOUT_LINEAR);
in pvr_image_init_physical_extent()
291
info.mem_layout = image->
memlayout
;
in pvr_CreateImageView()
H
A
D
pvr_job_common.c
223
reg.
memlayout
= PVRX(PBESTATE_MEMLAYOUT_TWIDDLE_2D);
in pvr_pbe_pack_state()
227
reg.
memlayout
= PVRX(PBESTATE_MEMLAYOUT_TWIDDLE_3D);
in pvr_pbe_pack_state()
232
reg.
memlayout
= PVRX(PBESTATE_MEMLAYOUT_LINEAR);
in pvr_pbe_pack_state()
H
A
D
pvr_private.h
329
enum pvr_memlayout
memlayout
;
member
H
A
D
pvr_cmd_buffer.c
767
surface_params.mem_layout = image->
memlayout
;
in pvr_setup_pbe_state()
1009
job->depth_memlayout = image->
memlayout
;
in pvr_sub_cmd_gfx_job_init()
/third_party/ltp/testcases/kernel/kvm/
H
A
D
bootstrap_x86_64.S
65
.section .init.
memlayout
, "ax"
H
A
D
bootstrap_x86.S
59
.section .init.
memlayout
, "ax"
Completed in 12 milliseconds