Searched refs:tiled_w (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_job.c | 77 fb->tiled_w = width; in lima_get_fb_info() 403 PLBU_CMD_TILED_DIMENSIONS(fb->tiled_w, fb->tiled_h); in lima_pack_head_plbu_cmd() 458 lima_get_pp_stream_size(int num_pp, int tiled_w, int tiled_h, uint32_t *off) in lima_get_pp_stream_size() argument 466 int delta = tiled_w * tiled_h / num_pp * 16 + 16; in lima_get_pp_stream_size() 467 int remain = tiled_w * tiled_h % num_pp; in lima_get_pp_stream_size() 486 int tiled_w, int tiled_h) in lima_generate_pp_stream() argument 500 int max = MAX2(tiled_w, tiled_h); in lima_generate_pp_stream() 510 if ((tiled_w * tiled_h) != 0) { in lima_generate_pp_stream() 521 if (x < tiled_w && y < tiled_h) { in lima_generate_pp_stream() 596 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 | 68 int tiled_w, tiled_h; member
|
D | lima_job.h | 56 int tiled_w, tiled_h; member
|
D | lima_context.h | 37 int tiled_w, tiled_h; member
|
D | lima_resource.c | 574 surf->tiled_w = align(psurf->width, 16) >> 4; in lima_surface_create()
|