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:texels_per_block
(Results
1 - 7
of
7
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_block_sizes.cpp
260
unsigned int
texels_per_block
= x_texels * y_texels;
in init_decimation_info_2d()
local
266
promise(
texels_per_block
> 0);
in init_decimation_info_2d()
275
for (unsigned int i = 0; i <
texels_per_block
; i++)
in init_decimation_info_2d()
326
for (unsigned int i = 0; i <
texels_per_block
; i++)
in init_decimation_info_2d()
387
unsigned int texels_per_block_simd = round_up_to_simd_multiple_vla(
texels_per_block
);
in init_decimation_info_2d()
388
for (unsigned int i =
texels_per_block
; i < texels_per_block_simd; i++)
in init_decimation_info_2d()
417
di.texel_count = static_cast<uint8_t>(
texels_per_block
);
in init_decimation_info_2d()
446
unsigned int
texels_per_block
= x_texels * y_texels * z_texels;
in init_decimation_info_3d()
local
452
promise(
texels_per_block
> 0);
in init_decimation_info_3d()
459
for (unsigned int i = 0; i <
texels_per_block
;
in init_decimation_info_3d()
[all...]
H
A
D
astcenc_find_best_partitioning.cpp
575
unsigned int
texels_per_block
= bsd.texel_count;
577
if (
texels_per_block
<= 20)
581
else if (
texels_per_block
<= 31)
585
else if (
texels_per_block
<= 41)
H
A
D
astcenc_partition_tables.cpp
283
int
texels_per_block
= bsd.texel_count;
in generate_one_partition_info_entry()
local
284
bool small_block =
texels_per_block
< 32;
in generate_one_partition_info_entry()
H
A
D
astcenc_compress_symbolic.cpp
1267
* @param
texels_per_block
The number of texels in a block.
1273
int
texels_per_block
,
in prepare_block_statistics()
1295
promise(
texels_per_block
> 0);
in prepare_block_statistics()
1296
for (int i = 0; i <
texels_per_block
; i++)
in prepare_block_statistics()
1272
prepare_block_statistics( int
texels_per_block
, const image_block& blk )
prepare_block_statistics()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H
A
D
astc_block_sizes2.cpp
242
int
texels_per_block
= xdim * ydim;
in initialize_decimation_table_2d()
local
249
for (i = 0; i <
texels_per_block
; i++)
in initialize_decimation_table_2d()
291
for (i = 0; i <
texels_per_block
; i++)
in initialize_decimation_table_2d()
325
int
texels_per_block
= xdim * ydim * zdim;
in initialize_decimation_table_3d()
local
332
for (i = 0; i <
texels_per_block
; i++)
in initialize_decimation_table_3d()
452
for (i = 0; i <
texels_per_block
; i++)
in initialize_decimation_table_3d()
H
A
D
astc_partition_tables.cpp
231
int
texels_per_block
= bsd->texel_count;
in generate_one_partition_table()
local
232
int small_block =
texels_per_block
< 32;
in generate_one_partition_table()
249
for (i = 0; i <
texels_per_block
; i++)
in generate_one_partition_table()
H
A
D
astc_image_load_store.cpp
189
int
texels_per_block
= xdim * ydim * zdim;
in update_imageblock_flags()
local
193
for (i = 0; i <
texels_per_block
; i++)
in update_imageblock_flags()
Completed in 9 milliseconds