Home
last modified time | relevance | path

Searched refs:MALI_POSITIVE (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Dpan_invocation.c61 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()
Ddecode.c1216 expected_tag |= (MALI_POSITIVE(info.rt_count) << 2); in pandecode_fragment_job()
/external/igt-gpu-tools/lib/
Digt_panfrost.c146 .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()
Dpanfrost-job.h1066 #define MALI_POSITIVE(dim) (dim - 1) macro
/external/mesa3d/src/panfrost/include/
Dpanfrost-job.h233 #define MALI_POSITIVE(dim) (dim - 1) macro
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_mfbd.c614 (MALI_POSITIVE(rt_descriptors) << 2); in panfrost_mfbd_fragment()
/external/mesa3d/docs/relnotes/
D20.3.0.rst392 - pan/bi: Drop use of MALI_POSITIVE