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:pot
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/tint/src/utils/
H
A
D
math.h
46
T
pot
= 1;
in MaxAlignOf()
local
48
pot
<<= 1;
in MaxAlignOf()
51
return
pot
;
in MaxAlignOf()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_texture.h
65
boolean
pot
;
member
H
A
D
sp_texture.c
169
spr->
pot
= (util_is_power_of_two_or_zero(templat->width0) &&
in softpipe_resource_create_front()
234
spr->
pot
= (util_is_power_of_two_or_zero(templat->width0) &&
in softpipe_resource_from_handle()
H
A
D
sp_tex_sample.c
3635
sview->pot2d = spr->
pot
&&
in softpipe_create_sampler_view()
/third_party/ffmpeg/libavfilter/
H
A
D
af_atempo.c
272
uint32_t
pot
;
in yae_reset()
local
284
pot
= 1 << nlevels;
in yae_reset()
285
av_assert0(
pot
<= atempo->window);
in yae_reset()
287
if (
pot
< atempo->window) {
in yae_reset()
288
atempo->window =
pot
* 2;
in yae_reset()
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_indirect_draw.c
765
nir_align_pot(nir_builder *b, nir_ssa_def *val, unsigned
pot
)
in nir_align_pot()
argument
767
assert(
pot
!= 0 && util_is_power_of_two_or_zero(
pot
));
in nir_align_pot()
769
return nir_iand_imm(b, nir_iadd_imm(b, val,
pot
- 1), ~(
pot
- 1));
in nir_align_pot()
/third_party/skia/third_party/externals/harfbuzz/
H
A
D
git.mk
305
po/$(GETTEXT_PACKAGE).
pot
\
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiFeatureInfo.cpp
140
deBool
pot
;
in validateFeatureLimits()
member
341
if (featureLimitTable[ndx].
pot
)
in validateFeatureLimits()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiFeatureInfo.cpp
140
deBool
pot
;
in validateFeatureLimits()
member
341
if (featureLimitTable[ndx].
pot
)
in validateFeatureLimits()
Completed in 44 milliseconds