Home
last modified time | relevance | path

Searched refs:tpu (Results 1 - 10 of 10) sorted by relevance

/third_party/backends/backend/
H A Dcanon.c233 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 Dcanon.h255 CANON_TPU tpu; member
H A Dcanon-sane.c648 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 Dpvr_rogue_fwif.h165 uint32_t tpu; member
261 uint32_t tpu; member
500 uint32_t tpu; member
/third_party/mesa3d/src/imagination/vulkan/winsys/
H A Dpvr_winsys.h314 uint32_t tpu; member
362 uint32_t tpu; member
392 uint32_t tpu; member
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_job_compute.c155 fw_regs->tpu = submit_info->regs.tpu; in pvr_srv_compute_cmd_init()
H A Dpvr_srv_job_render.c421 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 Dpvr_job_render.c1199 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 Dpvr_cmd_buffer.c1105 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 Dpixma.c375 * 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 21 milliseconds