Searched refs:MALI_POSITIVE (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/include/ |
| H A D | panfrost-job.h | 233 #define MALI_POSITIVE(dim) (dim - 1) macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_wallpaper.c | 150 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 D | pan_context.c | 134 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 D | pan_mfbd.c | 44 .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 D | panfrost-job.h | 819 /* 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 D | decode.c | 1108 expected_tag |= MALI_FBD_TAG_IS_MFBD | (MALI_POSITIVE(info.rt_count) << 2);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_cs.c | 721 tags |= MALI_POSITIVE(MAX2(fb->rt_count, 1)) << 2;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 2839 cfg.invocations = MALI_POSITIVE(vertex_count);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 392 - pan/bi: Drop use of MALI_POSITIVE
|
Completed in 26 milliseconds