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:lut_entry_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
microtek2.c
2033
get_lut_size(mi, &md->max_lut_size, &md->
lut_entry_size
);
in init_options()
4175
RG_WORD(readgamma, ( ms->dev->
lut_entry_size
== 1 ) ? 0 : 1);
5372
ms->
lut_entry_size
= ms->depth > 8 ? 2 : 1;
in sane_start()
5376
get_lut_size(mi, &ms->lut_size, &ms->
lut_entry_size
);
in sane_start()
5378
ms->lut_size_bytes = ms->lut_size * ms->
lut_entry_size
;
in sane_start()
5379
ms->word = (ms->
lut_entry_size
== 2);
in sane_start()
5689
+ linenr * ( ms->bpl / ms->
lut_entry_size
)
in write_shading_buf_pnm()
5691
* ( ms->bpl / ms->
lut_entry_size
/ 3 )
in write_shading_buf_pnm()
5695
+ linenr * ( ms->bpl / ms->
lut_entry_size
)
in write_shading_buf_pnm()
5697
* ( ms->bpl / ms->
lut_entry_size
/
in write_shading_buf_pnm()
6794
get_lut_size(Microtek2_Info *mi, int *max_lut_size, int *
lut_entry_size
)
get_lut_size()
argument
[all...]
H
A
D
microtek2.h
862
int
lut_entry_size
; /* word or byte transfer in LUT */
member
1096
int
lut_entry_size
; /* size of one entry in lookup table */
member
Completed in 11 milliseconds