Searched refs:MALI_POSITIVE (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/include/
H A Dpanfrost-job.h233 #define MALI_POSITIVE(dim) (dim - 1) macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_wallpaper.c150 ctx->payload_tiler.prefix.invocation_count = MALI_POSITIVE(4);
154 ctx->payload_tiler.prefix.index_count = MALI_POSITIVE(4);
239 .nr_components = MALI_POSITIVE(4),
H A Dpan_context.c134 fb->width = MALI_POSITIVE(w);
135 fb->height = MALI_POSITIVE(h);
192 .width1 = MALI_POSITIVE(ctx->pipe_framebuffer.width),
193 .height1 = MALI_POSITIVE(ctx->pipe_framebuffer.height),
194 .width2 = MALI_POSITIVE(ctx->pipe_framebuffer.width),
195 .height2 = MALI_POSITIVE(ctx->pipe_framebuffer.height),
200 .rt_count_1 = MALI_POSITIVE(1),
1205 .size = MALI_POSITIVE((2 + uniform_count)),
1240 view.viewport1[0] = MALI_POSITIVE((int) (vp->translate[0] + vp->scale[0]));
1243 view.viewport1[1] = MALI_POSITIVE((in
[all...]
H A Dpan_mfbd.c44 .nr_channels = MALI_POSITIVE(desc->nr_channels),
54 fmt.nr_channels = MALI_POSITIVE(2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
H A Dpanfrost-job.h819 /* This is actually the size minus 1 (MALI_POSITIVE), in units of 16
1082 #define MALI_POSITIVE(dim) (dim - 1) macro
1084 /* Opposite of MALI_POSITIVE, found in the depth_units field */
1208 * by MALI_POSITIVE; viewport0 is as-is.
1373 unsigned nr_channels : 2; /* MALI_POSITIVE */
1499 u32 rt_count_1 : 2; // off-by-one (use MALI_POSITIVE)
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c1108 expected_tag |= MALI_FBD_TAG_IS_MFBD | (MALI_POSITIVE(info.rt_count) << 2);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c721 tags |= MALI_POSITIVE(MAX2(fb->rt_count, 1)) << 2;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2839 cfg.invocations = MALI_POSITIVE(vertex_count);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst392 - pan/bi: Drop use of MALI_POSITIVE

Completed in 26 milliseconds