Home
last modified time | relevance | path

Searched refs:begin_count (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c70 uint64_t begin_count, end_count; member
884 sq->begin_count = svga->hud.num_draw_calls; in svga_begin_query()
887 sq->begin_count = svga->hud.num_fallbacks; in svga_begin_query()
890 sq->begin_count = svga->hud.num_flushes; in svga_begin_query()
893 sq->begin_count = svga->hud.num_validations; in svga_begin_query()
896 sq->begin_count = svga->hud.map_buffer_time; in svga_begin_query()
899 sq->begin_count = svga->hud.num_buffers_mapped; in svga_begin_query()
902 sq->begin_count = svga->hud.num_textures_mapped; in svga_begin_query()
905 sq->begin_count = svga->hud.num_bytes_uploaded; in svga_begin_query()
908 sq->begin_count = svga->swc->num_command_buffers; in svga_begin_query()
[all …]
/external/libepoxy/src/
Ddispatch_common.c264 long begin_count; member
378 if (api.begin_count) in epoxy_is_desktop_gl()
448 if (api.begin_count) in epoxy_conservative_gl_version()
630 if (api.begin_count) in epoxy_conservative_has_gl_extension()
873 InterlockedIncrement(&api.begin_count); in WRAPPER()
876 api.begin_count++; in WRAPPER()
889 InterlockedDecrement(&api.begin_count); in WRAPPER()
892 api.begin_count--; in WRAPPER()
/external/tensorflow/tensorflow/lite/kernels/
Dstrided_slice.cc81 int begin_count = GetTensorShape(op_context->begin).Dims(0); in BuildStridedSliceParams() local
82 for (int i = 0; i < begin_count; ++i) { in BuildStridedSliceParams()
90 for (int i = begin_count; i < op_context->dims; ++i) { in BuildStridedSliceParams()
Dslice.cc198 op_params.begin_count = kMaxDim; \ in Eval()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1375 TFLITE_DCHECK_LE(op_params.begin_count, 5); in Slice()
1377 const int begin_count = op_params.begin_count; in Slice() local
1385 begin_count < padded_i ? 0 : op_params.begin[begin_count - padded_i]; in Slice()
Dlegacy_reference_ops.h2195 op_params.begin_count = 4; in Slice()
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks_test.py63 self.begin_count = 0
70 self.begin_count += 1
85 'begin': self.begin_count,
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h1171 int8_t begin_count;
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h1072 int8_t begin_count; member
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5392 TFLITE_DCHECK_LE(op_params.begin_count, 5); in Slice()
5394 const int begin_count = op_params.begin_count; in Slice() local
5402 begin_count < padded_i ? 0 : op_params.begin[begin_count - padded_i]; in Slice()
Dlegacy_optimized_ops.h4901 op_params.begin_count = 4; in Slice()