Searched refs:pot_align (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmacros.h287 #define ALIGN_POT(x, pot_align) (((x) + (pot_align) - 1) & ~((pot_align) - 1))
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dmacros.h374 #define ALIGN_POT(x, pot_align) (((x) + (pot_align) - 1) & ~((pot_align) - 1))
/xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
H A Dgen_perf.py330 def pot_align(base, pot_alignment): function
382 current_offset = pot_align(current_offset, sizeof(c_type))
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dgen_perf.py338 def pot_align(base, pot_alignment): function
430 current_offset = pot_align(current_offset, sizeof(c_type))

Completed in 5 milliseconds