Home
last modified time | relevance | path

Searched refs:this_count (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_draw.c475 uint32_t this_count = count; in vc4_draw_vbo() local
483 u_split_draw(info, max_verts, &this_count, &step); in vc4_draw_vbo()
487 array.length = this_count; in vc4_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c1125 unsigned this_count = count; in lima_draw_vbo_count() local
1128 u_split_draw(info, max_verts, &this_count, &step); in lima_draw_vbo_count()
1131 local_draw.count = this_count; in lima_draw_vbo_count()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1330 int32_t this_count = Smi::cast(polymorphic.get(j + 1)).value(); in Process() local
1331 double frequency = static_cast<double>(this_count) / total_count; in Process()
1354 found_count = static_cast<int>(this_count); in Process()

Completed in 11 milliseconds