Searched refs:shift_w (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | space_to_batch_nd.h | 81 int shift_w = (out_b / input_batch_size) % block_shape_width; in SpaceToBatchND() local 89 out_w * block_shape_width + shift_w < padding_left || in SpaceToBatchND() 90 out_w * block_shape_width + shift_w >= padding_left + input_width) { in SpaceToBatchND() 98 (out_w * block_shape_width + shift_w) - padding_left, 0); in SpaceToBatchND()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_job.c | 69 fb->shift_w = 0; in lima_get_fb_info() 75 fb->shift_w++; 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() 577 (x >> fb->shift_w)) * LIMA_CTX_PLB_BLK_SIZE; in lima_generate_pp_stream() 657 .shift_w = fb->shift_w, in lima_update_damage_pp_stream() 692 s->key.shift_w = fb->shift_w; 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()
|
D | lima_context.h | 37 int shift_w, shift_h; member 144 uint16_t shift_w, shift_h; member
|
D | lima_gpu.h | 123 #define PLBU_CMD_BLOCK_STEP(shift_min, shift_h, shift_w) \ argument 124 PLBU_CMD(((shift_min) << 28) | ((shift_h) << 16) | (shift_w), 0x1000010C)
|
D | lima_job.h | 55 int shift_w, shift_h; member
|