HomeSort by: relevance | last modified time | path
    Searched defs:MALI_POSITIVE (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/include/
panfrost-job.h 233 #define MALI_POSITIVE(dim) (dim - 1)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
panfrost-job.h 819 /* This is actually the size minus 1 (MALI_POSITIVE), in units of 16
1082 #define MALI_POSITIVE(dim) (dim - 1)
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)

Completed in 6 milliseconds