Searched refs:tiled_w (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_job.c | 65 fb->tiled_w = width; in lima_get_fb_info() 455 PLBU_CMD_TILED_DIMENSIONS(fb->tiled_w, fb->tiled_h); in lima_pack_head_plbu_cmd() 509 lima_get_pp_stream_size(int num_pp, int tiled_w, int tiled_h, uint32_t *off) in lima_get_pp_stream_size() argument 517 int delta = tiled_w * tiled_h / num_pp * 16 + 16; in lima_get_pp_stream_size() 518 int remain = tiled_w * tiled_h % num_pp; in lima_get_pp_stream_size() 537 int tiled_w, int tiled_h) in lima_generate_pp_stream() argument 550 int max = MAX2(tiled_w, tiled_h); in lima_generate_pp_stream() 560 if ((tiled_w * tiled_h) != 0) { in lima_generate_pp_stream() 571 if (x < tiled_w && y < tiled_h) { in lima_generate_pp_stream() 646 bound.minx = MIN2(bound.minx, fb->tiled_w); in lima_update_damage_pp_stream() [all …]
|
D | lima_gpu.h | 125 #define PLBU_CMD_TILED_DIMENSIONS(tiled_w, tiled_h) \ argument 126 PLBU_CMD((((tiled_w) - 1) << 24) | (((tiled_h) - 1) << 8), 0x10000109)
|
D | lima_resource.h | 64 int tiled_w, tiled_h; member
|
D | lima_job.h | 54 int tiled_w, tiled_h; member
|
D | lima_context.h | 36 int tiled_w, tiled_h; member
|
D | lima_resource.c | 521 surf->tiled_w = align(psurf->width, 16) >> 4; in lima_surface_create()
|