HomeSort by relevance Sort by last modified time
    Searched refs:nr_samples (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
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/drivers/r600/
r600_resource.h 124 unsigned nr_samples,
r600_texture.c 102 surface->nsamples = ptex->nr_samples ? ptex->nr_samples : 1;
258 unsigned nr_samples,
265 switch (nr_samples) {
293 fmask.bankh = nr_samples <= 4 ? 4 : 1;
313 rtex->resource.b.b.nr_samples, &fmask);
413 if (base->nr_samples > 1 && !rtex->is_depth && alloc_bo) {
418 if (!rtex->is_depth && base->nr_samples > 1 &&
579 resource.nr_samples = texture->nr_samples;
    [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/tests/graw/
clear.c 75 templat.nr_samples = 1;
fs-test.c 124 templat.nr_samples = 1;
346 templat.nr_samples = 1;
459 templat.nr_samples = 1;
gs-test.c 161 templat.nr_samples = 1;
410 templat.nr_samples = 1;
523 templat.nr_samples = 1;
vs-test.c 92 templat.nr_samples = 1;
297 templat.nr_samples = 1;
410 templat.nr_samples = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_texture.c 102 surface->nsamples = ptex->nr_samples ? ptex->nr_samples : 1;
258 unsigned nr_samples,
265 switch (nr_samples) {
293 fmask.bankh = nr_samples <= 4 ? 4 : 1;
313 rtex->resource.b.b.nr_samples, &fmask);
413 if (base->nr_samples > 1 && !rtex->is_depth && alloc_bo) {
418 if (!rtex->is_depth && base->nr_samples > 1 &&
579 resource.nr_samples = texture->nr_samples;
    [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/auxiliary/util/
u_blitter.c 562 tex->nr_samples <= 1;
689 if (tex->nr_samples > 1) {
695 tex->nr_samples);
725 if (tex->nr_samples > 1) {
731 tex->nr_samples);
762 if (tex->nr_samples > 1) {
768 tex->nr_samples);
799 if (tex->nr_samples > 1) {
805 tex->nr_samples);
    [all...]
u_blit.c 485 src_tex->nr_samples == dst->texture->nr_samples &&
511 assert(src_tex->nr_samples <= 1);
512 if (src_tex->nr_samples > 1) {
647 ctx->internal_target, sampler_view->texture->nr_samples,
650 dst_surface->texture->nr_samples,
855 dst->texture->nr_samples,
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 562 tex->nr_samples <= 1;
689 if (tex->nr_samples > 1) {
695 tex->nr_samples);
725 if (tex->nr_samples > 1) {
731 tex->nr_samples);
762 if (tex->nr_samples > 1) {
768 tex->nr_samples);
799 if (tex->nr_samples > 1) {
805 tex->nr_samples);
    [all...]
u_blit.c 485 src_tex->nr_samples == dst->texture->nr_samples &&
511 assert(src_tex->nr_samples <= 1);
512 if (src_tex->nr_samples > 1) {
647 ctx->internal_target, sampler_view->texture->nr_samples,
650 dst_surface->texture->nr_samples,
855 dst->texture->nr_samples,
  /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/tests/graw/
fs-test.c 124 templat.nr_samples = 1;
346 templat.nr_samples = 1;
459 templat.nr_samples = 1;
gs-test.c 161 templat.nr_samples = 1;
410 templat.nr_samples = 1;
523 templat.nr_samples = 1;
vs-test.c 92 templat.nr_samples = 1;
297 templat.nr_samples = 1;
410 templat.nr_samples = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_blit.c 488 src->nr_samples,
491 dst->nr_samples,
557 dst->target, dst->nr_samples,
560 src->target, src->nr_samples,
  /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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_gen_mipmap.c 156 assert(pt->nr_samples < 2);
  /external/fio/
server.h 147 uint32_t nr_samples; member in struct:cmd_iolog_pdu
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 488 src->nr_samples,
491 dst->nr_samples,
557 dst->target, dst->nr_samples,
560 src->target, src->nr_samples,
  /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 351 milliseconds

12 3 4 5