Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dmacros.h356 #define ALIGN_POT(x, pot_align) (((x) + (pot_align) - 1) & ~((pot_align) - 1))
/third_party/mesa3d/src/intel/perf/
H A Dgen_perf.py393 def pot_align(base, pot_alignment): function
520 current_offset = pot_align(current_offset, sizeof(c_type))

Completed in 3 milliseconds