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:buffer_stride
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dvx_meta_common.c
533
uint32_t
buffer_stride
= width * cpp;
in emit_copy_layer_to_buffer_per_tile_list()
local
535
height *
buffer_stride
* layer_offset;
in emit_copy_layer_to_buffer_per_tile_list()
543
buffer_offset,
buffer_stride
, msaa, format);
in emit_copy_layer_to_buffer_per_tile_list()
1084
uint32_t
buffer_stride
= width * cpp;
in emit_copy_buffer_to_layer_per_tile_list()
local
1086
buffer->mem_offset + region->bufferOffset + height *
buffer_stride
* layer;
in emit_copy_buffer_to_layer_per_tile_list()
1095
buffer_offset,
buffer_stride
, format);
in emit_copy_buffer_to_layer_per_tile_list()
H
A
D
v3dv_meta_copy.c
1380
const uint32_t
buffer_stride
= width * image->cpp;
in copy_buffer_to_image_tfu()
local
1390
height *
buffer_stride
* i;
in copy_buffer_to_image_tfu()
2682
uint32_t
buffer_stride
= buffer_width * image->cpp;
in copy_buffer_to_image_cpu()
local
2683
uint32_t buffer_layer_stride =
buffer_stride
* buffer_height;
in copy_buffer_to_image_cpu()
2701
job->cpu.copy_buffer_to_image.
buffer_stride
=
buffer_stride
;
in copy_buffer_to_image_cpu()
H
A
D
v3dv_private.h
1023
uint32_t
buffer_stride
;
member
H
A
D
v3dv_queue.c
392
src_ptr + src_offset, info->
buffer_stride
,
in handle_copy_buffer_to_image_cpu_job()
/third_party/ffmpeg/libavcodec/
H
A
D
diracdec.c
225
int
buffer_stride
;
member
332
if (s->
buffer_stride
>= stride)
in alloc_buffers()
334
s->
buffer_stride
= 0;
in alloc_buffers()
349
s->
buffer_stride
= stride;
in alloc_buffers()
376
s->
buffer_stride
= 0;
in free_sequence_buffers()
Completed in 18 milliseconds