HomeSort by relevance Sort by last modified time
    Searched defs:nr_samples (Results 1 - 20 of 20) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
sw-clock.c 24 int nr_samples = 0; local
90 nr_samples++;
95 if ((u64) nr_samples == total_periods) {
97 nr_samples);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_texture.h 108 uint32_t nr_samples; member in struct:rbug_proto_texture_info_reply
177 uint32_t nr_samples,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-annotate.c 230 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; local
232 if (nr_samples > 0) {
233 total_nr_samples += nr_samples;
builtin-report.c 415 unsigned long nr_samples = self->stats.nr_events[PERF_RECORD_SAMPLE]; local
428 nr_samples += pos->hists.stats.nr_events[PERF_RECORD_SAMPLE];
433 nr_samples = convert_unit(nr_samples, &unit);
434 ret = fprintf(fp, "# Samples: %lu%c", nr_samples, unit);
483 u64 nr_samples; local
549 nr_samples = 0;
557 nr_samples += hists->stats.nr_events[PERF_RECORD_SAMPLE];
572 if (nr_samples == 0) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
session.h 27 unsigned int nr_samples; member in struct:ordered_samples
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.h 108 uint32_t nr_samples; member in struct:rbug_proto_texture_info_reply
177 uint32_t nr_samples,
  /external/fio/
iolog.h 46 unsigned long nr_samples; member in struct:io_log
server.h 147 uint32_t nr_samples; member in struct:cmd_iolog_pdu
client.c 1136 uint32_t nr_samples; local
1152 nr_samples = le32_to_cpu(pdu->nr_samples);
1154 total = nr_samples * sizeof(struct io_sample);
1156 ret->nr_samples = nr_samples;
1224 ret->nr_samples = le32_to_cpu(ret->nr_samples);
1228 for (i = 0; i < ret->nr_samples; i++) {
    [all...]
stat.c 1568 const int nr_samples = iolog->nr_samples; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 104 unsigned nr_samples : 7; member in struct:sm4_token_instruction::__anon17776::__anon17781
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 104 unsigned nr_samples : 7; member in struct:sm4_token_instruction::__anon31335::__anon31340
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 322 cmsUInt32Number intent, in_type, out_type, nr_samples; local
378 nr_samples = (cmsUInt32Number)max * 3 * (cmsUInt32Number)sizeof(unsigned char);
379 in = inbuf = FX_Alloc(unsigned char, nr_samples);
380 out = outbuf = FX_Alloc(unsigned char, nr_samples);
403 nr_samples = (cmsUInt32Number)max * 3 * (cmsUInt32Number)sizeof(unsigned short);
404 in = inbuf = FX_Alloc(unsigned short, nr_samples);
405 out = outbuf = FX_Alloc(unsigned short, nr_samples);
429 nr_samples = (cmsUInt32Number)max * 3 * sizeof(unsigned char);
430 in = inbuf = FX_Alloc(unsigned char, nr_samples);
431 out = outbuf = FX_Alloc(unsigned char, nr_samples);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_state.c 158 static unsigned r600_tex_dim(unsigned dim, unsigned nr_samples)
168 return nr_samples > 1 ? V_030000_SQ_TEX_DIM_2D_MSAA :
171 return nr_samples > 1 ? V_030000_SQ_TEX_DIM_2D_ARRAY_MSAA :
1075 view->tex_resource_words[0] = (S_030000_DIM(r600_tex_dim(texture->target, texture->nr_samples)) |
1700 uint32_t tl, br, i, nr_samples, log_samples; local
    [all...]
r600_state.c 102 static unsigned r600_tex_dim(unsigned dim, unsigned nr_samples)
112 return nr_samples > 1 ? V_038000_SQ_TEX_DIM_2D_MSAA :
115 return nr_samples > 1 ? V_038000_SQ_TEX_DIM_2D_ARRAY_MSAA :
1588 uint32_t tl, br, i, nr_samples, max_dist; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 413 unsigned nr_samples:8; /**< for multisampled surfaces, nr of samples */ member in struct:pipe_resource
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 1228 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; local
1241 nr_samples += pos->hists.stats.nr_events[PERF_RECORD_SAMPLE];
1246 nr_samples = convert_unit(nr_samples, &unit);
1249 nr_samples, unit, ev_name, nr_events);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 158 static unsigned r600_tex_dim(unsigned dim, unsigned nr_samples)
168 return nr_samples > 1 ? V_030000_SQ_TEX_DIM_2D_MSAA :
171 return nr_samples > 1 ? V_030000_SQ_TEX_DIM_2D_ARRAY_MSAA :
1075 view->tex_resource_words[0] = (S_030000_DIM(r600_tex_dim(texture->target, texture->nr_samples)) |
1700 uint32_t tl, br, i, nr_samples, log_samples; local
    [all...]
r600_state.c 102 static unsigned r600_tex_dim(unsigned dim, unsigned nr_samples)
112 return nr_samples > 1 ? V_038000_SQ_TEX_DIM_2D_MSAA :
115 return nr_samples > 1 ? V_038000_SQ_TEX_DIM_2D_ARRAY_MSAA :
1588 uint32_t tl, br, i, nr_samples, max_dist; local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 413 unsigned nr_samples:8; /**< for multisampled surfaces, nr of samples */ member in struct:pipe_resource

Completed in 650 milliseconds