Home
last modified time | relevance | path

Searched refs:views (Results 1 – 25 of 239) sorted by relevance

12345678910

/external/skqp/src/gpu/vk/
DGrVkTextureRenderTarget.cpp108 Views views; in create_views() local
109 views.imageView = GrVkImageView::Create(gpu, image, info.fFormat, GrVkImageView::kColor_Type, in create_views()
111 if (!views.imageView) { in create_views()
135 if (!GrVkImage::InitImageInfo(gpu, msImageDesc, &views.msInfo)) { in create_views()
136 views.imageView->unref(gpu); in create_views()
141 colorImage = views.msInfo.fImage; in create_views()
144 views.resolveAttachmentView = in create_views()
147 if (!views.resolveAttachmentView) { in create_views()
148 GrVkImage::DestroyImageInfo(gpu, &views.msInfo); in create_views()
149 views.imageView->unref(gpu); in create_views()
[all …]
/external/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp108 Views views; in create_views() local
109 views.imageView = GrVkImageView::Create(gpu, image, info.fFormat, GrVkImageView::kColor_Type, in create_views()
111 if (!views.imageView) { in create_views()
135 if (!GrVkImage::InitImageInfo(gpu, msImageDesc, &views.msInfo)) { in create_views()
136 views.imageView->unref(gpu); in create_views()
141 colorImage = views.msInfo.fImage; in create_views()
144 views.resolveAttachmentView = in create_views()
147 if (!views.resolveAttachmentView) { in create_views()
148 GrVkImage::DestroyImageInfo(gpu, &views.msInfo); in create_views()
149 views.imageView->unref(gpu); in create_views()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c62 struct st_sampler_views *views; in st_texture_set_sampler_view() local
68 views = stObj->sampler_views; in st_texture_set_sampler_view()
70 for (i = 0; i < views->count; ++i) { in st_texture_set_sampler_view()
71 sv = &views->views[i]; in st_texture_set_sampler_view()
90 if (views->count >= views->max) { in st_texture_set_sampler_view()
92 unsigned new_max = 2 * views->max; in st_texture_set_sampler_view()
93 unsigned new_size = sizeof(*views) + new_max * sizeof(views->views[0]); in st_texture_set_sampler_view()
95 if (new_max < views->max || in st_texture_set_sampler_view()
96 new_max > (UINT_MAX - sizeof(*views)) / sizeof(views->views[0])) { in st_texture_set_sampler_view()
107 new_views->count = views->count; in st_texture_set_sampler_view()
[all …]
/external/python/oauth2client/tests/contrib/django_util/
Dtest_views.py32 from oauth2client.contrib.django_util import views
52 response = views.oauth2_authorize(request)
59 response = views.oauth2_authorize(request)
67 response = views.oauth2_authorize(request)
98 response = views.oauth2_authorize(request)
107 response = views.oauth2_authorize(request)
117 response = views.oauth2_authorize(request)
134 response = views.oauth2_authorize(request)
178 response = views.oauth2_callback(request)
210 response = views.oauth2_callback(request)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
Dscheduler-queue-usage.s2 …e=x86_64-unknown-unknown -mcpu=btver2 -iterations=1 -all-stats=false -all-views=false -scheduler-s…
3 …e=x86_64-unknown-unknown -mcpu=znver1 -iterations=1 -all-stats=false -all-views=false -scheduler-s…
4 …_64-unknown-unknown -mcpu=sandybridge -iterations=1 -all-stats=false -all-views=false -scheduler-s…
5 …86_64-unknown-unknown -mcpu=ivybridge -iterations=1 -all-stats=false -all-views=false -scheduler-s…
6 …=x86_64-unknown-unknown -mcpu=haswell -iterations=1 -all-stats=false -all-views=false -scheduler-s…
7 …86_64-unknown-unknown -mcpu=broadwell -iterations=1 -all-stats=false -all-views=false -scheduler-s…
8 …iple=x86_64-unknown-unknown -mcpu=knl -iterations=1 -all-stats=false -all-views=false -scheduler-s…
9 …=x86_64-unknown-unknown -mcpu=skylake -iterations=1 -all-stats=false -all-views=false -scheduler-s…
10 …-unknown-unknown -mcpu=skylake-avx512 -iterations=1 -all-stats=false -all-views=false -scheduler-s…
11 …iple=x86_64-unknown-unknown -mcpu=slm -iterations=1 -all-stats=false -all-views=false -scheduler-s…
Dregister-file-statistics.s2 …e=x86_64-unknown-unknown -mcpu=btver2 -iterations=1 -all-stats=false -all-views=false -register-fi…
3 …e=x86_64-unknown-unknown -mcpu=znver1 -iterations=1 -all-stats=false -all-views=false -register-fi…
4 …_64-unknown-unknown -mcpu=sandybridge -iterations=1 -all-stats=false -all-views=false -register-fi…
5 …86_64-unknown-unknown -mcpu=ivybridge -iterations=1 -all-stats=false -all-views=false -register-fi…
6 …=x86_64-unknown-unknown -mcpu=haswell -iterations=1 -all-stats=false -all-views=false -register-fi…
7 …86_64-unknown-unknown -mcpu=broadwell -iterations=1 -all-stats=false -all-views=false -register-fi…
8 …iple=x86_64-unknown-unknown -mcpu=knl -iterations=1 -all-stats=false -all-views=false -register-fi…
9 …=x86_64-unknown-unknown -mcpu=skylake -iterations=1 -all-stats=false -all-views=false -register-fi…
10 …-unknown-unknown -mcpu=skylake-avx512 -iterations=1 -all-stats=false -all-views=false -register-fi…
11 …iple=x86_64-unknown-unknown -mcpu=slm -iterations=1 -all-stats=false -all-views=false -register-fi…
Doption-all-views-2.s2 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -all-views < …
3 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -all-views -resource-pressure < …
4 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -resource-pressure -all-views < …
5 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -resource-pressure=false -all-views < …
6 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -all-views -resource-pressure=false < …
/external/autotest/database/
Ddb_utils_unittest.py29 views = ('view1', 'view2')
31 db_utils.check_exists(self.manager, views, db_utils.VIEW_TYPE)
33 self._setup_exists_expects(views, 'VIEWS')
43 views = ('view1', 'view2')
44 self._setup_exists_expects(views, 'VIEWS')
46 for view in views:
49 db_utils.drop_views(self.manager, views)
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWindowManagerImplTest.java46 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_isInitiallyEmpty() local
48 assertThat(views).isEmpty(); in getViews_isInitiallyEmpty()
55 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_returnsAnAddedView() local
57 assertThat(views).hasSize(1); in getViews_returnsAnAddedView()
58 assertThat(views.get(0)).isSameAs(view); in getViews_returnsAnAddedView()
66 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_doesNotReturnARemovedView() local
68 assertThat(views).isEmpty(); in getViews_doesNotReturnARemovedView()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture.c219 unsigned nr, struct pipe_sampler_view **views) in set_sampler_views() argument
226 pipe_sampler_view_reference(&ctx->sampler_view[i], views[j]); in set_sampler_views()
227 if (views[j]) { in set_sampler_views()
245 struct pipe_sampler_view **views) in etna_fragtex_set_sampler_views() argument
250 set_sampler_views(ctx, start, end, nr, views); in etna_fragtex_set_sampler_views()
257 struct pipe_sampler_view **views) in etna_vertex_set_sampler_views() argument
262 set_sampler_views(ctx, start, end, nr, views); in etna_vertex_set_sampler_views()
268 struct pipe_sampler_view **views) in etna_set_sampler_views() argument
276 if (views[idx]) in etna_set_sampler_views()
277 etna_update_sampler_source(views[idx], idx); in etna_set_sampler_views()
[all …]
/external/elfutils/tests/
Dtestfile-dwarf-45.source75 $ gcc -gdwarf-4 -gno-as-loc-support -gno-variable-location-views -O2 -c world.c
76 $ gcc -gdwarf-4 -gno-as-loc-support -gno-variable-location-views -O2 -c hello.c
79 $ gcc -gdwarf-5 -gno-as-loc-support -gno-variable-location-views -O2 -c world.c
80 $ gcc -gdwarf-5 -gno-as-loc-support -gno-variable-location-views -O2 -c hello.c
83 $ gcc -gdwarf-4 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-worl…
84 $ gcc -gdwarf-4 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-hell…
87 $ gcc -gdwarf-5 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-worl…
88 $ gcc -gdwarf-5 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-hell…
/external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/
DSignalFxStatsExporterWorkerThread.java53 private final ViewManager views; field in SignalFxStatsExporterWorkerThread
61 ViewManager views) { in SignalFxStatsExporterWorkerThread() argument
63 this.views = views; in SignalFxStatsExporterWorkerThread()
75 for (View view : views.getAllExportedViews()) { in export()
76 ViewData data = views.getView(view.getName()); in export()
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMeasureToViewMap.java78 Set<View> views = exportedViews; in getExportedViews() local
79 if (views == null) { in getExportedViews()
81 exportedViews = views = filterExportedViews(registeredViews.values()); in getExportedViews()
84 return views; in getExportedViews()
89 Set<View> views = Sets.newHashSet(); in filterExportedViews() local
92 views.add(view); in filterExportedViews()
95 return Collections.unmodifiableSet(views); in filterExportedViews()
131 Collection<MutableViewData> views = mutableMap.get(view.getMeasure().getName()); in getMutableViewData() local
132 for (MutableViewData viewData : views) { in getMutableViewData()
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DNoopStats.java199 Set<View> views = exportedViews; in getAllExportedViews() local
200 if (views == null) { in getAllExportedViews()
202 exportedViews = views = filterExportedViews(registeredViews.values()); in getAllExportedViews()
205 return views; in getAllExportedViews()
211 Set<View> views = new HashSet<View>(); in filterExportedViews() local
216 views.add(view); in filterExportedViews()
218 return Collections.unmodifiableSet(views); in filterExportedViews()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c112 struct pipe_sampler_view **views) in llvmpipe_set_sampler_views() argument
137 if (views[i] && views[i]->context != pipe) { in llvmpipe_set_sampler_views()
142 views[i]); in llvmpipe_set_sampler_views()
243 struct pipe_sampler_view **views, in prepare_shader_sampling() argument
258 struct pipe_sampler_view *view = i < num ? views[i] : NULL; in prepare_shader_sampling()
348 struct pipe_sampler_view **views) in llvmpipe_prepare_vertex_sampling() argument
350 prepare_shader_sampling(lp, num, views, PIPE_SHADER_VERTEX); in llvmpipe_prepare_vertex_sampling()
360 struct pipe_sampler_view **views) in llvmpipe_prepare_geometry_sampling() argument
362 prepare_shader_sampling(lp, num, views, PIPE_SHADER_GEOMETRY); in llvmpipe_prepare_geometry_sampling()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c617 struct pipe_sampler_view **views) in r600_set_sampler_views() argument
621 struct r600_pipe_sampler_view **rviews = (struct r600_pipe_sampler_view **)views; in r600_set_sampler_views()
634 if (!views) { in r600_set_sampler_views()
639 remaining_mask = dst->views.enabled_mask & disable_mask; in r600_set_sampler_views()
643 assert(dst->views.views[i]); in r600_set_sampler_views()
645 pipe_sampler_view_reference((struct pipe_sampler_view **)&dst->views.views[i], NULL); in r600_set_sampler_views()
649 if (rviews[i] == dst->views.views[i]) { in r600_set_sampler_views()
659 dst->views.compressed_depthtex_mask |= 1 << i; in r600_set_sampler_views()
661 dst->views.compressed_depthtex_mask &= ~(1 << i); in r600_set_sampler_views()
666 dst->views.compressed_colortex_mask |= 1 << i; in r600_set_sampler_views()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c103 struct pipe_sampler_view **views) in softpipe_set_sampler_views() argument
119 pipe_sampler_view_reference(pview, views[i]); in softpipe_set_sampler_views()
121 views[i]); in softpipe_set_sampler_views()
169 struct pipe_sampler_view **views, in prepare_shader_sampling() argument
185 struct pipe_sampler_view *view = i < num ? views[i] : NULL; in prepare_shader_sampling()
280 struct pipe_sampler_view **views) in softpipe_prepare_vertex_sampling() argument
282 prepare_shader_sampling(sp, num, views, PIPE_SHADER_VERTEX, in softpipe_prepare_vertex_sampling()
302 struct pipe_sampler_view **views) in softpipe_prepare_geometry_sampling() argument
304 prepare_shader_sampling(sp, num, views, PIPE_SHADER_GEOMETRY, in softpipe_prepare_geometry_sampling()
/external/mesa3d/src/gallium/state_trackers/va/
Dimage.c332 struct pipe_sampler_view **views; in vlVaGetImage() local
381 views = surf->buffer->get_sampler_view_planes(surf->buffer); in vlVaGetImage()
382 if (!views) { in vlVaGetImage()
404 if (!views[i]) continue; in vlVaGetImage()
406 for (j = 0; j < views[i]->texture->array_size; ++j) { in vlVaGetImage()
410 map = drv->pipe->transfer_map(drv->pipe, views[i]->texture, 0, in vlVaGetImage()
419 transfer->stride, views[i]->texture->array_size, in vlVaGetImage()
423 views[i]->texture->format, in vlVaGetImage()
424 pitches[i] * views[i]->texture->array_size, 0, 0, in vlVaGetImage()
444 struct pipe_sampler_view **views; in vlVaPutImage() local
[all …]
/external/python/oauth2client/oauth2client/contrib/django_util/
Dsite.py19 from oauth2client.contrib.django_util import views
22 urls.url(r'oauth2callback/', views.oauth2_callback, name="callback"),
23 urls.url(r'oauth2authorize/', views.oauth2_authorize, name="authorize")
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWindowManagerImpl.java47 private static final Multimap<Integer, View> views = ArrayListMultimap.create(); field in ShadowWindowManagerImpl
51 views.put(realObject.getDefaultDisplay().getDisplayId(), view); in addView()
63 views.remove(realObject.getDefaultDisplay().getDisplayId(), view); in removeView()
69 return ImmutableList.copyOf(views.get(realObject.getDefaultDisplay().getDisplayId())); in getViews()
93 views.clear(); in reset()
DShadowAppWidgetManager.java52 protected void updateAppWidget(int[] appWidgetIds, RemoteViews views) { in updateAppWidget() argument
54 updateAppWidget(appWidgetId, views); in updateAppWidget()
65 protected void updateAppWidget(int appWidgetId, RemoteViews views) { in updateAppWidget() argument
67 int layoutId = views.getLayoutId(); in updateAppWidget()
72 widgetInfo.lastRemoteViews = views; in updateAppWidget()
73 views.reapply(context, widgetInfo.view); in updateAppWidget()
/external/skia/tools/sk_app/mac/
DMetalWindowContext_mac.mm75 NSDictionary *views = NSDictionaryOfVariableBindings(fMTKView);
81 views:views]];
87 views:views]];
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_texture.c70 unsigned start, unsigned nr, struct pipe_sampler_view **views) in set_sampler_views() argument
75 struct pipe_sampler_view *view = views ? views[i] : NULL; in set_sampler_views()
102 struct pipe_sampler_view **views) in fd_set_sampler_views() argument
106 set_sampler_views(&ctx->tex[shader], start, nr, views); in fd_set_sampler_views()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DRootFinder.java78 List<View> views = null; in getRootViews() local
82 views = (List<View>) viewsField.get(windowManagerObj); in getRootViews()
84 views = Arrays.asList((View[]) viewsField.get(windowManagerObj)); in getRootViews()
86 return views; in getRootViews()
DInstrumentationDriver.java47 List<View> views = RootFinder.getRootViews();
48 if (views.size() > 1) {
49 Logs.log(Log.VERBOSE, "views.size()=" + views.size());
50 for (View view : views) {

12345678910