HomeSort by relevance Sort by last modified time
    Searched refs:loop_depth (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm.h 107 unsigned loop_depth; member in struct:radeon_llvm_context
radeon_setup_tgsi_llvm.c 45 return ctx->loop_depth > 0 ? ctx->loop + (ctx->loop_depth - 1) : NULL;
360 ctx->loop_depth++;
361 ctx->loop[ctx->loop_depth - 1].loop_block = loop_block;
362 ctx->loop[ctx->loop_depth - 1].endloop_block = endloop_block;
469 ctx->loop_depth--;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 107 unsigned loop_depth; member in struct:radeon_llvm_context
radeon_setup_tgsi_llvm.c 45 return ctx->loop_depth > 0 ? ctx->loop + (ctx->loop_depth - 1) : NULL;
360 ctx->loop_depth++;
361 ctx->loop[ctx->loop_depth - 1].loop_block = loop_block;
362 ctx->loop[ctx->loop_depth - 1].endloop_block = endloop_block;
469 ctx->loop_depth--;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4.cpp 273 int loop_depth = 0; local
289 if (loop_depth++ == 0)
292 loop_depth--;
294 if (loop_depth == 0) {
309 if (!loop_depth) {
325 if (!loop_depth) {
brw_fs.cpp 1553 int loop_depth = 0; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 273 int loop_depth = 0; local
289 if (loop_depth++ == 0)
292 loop_depth--;
294 if (loop_depth == 0) {
309 if (!loop_depth) {
325 if (!loop_depth) {
brw_fs.cpp 1553 int loop_depth = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 352 unsigned int loop_depth = 1; local
356 loop_depth++;
358 if (!--loop_depth) {
r3xx_vertprog.c 364 unsigned loop_depth = 0; local
426 && loop_depth >= R300_VS_MAX_LOOP_DEPTH)
427 || loop_depth >= R500_PVS_MAX_LOOP_DEPTH) {
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
441 ret_addr = loops[--loop_depth];
445 if (loop_depth >= R300_VS_MAX_FC_OPS) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 352 unsigned int loop_depth = 1; local
356 loop_depth++;
358 if (!--loop_depth) {
r3xx_vertprog.c 364 unsigned loop_depth = 0; local
426 && loop_depth >= R300_VS_MAX_LOOP_DEPTH)
427 || loop_depth >= R500_PVS_MAX_LOOP_DEPTH) {
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
441 ret_addr = loops[--loop_depth];
445 if (loop_depth >= R300_VS_MAX_FC_OPS) {
  /external/chromium_org/v8/src/
full-codegen.cc 380 __ dd(back_edges_[i].loop_depth);
486 ASSERT(loop_depth() > 0);
487 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker);
1727 uint32_t loop_depth = back_edges.loop_depth(i); local
    [all...]
full-codegen.h 583 int loop_depth() { return loop_depth_; } function in class:v8::internal::FullCodeGenerator
645 uint32_t loop_depth; member in struct:v8::internal::FullCodeGenerator::BackEdgeEntry
896 uint32_t loop_depth(uint32_t index) { function in class:v8::internal::BackEdgeTable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 428 loop_depth (const struct loop *loop) function
basic-block.h 160 int loop_depth; variable
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 428 loop_depth (const struct loop *loop) function
basic-block.h 160 int loop_depth; variable
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 428 loop_depth (const struct loop *loop) function
basic-block.h 160 int loop_depth; variable
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 428 loop_depth (const struct loop *loop) function
basic-block.h 160 int loop_depth; variable
  /external/v8/src/
full-codegen.h 540 int loop_depth() { return loop_depth_; } function in class:v8::internal::FullCodeGenerator
  /external/v8/src/ia32/
full-codegen-ia32.cc 294 ASSERT(loop_depth() == 0);
296 ASSERT(loop_depth() == 0);
379 ASSERT(loop_depth() > 0);
380 __ test(eax, Immediate(Min(loop_depth(), Code::kMaxLoopNestingMarker)));
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 305 ASSERT(loop_depth() == 0);
307 ASSERT(loop_depth() == 0);
342 ASSERT(loop_depth() > 0);
343 __ testl(rax, Immediate(Min(loop_depth(), Code::kMaxLoopNestingMarker)));
    [all...]

Completed in 472 milliseconds

1 2