HomeSort by relevance Sort by last modified time
    Searched defs:stack_height (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 162 GLuint stack_height = 0; local
173 stack_height += MAX2(2, height);
186 0, i * stack_height);
196 mt->total_height = stack_height * mt->depth0;
  /external/v8/src/compiler/
ast-graph-builder.h 202 int stack_height() { function in class:v8::internal::compiler::AstGraphBuilder::Environment
233 DCHECK(stack_height() > 0);
237 DCHECK(stack_height() > 0);
245 DCHECK(depth >= 0 && depth < stack_height());
250 DCHECK(depth >= 0 && depth < stack_height());
255 DCHECK(depth >= 0 && depth <= stack_height());

Completed in 57 milliseconds