HomeSort by relevance Sort by last modified time
    Searched refs:MAX_HEADER_SIZE (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 33 #define MAX_HEADER_SIZE 16
308 if (Metrics.NumInsts > MAX_HEADER_SIZE)
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array.c 406 #define MAX_HEADER_SIZE 20
409 required_size + MAX_HEADER_SIZE);
416 arrays->array_info_cache = temp + MAX_HEADER_SIZE;
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 406 #define MAX_HEADER_SIZE 20
409 required_size + MAX_HEADER_SIZE);
416 arrays->array_info_cache = temp + MAX_HEADER_SIZE;
    [all...]

Completed in 67 milliseconds