Home
last modified time | relevance | path

Searched refs:shift_h (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_job.c68 fb->shift_h = 0; in lima_get_fb_info()
78 fb->shift_h++; in lima_get_fb_info()
85 fb->shift_min = MIN3(fb->shift_w, fb->shift_h, 2); in lima_get_fb_info()
454 PLBU_CMD_BLOCK_STEP(fb->shift_min, fb->shift_h, fb->shift_w); in lima_pack_head_plbu_cmd()
576 int offset = ((y >> fb->shift_h) * fb->block_w + in lima_generate_pp_stream()
658 .shift_h = fb->shift_h, in lima_update_damage_pp_stream()
693 s->key.shift_h = fb->shift_h; in lima_update_damage_pp_stream()
868 frame->blocking = (fb->shift_min << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_pack_pp_frame_reg()
1007 pp_frame.dlbu_regs[2] = (s << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_do_job()
Dlima_context.h37 int shift_w, shift_h; member
144 uint16_t shift_w, shift_h; member
Dlima_gpu.h123 #define PLBU_CMD_BLOCK_STEP(shift_min, shift_h, shift_w) \ argument
124 PLBU_CMD(((shift_min) << 28) | ((shift_h) << 16) | (shift_w), 0x1000010C)
Dlima_job.h55 int shift_w, shift_h; member
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h2096 int shift_h = (out_b / input_batch_size) / block_shape_width; in SpaceToBatchND() local
2100 if (out_h * block_shape_height + shift_h < padding_top || in SpaceToBatchND()
2101 out_h * block_shape_height + shift_h >= in SpaceToBatchND()
2111 (out_h * block_shape_height + shift_h) - padding_top, in SpaceToBatchND()