HomeSort by relevance Sort by last modified time
    Searched refs:pixel_pipes (Results 1 - 10 of 10) sorted by null

  /external/libdrm/etnaviv/
etnaviv_gpu.c 79 gpu->specs.pixel_pipes = get_param(dev, core, ETNA_GPU_PIXEL_PIPES);
151 *value = gpu->specs.pixel_pipes;
etnaviv_priv.h 62 uint32_t pixel_pipes; member in struct:etna_specs
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_rs.c 85 if (ctx->specs.pixel_pipes == 1) {
88 } else if (ctx->specs.pixel_pipes == 2) {
etnaviv_translate.h 374 etna_layout_multiple(unsigned layout, unsigned pixel_pipes, bool rs_align,
395 *paddingY = 4 * pixel_pipes;
400 *paddingY = 64 * pixel_pipes;
etnaviv_resource.c 178 etna_layout_multiple(layout, screen->specs.pixel_pipes, rs_align, &paddingX,
183 unsigned min_paddingY = 4 * screen->specs.pixel_pipes;
251 bool want_multitiled = screen->specs.pixel_pipes > 1;
337 unsigned paddingY = (ETNA_RS_HEIGHT_MASK + 1) * screen->specs.pixel_pipes;
etnaviv_internal.h 116 unsigned pixel_pipes; member in struct:etna_specs
etnaviv_state.c 166 if (ctx->specs.pixel_pipes == 1) {
172 for (int i = 0; i < ctx->specs.pixel_pipes; i++) {
231 if (ctx->specs.pixel_pipes == 1) {
235 for (int i = 0; i < ctx->specs.pixel_pipes; i++) {
etnaviv_emit.c 174 if (screen->specs.pixel_pipes == 1) {
194 } else if (screen->specs.pixel_pipes == 2) {
552 if (ctx->specs.pixel_pipes == 1) {
588 if (ctx->specs.pixel_pipes == 1) {
592 } else if (ctx->specs.pixel_pipes == 2) {
    [all...]
etnaviv_screen.c 579 screen->specs.pixel_pipes = val;
etnaviv_clear_blit.c 437 unsigned int h_align = (ETNA_RS_HEIGHT_MASK + 1) * ctx->specs.pixel_pipes;

Completed in 75 milliseconds