Home
last modified time | relevance | path

Searched refs:shift_min (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
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.h57 int shift_min; member
Dlima_context.h39 int shift_min; member
Dlima_job.c85 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()
868 frame->blocking = (fb->shift_min << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_pack_pp_frame_reg()