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:dest_stride
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
escape124.c
176
static void copy_superblock(uint16_t* dest, unsigned
dest_stride
,
in copy_superblock()
argument
182
memcpy(dest + y *
dest_stride
, src + y * src_stride,
in copy_superblock()
186
memset(dest + y *
dest_stride
, 0, sizeof(uint16_t) * 8);
in copy_superblock()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_rs.c
129
cs->RS_DEST_STRIDE = (rs->
dest_stride
<< dest_stride_shift) |
in etna_compile_rs_state()
140
cs->dest[1].offset = rs->dest_offset + rs->
dest_stride
* rs->dest_padded_height / 2;
in etna_compile_rs_state()
170
rs->source_stride == rs->
dest_stride
&&
in etna_compile_rs_state()
310
.
dest_stride
= surf->surf.stride,
in etna_rs_gen_clear_surface()
779
.
dest_stride
= dst_lev->stride,
in etna_try_rs_blit()
H
A
D
etnaviv_rs.h
53
uint32_t
dest_stride
;
member
H
A
D
etnaviv_surface.c
174
.
dest_stride
= 0x40,
in etna_create_surface()
Completed in 3 milliseconds