Home
last modified time | relevance | path

Searched refs:num_pp (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.c458 lima_get_pp_stream_size(int num_pp, int tiled_w, int tiled_h, uint32_t *off) in lima_get_pp_stream_size() argument
462 * fb->tiled_w * fb->tiled_h can't be divided by num_pp, in lima_get_pp_stream_size()
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()
470 for (int i = 0; i < num_pp; i++) { in lima_get_pp_stream_size()
492 int num_pp = screen->num_pp; in lima_generate_pp_stream() local
493 assert(num_pp > 0); in lima_generate_pp_stream()
515 for (int i = 0; i < num_pp; i++) in lima_generate_pp_stream()
525 int pp = index % num_pp; in lima_generate_pp_stream()
[all...]
H A Dlima_screen.h72 int num_pp; member
H A Dlima_screen.c522 screen->num_pp = param.value; in lima_screen_query_info()
/third_party/mesa3d/include/drm-uapi/
H A Dlima_drm.h83 __u32 num_pp; member
92 __u32 num_pp; member

Completed in 6 milliseconds