HomeSort by: relevance | last modified time | path
    Searched refs:loop_count (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/common/tests/
mi_builder_test.cpp 1086 const uint64_t loop_count = 8;
1091 mi_break_if(&b, mi_uge(&b, out_mem64(0), mi_imm(loop_count)));
1098 EXPECT_EQ(*(uint64_t *)(output + 0), loop_count);
1122 const uint64_t loop_count = 8;
1128 mi_break_if(&b, mi_uge(&b, out_mem64(0), mi_imm(loop_count)));
1140 EXPECT_EQ(*(uint64_t *)(output + 0), loop_count);
1146 const uint64_t loop_count = 8;
1152 mi_break_if(&b, mi_uge(&b, out_mem64(0), mi_imm(loop_count)));
1180 EXPECT_EQ(*(uint64_t *)(output + 0), loop_count);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_ir.cpp 474 ++s.loop_count;
519 sblog << " loop_count : " << loop_count << "\n"; local
sb_ir.h 744 unsigned loop_count; member in struct:r600_sb::node_stats
754 loop_count(), phi_count(), loop_phi_count(), depart_count(),
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_ir.cpp 474 ++s.loop_count;
519 sblog << " loop_count : " << loop_count << "\n"; local
sb_ir.h 743 unsigned loop_count; member in struct:r600_sb::node_stats
753 loop_count(), phi_count(), loop_phi_count(), depart_count(),
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_compiler.h 396 unsigned loop_count; member in struct:__anon611
agx_compile.c 1018 ++ctx->loop_count;
1096 nr_ins, nr_bytes, nr_threads, ctx->loop_count,
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
compiler.h 283 unsigned loop_count; member in struct:compiler_context
midgard_compile.c 2936 ++ctx->loop_count;
3286 ctx->loop_count,
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_fs_generator.cpp 1914 int loop_count = 0, send_count = 0, nop_count = 0; local
2270 loop_count++;
2778 loop_count, perf.latency,
2810 loop_count, perf.latency,
2819 stats->loops = loop_count;
brw_vec4_generator.cpp 1540 int loop_count = 0, send_count = 0; local
1766 loop_count++;
2251 stage_abbrev, before_size / 16, loop_count, perf.latency,
2271 loop_count, perf.latency, spill_count,
2277 stats->loops = loop_count;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_fs_generator.cpp 1675 int loop_count = 0; local
1948 loop_count++;
2281 shader_name, dispatch_width, before_size / 16, loop_count, cfg->cycle_count,
2296 loop_count, cfg->cycle_count, spill_count,
brw_vec4_generator.cpp 1504 int loop_count = 0; local
1726 loop_count++;
2180 stage_abbrev, before_size / 16, loop_count, cfg->cycle_count,
2193 loop_count, cfg->cycle_count, spill_count,
  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
disp_gu1.c 168 unsigned long loop_count = microseconds * 150; local
170 while (loop_count-- > 0) {
disp_gu2.c 76 unsigned long loop_count = microseconds * 15; local
78 while (loop_count-- > 0) {
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
disp_gu1.c 384 unsigned long loop_count = microseconds * 150; local
386 while (loop_count-- > 0) {
disp_gu2.c 304 unsigned long loop_count = microseconds * 15; local
306 while (loop_count-- > 0) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
ir_to_mesa.cpp 2225 int if_count = 0, loop_count = 0; local
2236 loop_count++;
2248 loop_stack = rzalloc_array(v->mem_ctx, int, loop_count);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
ir_to_mesa.cpp 2278 int if_count = 0, loop_count = 0; local
2289 loop_count++;
2301 loop_stack = rzalloc_array(v->mem_ctx, int, loop_count);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
compiler.h 641 unsigned loop_count;
bifrost_compile.c 3026 ++ctx->loop_count;
3173 ctx->loop_count,

Completed in 42 milliseconds