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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_simulator.c151 int gmp_count = align(size, 1 << GMP_ALIGN2) >> GMP_ALIGN2; local in function:set_gmp_flags
156 for (int i = gmp_offset; i < gmp_offset + gmp_count; i++) {
/xsrc/external/mit/MesaLib/dist/src/broadcom/simulator/
H A Dv3d_simulator.c186 int gmp_count = align(size, 1 << GMP_ALIGN2) >> GMP_ALIGN2; local in function:set_gmp_flags
191 for (int i = gmp_offset; i < gmp_offset + gmp_count; i++) {

Completed in 11 milliseconds