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.c117 0x100 * screen->specs.pixel_pipes); in etna_screen_resource_alloc_ts()
245 etna_layout_multiple(layout, screen->specs.pixel_pipes, in etna_resource_alloc()
346 if (screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) in etna_resource_create()
394 if ((screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) || in select_best_modifier()
400 if (screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) in select_best_modifier()
405 if ((screen->specs.pixel_pipes < 2) || !screen->specs.can_supertile) in select_best_modifier()
410 if (screen->specs.pixel_pipes < 2) in select_best_modifier()
530 etna_layout_multiple(rsc->layout, screen->specs.pixel_pipes, in etna_resource_from_handle()
Detnaviv_translate.h365 etna_layout_multiple(unsigned layout, unsigned pixel_pipes, bool rs_align, in etna_layout_multiple() argument
386 *paddingY = 4 * pixel_pipes; in etna_layout_multiple()
391 *paddingY = 64 * pixel_pipes; in etna_layout_multiple()
Detnaviv_surface.c48 bool need_multitiled = screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer; in etna_render_handle_incompatible()
134 for (unsigned pipe = 0; pipe < screen->specs.pixel_pipes; ++pipe) { in etna_create_surface()
Detnaviv_state.c179 if (screen->specs.pixel_pipes == 1) { in etna_set_framebuffer_state()
185 for (int i = 0; i < screen->specs.pixel_pipes; i++) { in etna_set_framebuffer_state()
233 for (int i = 0; i < screen->specs.pixel_pipes; i++) in etna_set_framebuffer_state()
258 if (screen->specs.pixel_pipes == 1) { in etna_set_framebuffer_state()
262 for (int i = 0; i < screen->specs.pixel_pipes; i++) { in etna_set_framebuffer_state()
Detnaviv_rs.c109 for (unsigned pipe = 0; pipe < screen->specs.pixel_pipes; ++pipe) { in etna_compile_rs_state()
136 if (!screen->specs.single_buffer && screen->specs.pixel_pipes == 2 && !(rs->height & 7)) { in etna_compile_rs_state()
211 } else if (screen->specs.pixel_pipes == 1) { in etna_submit_rs_state()
231 } else if (screen->specs.pixel_pipes == 2) { in etna_submit_rs_state()
548 h_align = 64 * screen->specs.pixel_pipes; in etna_get_rs_alignment_mask()
Detnaviv_internal.h139 unsigned pixel_pipes; member
Detnaviv_screen.c600 if ((screen->specs.pixel_pipes == 1 || screen->specs.single_buffer) && in etna_screen_query_dmabuf_modifiers()
692 screen->specs.pixel_pipes = val; in etna_get_specs()
841 DBG("etnaviv: Single buffer mode enabled with %d pixel pipes", screen->specs.pixel_pipes); in etna_get_specs()
Detnaviv_emit.c443 if (screen->specs.pixel_pipes == 1) { in etna_emit_state()
480 if (screen->specs.pixel_pipes == 1) { in etna_emit_state()
484 } else if (screen->specs.pixel_pipes == 2) { in etna_emit_state()
Detnaviv_transfer.c302 h_align = 64 * ctx->screen->specs.pixel_pipes; in etna_transfer_map()