Searched refs:if_count (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp136 s.if_count != 1 || s.repeat_count || s.uses_ar)
H A Dsb_ir.cpp486 ++s.if_count;
524 sblog << " if_count : " << if_count << "\n";
H A Dsb_ir.h748 unsigned if_count; member in struct:r600_sb::node_stats
754 repeat_count(), if_count(), uses_ar(false) {}
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp136 s.if_count != 1 || s.repeat_count || s.uses_ar)
H A Dsb_ir.cpp486 ++s.if_count;
524 sblog << " if_count : " << if_count << "\n";
H A Dsb_ir.h749 unsigned if_count; member in struct:r600_sb::node_stats
755 repeat_count(), if_count(), uses_ar(false) {}
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp2278 int if_count = 0, loop_count = 0; local in function:set_branchtargets
2286 if_count++;
2300 if_stack = rzalloc_array(v->mem_ctx, int, if_count);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp2225 int if_count = 0, loop_count = 0; local in function:set_branchtargets
2233 if_count++;
2247 if_stack = rzalloc_array(v->mem_ctx, int, if_count);

Completed in 21 milliseconds