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:stride_b
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/egl/drivers/dri2/
H
A
D
platform_x11.c
157
int
stride_b
= dri2_surf->bytes_per_pixel * w;
in swrastPutImage()
local
158
size_t size = (hdr_len +
stride_b
* h) >> 2;
in swrastPutImage()
177
h *
stride_b
, (const uint8_t *)data);
in swrastPutImage()
180
int num_lines = ((max_req_len << 2) - hdr_len) /
stride_b
;
in swrastPutImage()
187
this_lines *
stride_b
, ((const uint8_t *)data + y_start *
stride_b
));
in swrastPutImage()
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common_x11.c
1301
int
stride_b
= image->base.row_pitches[0];
in x11_present_to_x11_sw()
local
1302
size_t size = (hdr_len +
stride_b
* chain->extent.height) >> 2;
in x11_present_to_x11_sw()
1317
int num_lines = ((max_req_len << 2) - hdr_len) /
stride_b
;
in x11_present_to_x11_sw()
1328
this_lines *
stride_b
,
in x11_present_to_x11_sw()
1329
(const uint8_t *)myptr + (y_start *
stride_b
));
in x11_present_to_x11_sw()
Completed in 6 milliseconds