Home
last modified time | relevance | path

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

/third_party/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()
347 if (screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) in etna_resource_create()
395 if ((screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) || in select_best_modifier()
401 if (screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer) in select_best_modifier()
406 if ((screen->specs.pixel_pipes < 2) || !screen->specs.can_supertile) in select_best_modifier()
411 if (screen->specs.pixel_pipes < 2) in select_best_modifier()
534 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()
133 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.c110 for (unsigned pipe = 0; pipe < screen->specs.pixel_pipes; ++pipe) { in etna_compile_rs_state()
137 if (!screen->specs.single_buffer && screen->specs.pixel_pipes == 2 && !(rs->height & 7)) { in etna_compile_rs_state()
212 } else if (screen->specs.pixel_pipes == 1) { in etna_submit_rs_state()
232 } else if (screen->specs.pixel_pipes == 2) { in etna_submit_rs_state()
549 h_align = 64 * screen->specs.pixel_pipes; in etna_get_rs_alignment_mask()
Detnaviv_internal.h139 unsigned pixel_pipes; member
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_screen.c615 if ((screen->specs.pixel_pipes == 1 || screen->specs.single_buffer) && in modifier_num_supported()
771 screen->specs.pixel_pipes = val; in etna_get_specs()
912 DBG("etnaviv: Single buffer mode enabled with %d pixel pipes", screen->specs.pixel_pipes); in etna_get_specs()
Detnaviv_transfer.c302 h_align = 64 * ctx->screen->specs.pixel_pipes; in etna_transfer_map()