Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.c112 0x100 * screen->specs.pixel_pipes); in etna_screen_resource_alloc_ts()
240 etna_layout_multiple(layout, screen->specs.pixel_pipes, in etna_resource_alloc()
336 if (screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) in etna_resource_create()
385 if ((screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) || in select_best_modifier()
391 if (screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) in select_best_modifier()
396 if ((screen->specs.pixel_pipes < 2) || !screen->specs.can_supertile) in select_best_modifier()
401 if (screen->specs.pixel_pipes < 2) in select_best_modifier()
511 etna_layout_multiple(rsc->layout, screen->specs.pixel_pipes, in etna_resource_from_handle()
Detnaviv_translate.h364 etna_layout_multiple(unsigned layout, unsigned pixel_pipes, bool rs_align, in etna_layout_multiple() argument
385 *paddingY = 4 * pixel_pipes; in etna_layout_multiple()
390 *paddingY = 64 * pixel_pipes; in etna_layout_multiple()
Detnaviv_surface.c51 bool need_multitiled = screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer; in etna_render_handle_incompatible()
139 for (unsigned pipe = 0; pipe < screen->specs.pixel_pipes; ++pipe) { in etna_create_surface()
Detnaviv_state.c192 assert(screen->specs.pixel_pipes == 1 || in etna_set_framebuffer_state()
194 for (int i = 0; i < screen->specs.pixel_pipes; i++) { in etna_set_framebuffer_state()
246 for (int i = 0; i < screen->specs.pixel_pipes; i++) in etna_set_framebuffer_state()
275 for (int i = 0; i < screen->specs.pixel_pipes; i++) { in etna_set_framebuffer_state()
Detnaviv_rs.c117 for (unsigned pipe = 0; pipe < screen->specs.pixel_pipes; ++pipe) { in etna_compile_rs_state()
146 if (!screen->specs.single_buffer && screen->specs.pixel_pipes == 2 && !(rs->height & 7)) { in etna_compile_rs_state()
221 } else if (screen->specs.pixel_pipes > 1 || in etna_submit_rs_state()
555 h_align = 64 * screen->specs.pixel_pipes; in etna_get_rs_alignment_mask()
Detnaviv_internal.h143 unsigned pixel_pipes; member
Detnaviv_screen.c619 if ((screen->specs.pixel_pipes == 1 || screen->specs.single_buffer) && in modifier_num_supported()
775 screen->specs.pixel_pipes = val; in etna_get_specs()
919 DBG("etnaviv: Single buffer mode enabled with %d pixel pipes", screen->specs.pixel_pipes); in etna_get_specs()
Detnaviv_transfer.c299 h_align = 64 * ctx->screen->specs.pixel_pipes; in etna_transfer_map()