Searched refs:tiled_h (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_resource.h53 int tiled_w, tiled_h; member in struct:lima_surface
H A Dlima_context.h36 int tiled_w, tiled_h; member in struct:lima_context_framebuffer
151 uint32_t tiled_h; member in struct:lima_ctx_plb_pp_stream_key
H A Dlima_resource.c383 surf->tiled_h = align(psurf->height, 16) >> 4;
389 .tiled_h = surf->tiled_h,
406 s->key.tiled_h = surf->tiled_h;
427 .tiled_h = surf->tiled_h,
H A Dlima_draw.c141 #define PLBU_CMD_TILED_DIMENSIONS(tiled_w, tiled_h) \
142 PLBU_CMD((((tiled_w) - 1) << 24) | (((tiled_h) - 1) << 8), 0x10000109)
409 PLBU_CMD_TILED_DIMENSIONS(fb->tiled_w, fb->tiled_h);
485 lima_get_pp_stream_size(int num_pp, int tiled_w, int tiled_h, uint32_t *off) argument
489 * fb->tiled_w * fb->tiled_h can't be divided by num_pp,
493 int delta = tiled_w * tiled_h / num_pp * 16 + 8;
494 int remain = tiled_w * tiled_h % num_pp;
529 int tiled_w, int tiled_h)
541 int max = MAX2(tiled_w, tiled_h);
554 if (x < tiled_w && y < tiled_h) {
528 lima_update_pp_stream(struct lima_context * ctx,int off_x,int off_y,int tiled_w,int tiled_h) argument
601 int tiled_h = max.maxy - max.miny; local in function:lima_update_damage_pp_stream
[all...]
H A Dlima_state.c60 if (fb->tiled_w != width || fb->tiled_h != height) {
62 fb->tiled_h = height;
84 fb->tiled_w, fb->tiled_h, fb->block_w, fb->block_h,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_resource.h67 int tiled_w, tiled_h; member in struct:lima_surface
H A Dlima_job.h56 int tiled_w, tiled_h; member in struct:lima_job_fb_info
H A Dlima_job.c66 fb->tiled_h = height;
458 PLBU_CMD_TILED_DIMENSIONS(fb->tiled_w, fb->tiled_h);
512 lima_get_pp_stream_size(int num_pp, int tiled_w, int tiled_h, uint32_t *off) argument
516 * fb->tiled_w * fb->tiled_h can't be divided by num_pp,
520 int delta = tiled_w * tiled_h / num_pp * 16 + 16;
521 int remain = tiled_w * tiled_h % num_pp;
540 int tiled_w, int tiled_h)
553 int max = MAX2(tiled_w, tiled_h);
563 if ((tiled_w * tiled_h) != 0) {
574 if (x < tiled_w && y < tiled_h) {
539 lima_generate_pp_stream(struct lima_job * job,int off_x,int off_y,int tiled_w,int tiled_h) argument
701 int tiled_h = bound.maxy - bound.miny; local in function:lima_update_damage_pp_stream
[all...]
H A Dlima_gpu.h125 #define PLBU_CMD_TILED_DIMENSIONS(tiled_w, tiled_h) \
126 PLBU_CMD((((tiled_w) - 1) << 24) | (((tiled_h) - 1) << 8), 0x10000109)
H A Dlima_context.h36 int tiled_w, tiled_h; member in struct:lima_context_framebuffer
H A Dlima_resource.c585 surf->tiled_h = align(psurf->height, 16) >> 4;

Completed in 16 milliseconds