Searched refs:shift_w (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_job.h57 int shift_w, shift_h; member in struct:lima_job_fb_info
H A Dlima_job.c69 fb->shift_w = 0;
75 fb->shift_w++;
85 fb->shift_min = MIN3(fb->shift_w, fb->shift_h, 2);
457 PLBU_CMD_BLOCK_STEP(fb->shift_min, fb->shift_h, fb->shift_w);
580 (x >> fb->shift_w)) * LIMA_CTX_PLB_BLK_SIZE;
660 .shift_w = fb->shift_w,
695 s->key.shift_w = fb->shift_w;
882 frame->blocking = (fb->shift_min << 28) | (fb->shift_h << 16) | fb->shift_w;
[all...]
H A Dlima_context.h37 int shift_w, shift_h; member in struct:lima_context_framebuffer
164 uint16_t shift_w, shift_h; member in struct:lima_ctx_plb_pp_stream_key
H A Dlima_gpu.h123 #define PLBU_CMD_BLOCK_STEP(shift_min, shift_h, shift_w) \
124 PLBU_CMD(((shift_min) << 28) | ((shift_h) << 16) | (shift_w), 0x1000010C)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_state.c65 fb->shift_w = 0;
71 fb->shift_w++;
81 fb->shift_min = MIN3(fb->shift_w, fb->shift_h, 2);
85 fb->shift_w, fb->shift_h, fb->shift_min);
H A Dlima_context.h37 int shift_w, shift_h; member in struct:lima_context_framebuffer
H A Dlima_draw.c139 #define PLBU_CMD_BLOCK_STEP(shift_min, shift_h, shift_w) \
140 PLBU_CMD(((shift_min) << 28) | ((shift_h) << 16) | (shift_w), 0x1000010C)
408 PLBU_CMD_BLOCK_STEP(fb->shift_min, fb->shift_h, fb->shift_w);
563 (x >> fb->shift_w)) * LIMA_CTX_PLB_BLK_SIZE;
1539 frame->blocking = (fb->shift_min << 28) | (fb->shift_h << 16) | fb->shift_w;
1659 pp_frame.dlbu_regs[2] = (s << 28) | (fb->shift_h << 16) | fb->shift_w;

Completed in 10 milliseconds