Home
last modified time | relevance | path

Searched refs:pixel_pipes (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.c97 0x100 * screen->specs.pixel_pipes); in etna_screen_resource_alloc_ts()
223 etna_layout_multiple(layout, screen->specs.pixel_pipes, rs_align, &paddingX, in etna_resource_alloc()
234 etna_adjust_rs_align(screen->specs.pixel_pipes, NULL, &paddingY); in etna_resource_alloc()
243 etna_adjust_rs_align(screen->specs.pixel_pipes, &paddingX, &paddingY); in etna_resource_alloc()
334 want_multitiled = screen->specs.pixel_pipes > 1; in etna_resource_create()
390 if ((screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) || in select_best_modifier()
396 if (screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) in select_best_modifier()
401 if ((screen->specs.pixel_pipes < 2) || !screen->specs.can_supertile) in select_best_modifier()
406 if (screen->specs.pixel_pipes < 2) in select_best_modifier()
521 etna_layout_multiple(rsc->layout, screen->specs.pixel_pipes, in etna_resource_from_handle()
[all …]
Detnaviv_translate.h376 etna_layout_multiple(unsigned layout, unsigned pixel_pipes, bool rs_align, in etna_layout_multiple() argument
397 *paddingY = 4 * pixel_pipes; in etna_layout_multiple()
402 *paddingY = 64 * pixel_pipes; in etna_layout_multiple()
Detnaviv_rs.c94 for (unsigned pipe = 0; pipe < ctx->specs.pixel_pipes; ++pipe) { in etna_compile_rs_state()
110 if (ctx->specs.pixel_pipes == 1 || ctx->specs.single_buffer) { in etna_compile_rs_state()
113 } else if (ctx->specs.pixel_pipes == 2) { in etna_compile_rs_state()
197 } else if (screen->specs.pixel_pipes == 1) { in etna_submit_rs_state()
217 } else if (screen->specs.pixel_pipes == 2) { in etna_submit_rs_state()
524 h_align *= ctx->screen->specs.pixel_pipes; in etna_get_rs_alignment_mask()
631 unsigned int h_align = (ETNA_RS_HEIGHT_MASK + 1) * ctx->specs.pixel_pipes; in etna_try_rs_blit()
Detnaviv_state.c155 if (ctx->specs.pixel_pipes == 1) { in etna_set_framebuffer_state()
161 for (int i = 0; i < ctx->specs.pixel_pipes; i++) { in etna_set_framebuffer_state()
221 if (ctx->specs.pixel_pipes == 1) { in etna_set_framebuffer_state()
225 for (int i = 0; i < ctx->specs.pixel_pipes; i++) { in etna_set_framebuffer_state()
Detnaviv_transfer.c229 h_align *= ctx->screen->specs.pixel_pipes; in etna_transfer_map()
238 ctx->screen->specs.pixel_pipes); in etna_transfer_map()
Detnaviv_screen.c618 if ((screen->specs.pixel_pipes == 1 || screen->specs.single_buffer) && in etna_screen_query_dmabuf_modifiers()
679 screen->specs.pixel_pipes = val; in etna_get_specs()
826 DBG("etnaviv: Single buffer mode enabled with %d pixel pipes\n", screen->specs.pixel_pipes); in etna_get_specs()
Detnaviv_surface.c94 for (unsigned pipe = 0; pipe < ctx->specs.pixel_pipes; ++pipe) { in etna_create_surface()
Detnaviv_internal.h134 unsigned pixel_pipes; member
Detnaviv_emit.c485 if (ctx->specs.pixel_pipes == 1) { in etna_emit_state()
521 if (ctx->specs.pixel_pipes == 1) { in etna_emit_state()
525 } else if (ctx->specs.pixel_pipes == 2) { in etna_emit_state()