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:ceilPow2
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrResourceProvider.cpp
257
int
ceilPow2
= SkNextPow2(value);
in MakeApprox()
259
return
ceilPow2
;
in MakeApprox()
262
int floorPow2 =
ceilPow2
>> 1;
in MakeApprox()
268
return
ceilPow2
;
in MakeApprox()
569
size_t
ceilPow2
= GrNextSizePow2(allocSize);
in createBuffer()
local
570
size_t floorPow2 =
ceilPow2
>> 1;
in createBuffer()
572
allocSize = (allocSize <= mid) ? mid :
ceilPow2
;
in createBuffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H
A
D
mathutil.h
38
inline unsigned int
ceilPow2
(unsigned int x)
in ceilPow2()
function
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H
A
D
LRUCache.hpp
96
size =
ceilPow2
(n);
in LRUCache()
H
A
D
Renderer.cpp
2134
unitCount =
ceilPow2
(threadCount);
in initializeThreads()
2135
clusterCount =
ceilPow2
(threadCount);
in initializeThreads()
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
PoolAlloc.cpp
191
mAlignment = gl::
ceilPow2
(static_cast<unsigned int>(mAlignment));
in initialize()
H
A
D
mathutil.h
53
inline unsigned int
ceilPow2
(unsigned int x)
in ceilPow2()
function
/third_party/skia/third_party/externals/swiftshader/src/Common/
H
A
D
Math.hpp
219
inline int
ceilPow2
(int x)
in ceilPow2()
function
/third_party/skia/third_party/externals/swiftshader/src/System/
H
A
D
Math.hpp
187
inline int
ceilPow2
(int x)
in ceilPow2()
function
Completed in 10 milliseconds