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:width_shift
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H
A
D
esextcFragmentShadingRateTests.cpp
69
deUint32
width_shift
; // 0, 1, 2
in packShadingRate()
local
75
width_shift
= 0;
in packShadingRate()
79
width_shift
= 0;
in packShadingRate()
83
width_shift
= 0;
in packShadingRate()
87
width_shift
= 1;
in packShadingRate()
91
width_shift
= 1;
in packShadingRate()
95
width_shift
= 1;
in packShadingRate()
99
width_shift
= 2;
in packShadingRate()
103
width_shift
= 2;
in packShadingRate()
107
width_shift
in packShadingRate()
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_helpers.h
38
int
width_shift
;
member
H
A
D
dri2.c
939
templ.width0 = width >> map->planes[i].
width_shift
;
in dri2_create_image_from_winsys()
/third_party/ffmpeg/libavcodec/
H
A
D
truemotion1.c
314
int
width_shift
= 0;
in truemotion1_decode_header()
local
401
width_shift
= 1;
in truemotion1_decode_header()
405
s->w >>=
width_shift
;
in truemotion1_decode_header()
414
s->avctx->sample_aspect_ratio = (AVRational){ 1 <<
width_shift
, 1 };
in truemotion1_decode_header()
430
s->mb_change_bits_row_size = ((s->avctx->width >> (2 -
width_shift
)) + 7) >> 3;
in truemotion1_decode_header()
Completed in 6 milliseconds