Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h374 etna_layout_multiple(unsigned layout, unsigned pixel_pipes, bool rs_align, in etna_layout_multiple() argument
395 *paddingY = 4 * pixel_pipes; in etna_layout_multiple()
400 *paddingY = 64 * pixel_pipes; in etna_layout_multiple()
Detnaviv_rs.c85 if (ctx->specs.pixel_pipes == 1) { in etna_compile_rs_state()
88 } else if (ctx->specs.pixel_pipes == 2) { in etna_compile_rs_state()
Detnaviv_resource.c178 etna_layout_multiple(layout, screen->specs.pixel_pipes, rs_align, &paddingX, in etna_resource_alloc()
183 unsigned min_paddingY = 4 * screen->specs.pixel_pipes; in etna_resource_alloc()
251 bool want_multitiled = screen->specs.pixel_pipes > 1; in etna_resource_create()
337 unsigned paddingY = (ETNA_RS_HEIGHT_MASK + 1) * screen->specs.pixel_pipes; in etna_resource_from_handle()
Detnaviv_state.c166 if (ctx->specs.pixel_pipes == 1) { in etna_set_framebuffer_state()
172 for (int i = 0; i < ctx->specs.pixel_pipes; i++) { in etna_set_framebuffer_state()
231 if (ctx->specs.pixel_pipes == 1) { in etna_set_framebuffer_state()
235 for (int i = 0; i < ctx->specs.pixel_pipes; i++) { in etna_set_framebuffer_state()
Detnaviv_emit.c174 if (screen->specs.pixel_pipes == 1) { in etna_submit_rs_state()
194 } else if (screen->specs.pixel_pipes == 2) { in etna_submit_rs_state()
552 if (ctx->specs.pixel_pipes == 1) { in etna_emit_state()
588 if (ctx->specs.pixel_pipes == 1) { in etna_emit_state()
592 } else if (ctx->specs.pixel_pipes == 2) { in etna_emit_state()
Detnaviv_internal.h116 unsigned pixel_pipes; member
Detnaviv_screen.c579 screen->specs.pixel_pipes = val; in etna_get_specs()
Detnaviv_clear_blit.c437 unsigned int h_align = (ETNA_RS_HEIGHT_MASK + 1) * ctx->specs.pixel_pipes; in etna_try_rs_blit()
/external/libdrm/etnaviv/
Detnaviv_gpu.c79 gpu->specs.pixel_pipes = get_param(dev, core, ETNA_GPU_PIXEL_PIPES); in etna_gpu_new()
151 *value = gpu->specs.pixel_pipes; in etna_gpu_get_param()
Detnaviv_priv.h62 uint32_t pixel_pipes; member