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:tpu
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon.c
233
DBG (3, ">> get
tpu
stat\n");
in get_tpu_stat()
246
dev->
tpu
.Status = (tbuf[2 + 4 + 5] >> 7) ?
in get_tpu_stat()
248
if (dev->
tpu
.Status != TPU_STAT_NONE) /* TPU available */
in get_tpu_stat()
250
dev->
tpu
.Status = (tbuf[2 + 4 + 5] & 0x04) ?
in get_tpu_stat()
253
dev->
tpu
.ControlMode = tbuf[3 + 4 + 5] & 0x03;
in get_tpu_stat()
254
dev->
tpu
.Transparency = tbuf[4 + 4 + 5] * 256 + tbuf[5 + 4 + 5];
in get_tpu_stat()
255
dev->
tpu
.PosNeg = tbuf[6 + 4 + 5] & 0x01;
in get_tpu_stat()
256
dev->
tpu
.FilmType = tbuf[7 + 4 + 5];
in get_tpu_stat()
257
if(dev->
tpu
.FilmType > 3)
in get_tpu_stat()
258
dev->
tpu
in get_tpu_stat()
[all...]
H
A
D
canon.h
255
CANON_TPU
tpu
;
member
H
A
D
canon-sane.c
648
s->hw->
tpu
.Status = TPU_STAT_ACTIVE;
in sane_control_option()
650
(s->hw->
tpu
.ControlMode == 3) ? ~SANE_CAP_INACTIVE : ~0;
in sane_control_option()
652
(s->hw->
tpu
.ControlMode == 1) ? ~SANE_CAP_INACTIVE : ~0;
in sane_control_option()
656
s->hw->
tpu
.Status = TPU_STAT_INACTIVE;
in sane_control_option()
676
s->hw->
tpu
.ControlMode = 3;
in sane_control_option()
682
s->hw->
tpu
.ControlMode = 1;
in sane_control_option()
686
s->hw->
tpu
.ControlMode = 0;
in sane_control_option()
1428
if (s->hw->
tpu
.Status == TPU_STAT_ACTIVE || s->hw->info.is_filmscanner)
in sane_start()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/
H
A
D
pvr_rogue_fwif.h
165
uint32_t
tpu
;
member
261
uint32_t
tpu
;
member
500
uint32_t
tpu
;
member
/third_party/mesa3d/src/imagination/vulkan/winsys/
H
A
D
pvr_winsys.h
314
uint32_t
tpu
;
member
362
uint32_t
tpu
;
member
392
uint32_t
tpu
;
member
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H
A
D
pvr_srv_job_compute.c
155
fw_regs->
tpu
= submit_info->regs.
tpu
;
in pvr_srv_compute_cmd_init()
H
A
D
pvr_srv_job_render.c
421
fw_regs->
tpu
= state->regs.
tpu
;
in pvr_srv_geometry_cmd_init()
458
fw_regs->
tpu
= state->regs.
tpu
;
in pvr_srv_fragment_cmd_init()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_job_render.c
1199
pvr_csb_pack (&state->regs.
tpu
, CR_TPU, value) {
in pvr_render_job_ws_geometry_state_init()
1340
pvr_csb_pack (&state->regs.
tpu
, CR_TPU, value) {
in pvr_render_job_ws_fragment_state_init()
1536
assert(submit_info->geometry.regs.
tpu
== submit_info->fragment.regs.
tpu
);
in pvr_render_job_ws_submit_info_init()
H
A
D
pvr_cmd_buffer.c
1105
pvr_csb_pack (&sub_cmd->submit_info.regs.
tpu
, CR_TPU, value) {
in pvr_sub_cmd_compute_job_init()
/third_party/backends/backend/pixma/
H
A
D
pixma.c
375
*
tpu
= 0: flatbed or ADF mode
377
*
tpu
= 1: TPU mode
382
SANE_Bool
tpu
;
in create_mode_list()
local
387
tpu
= (ss->source_map[OVAL (opt_source).w] == PIXMA_SOURCE_TPU);
in create_mode_list()
400
if (
tpu
&& (cfg->cap & PIXMA_CAP_NEGATIVE))
in create_mode_list()
412
if (
tpu
&& (cfg->cap & PIXMA_CAP_TPUIR) == PIXMA_CAP_TPUIR)
in create_mode_list()
418
if (!
tpu
&& (cfg->cap & PIXMA_CAP_48BIT))
in create_mode_list()
430
if (!
tpu
&& (cfg->cap & PIXMA_CAP_LINEART))
in create_mode_list()
Completed in 19 milliseconds