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

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_msaa.c 46 sample_count = framebuffer->zsbuf->texture->nr_samples;
48 sample_count = framebuffer->cbufs[0]->texture->nr_samples;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_msaa.c 46 sample_count = framebuffer->zsbuf->texture->nr_samples;
48 sample_count = framebuffer->cbufs[0]->texture->nr_samples;
  /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/util/
u_inlines.h 568 unsigned nr_samples)
572 assert(nr_samples <= 1);
576 return nr_samples > 1 ? TGSI_TEXTURE_2D_MSAA : TGSI_TEXTURE_2D;
579 assert(nr_samples <= 1);
583 assert(nr_samples <= 1);
587 assert(nr_samples <= 1);
591 assert(nr_samples <= 1);
595 return nr_samples > 1 ? TGSI_TEXTURE_2D_ARRAY_MSAA :
u_staging.c 46 template->nr_samples = pt->nr_samples;
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 568 unsigned nr_samples)
572 assert(nr_samples <= 1);
576 return nr_samples > 1 ? TGSI_TEXTURE_2D_MSAA : TGSI_TEXTURE_2D;
579 assert(nr_samples <= 1);
583 assert(nr_samples <= 1);
587 assert(nr_samples <= 1);
591 assert(nr_samples <= 1);
595 return nr_samples > 1 ? TGSI_TEXTURE_2D_ARRAY_MSAA :
u_staging.c 46 template->nr_samples = pt->nr_samples;
  /development/perftests/panorama/feature_stab/db_vlvm/
db_rob_image_homography.h 70 \param temp_d pre-allocated space of size 12*nr_samples+10*nr_points doubles
71 \param temp_i pre-allocated space of size max(nr_samples,nr_points) ints
84 \param nr_samples number of times to compute a hypothesis
102 12*nr_samples+10*nr_points
107 max(nr_samples,nr_points)
115 int nr_samples=DB_DEFAULT_NR_SAMPLES,
db_rob_image_homography.cpp 638 12*nr_samples+10*nr_points
643 max(nr_samples,nr_points)
651 int nr_samples,
723 2*nr_samples*/
735 hyp_H_array=temp_d+nr_samples;
736 temp_select=temp_d+10*nr_samples;
737 x_h=temp_d+12*nr_samples;
738 xp_h=temp_d+12*nr_samples+3*nr_points;
739 x_i=temp_d+12*nr_samples+6*nr_points;
740 xp_i=temp_d+12*nr_samples+8*nr_points
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 70 \param temp_d pre-allocated space of size 12*nr_samples+10*nr_points doubles
71 \param temp_i pre-allocated space of size max(nr_samples,nr_points) ints
84 \param nr_samples number of times to compute a hypothesis
102 12*nr_samples+10*nr_points
107 max(nr_samples,nr_points)
115 int nr_samples=DB_DEFAULT_NR_SAMPLES,
db_rob_image_homography.cpp 638 12*nr_samples+10*nr_points
643 max(nr_samples,nr_points)
651 int nr_samples,
723 2*nr_samples*/
735 hyp_H_array=temp_d+nr_samples;
736 temp_select=temp_d+10*nr_samples;
737 x_h=temp_d+12*nr_samples;
738 xp_h=temp_d+12*nr_samples+3*nr_points;
739 x_i=temp_d+12*nr_samples+6*nr_points;
740 xp_i=temp_d+12*nr_samples+8*nr_points
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 70 \param temp_d pre-allocated space of size 12*nr_samples+10*nr_points doubles
71 \param temp_i pre-allocated space of size max(nr_samples,nr_points) ints
84 \param nr_samples number of times to compute a hypothesis
102 12*nr_samples+10*nr_points
107 max(nr_samples,nr_points)
115 int nr_samples=DB_DEFAULT_NR_SAMPLES,
db_rob_image_homography.cpp 638 12*nr_samples+10*nr_points
643 max(nr_samples,nr_points)
651 int nr_samples,
723 2*nr_samples*/
735 hyp_H_array=temp_d+nr_samples;
736 temp_select=temp_d+10*nr_samples;
737 x_h=temp_d+12*nr_samples;
738 xp_h=temp_d+12*nr_samples+3*nr_points;
739 x_i=temp_d+12*nr_samples+6*nr_points;
740 xp_i=temp_d+12*nr_samples+8*nr_points
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c 98 tile = r300_get_pixel_alignment(tex->b.b.format, tex->b.b.nr_samples,
141 tex->b.b.nr_samples,
173 tex->b.b.nr_samples,
251 if (base->nr_samples) {
252 layer_size *= base->nr_samples;
300 first_level_valid = tex->b.b.nr_samples <= 1 &&
378 tex->b.b.nr_samples <= 1 ? 8 : 4;
488 tex->b.b.nr_samples = base->nr_samples;
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 98 tile = r300_get_pixel_alignment(tex->b.b.format, tex->b.b.nr_samples,
141 tex->b.b.nr_samples,
173 tex->b.b.nr_samples,
251 if (base->nr_samples) {
252 layer_size *= base->nr_samples;
300 first_level_valid = tex->b.b.nr_samples <= 1 &&
378 tex->b.b.nr_samples <= 1 ? 8 : 4;
488 tex->b.b.nr_samples = base->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/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
  /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;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_miptree.c 62 const unsigned ms = util_logbase2(mt->base.base.nr_samples);
157 switch (mt->base.base.nr_samples) {
177 NOUVEAU_ERR("invalid nr_samples: %u\n", mt->base.base.nr_samples);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 78 resource_temp.nr_samples = 1;
111 resource_temp.nr_samples = 1;
236 temp.nr_samples = 1;
clear.c 75 templat.nr_samples = 1;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 62 const unsigned ms = util_logbase2(mt->base.base.nr_samples);
157 switch (mt->base.base.nr_samples) {
177 NOUVEAU_ERR("invalid nr_samples: %u\n", mt->base.base.nr_samples);
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 78 resource_temp.nr_samples = 1;
111 resource_temp.nr_samples = 1;
236 temp.nr_samples = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_resource.h 124 unsigned nr_samples,

Completed in 808 milliseconds

1 2 3 4 5