Searched refs:MALI_POSITIVE (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/panfrost/lib/ |
D | pan_invocation.c | 61 MALI_POSITIVE(size_x), in panfrost_pack_work_groups_compute() 62 MALI_POSITIVE(size_y), in panfrost_pack_work_groups_compute() 63 MALI_POSITIVE(size_z), in panfrost_pack_work_groups_compute() 64 MALI_POSITIVE(num_x), in panfrost_pack_work_groups_compute() 65 MALI_POSITIVE(num_y), in panfrost_pack_work_groups_compute() 66 MALI_POSITIVE(num_z), in panfrost_pack_work_groups_compute()
|
D | decode.c | 1216 expected_tag |= (MALI_POSITIVE(info.rt_count) << 2); in pandecode_fragment_job()
|
/external/igt-gpu-tools/lib/ |
D | igt_panfrost.c | 146 .width1 = MALI_POSITIVE(ALIGN(width, 16)), in igt_panfrost_trivial_job() 147 .height1 = MALI_POSITIVE(height), in igt_panfrost_trivial_job() 148 .width2 = MALI_POSITIVE(ALIGN(width, 16)), in igt_panfrost_trivial_job() 149 .height2 = MALI_POSITIVE(height), in igt_panfrost_trivial_job() 152 .rt_count_1 = MALI_POSITIVE(1), in igt_panfrost_trivial_job() 161 .width = MALI_POSITIVE(width), in igt_panfrost_trivial_job() 162 .height = MALI_POSITIVE(height), in igt_panfrost_trivial_job() 176 .nr_channels = MALI_POSITIVE(4), in igt_panfrost_trivial_job()
|
D | panfrost-job.h | 1066 #define MALI_POSITIVE(dim) (dim - 1) macro
|
/external/mesa3d/src/panfrost/include/ |
D | panfrost-job.h | 233 #define MALI_POSITIVE(dim) (dim - 1) macro
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_mfbd.c | 614 (MALI_POSITIVE(rt_descriptors) << 2); in panfrost_mfbd_fragment()
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 392 - pan/bi: Drop use of MALI_POSITIVE
|