Searched defs:loop_depth (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm.h107 unsigned loop_depth; member in struct:radeon_llvm_context
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm.h107 unsigned loop_depth; member in struct:radeon_llvm_context
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c352 unsigned int loop_depth = 1; local
356 loop_depth++;
358 if (!--loop_depth) {
H A Dr3xx_vertprog.c364 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/
H A Dradeon_emulate_loops.c352 unsigned int loop_depth = 1; local
356 loop_depth++;
358 if (!--loop_depth) {
H A Dr3xx_vertprog.c364 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/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp273 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) {
H A Dbrw_fs.cpp1553 int loop_depth = 0; local
1566 loop_depth++;
1569 loop_depth--;
1580 if (loop_depth || if_depth)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp273 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) {
H A Dbrw_fs.cpp1553 int loop_depth = 0; local
1566 loop_depth++;
1569 loop_depth--;
1580 if (loop_depth || if_depth)
/external/chromium_org/v8/src/
H A Dfull-codegen.h583 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
H A Dfull-codegen.cc380 __ dd(back_edges_[i].loop_depth);
486 ASSERT(loop_depth() > 0);
487 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker);
1658 if (static_cast<int>(back_edges.loop_depth(i)) == loop_nesting_level) {
1682 if (static_cast<int>(back_edges.loop_depth(i)) <= loop_nesting_level) {
1727 uint32_t loop_depth = back_edges.loop_depth(i); local
1728 CHECK_LE(static_cast<int>(loop_depth), Code::kMaxLoopNestingMarker);
1731 CHECK_EQ((static_cast<int>(loop_depth) <= loop_nesting_level),
/external/v8/src/
H A Dfull-codegen.h540 int loop_depth() { return loop_depth_; } function in class:v8::internal::FullCodeGenerator

Completed in 325 milliseconds