HomeSort by relevance Sort by last modified time
    Searched refs:this_count (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_draw.c 379 uint32_t this_count = count; local
404 this_count = step = max_verts;
407 this_count = step = max_verts - (max_verts % 2);
410 this_count = max_verts;
414 this_count = max_verts;
421 this_count = step = max_verts - (max_verts % 3);
424 this_count = max_verts;
430 this_count = step = max_verts;
436 cl_u32(&bcl, this_count);
  /external/tensorflow/tensorflow/core/debug/
debug_grpc_io_utils_test.cc 204 int this_count;
207 this_count = tensor_count++;
214 strings::StrCat("synchronized_node_", this_count), 0,
216 tensors[this_count], wall_time, urls);
221 if (this_count == kSends - 1 && !all_done.HasBeenNotified()) {

Completed in 73 milliseconds