Home
last modified time | relevance | path

Searched refs:view (Results 651 - 675 of 982) sorted by relevance

1...<<21222324252627282930>>...40

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.h29 int (*view)(struct nv50_head *, struct nv50_head_atom *); member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fb.h84 struct intel_fb_view *view);
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.h29 int (*view)(struct nv50_head *, struct nv50_head_atom *); member
/third_party/node/src/dataqueue/
H A Dqueue.h67 // that is a subset view over the original:
149 // Returns a new Entry that is a view over this entries data
202 v8::Local<v8::ArrayBufferView> view);
249 // Returns a new DataQueue that is a view over this queues data
/third_party/node/tools/actions/
H A Dcommit-queue.sh35 gh pr view "$pr" --json labels --jq ".labels" > labels.json
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/
H A DCountryDropdown.java5 import android.view.KeyEvent;
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/
H A DResultActivity.java4 import android.view.MenuItem;
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.h203 struct pipe_sampler_view *view);
/third_party/skia/src/gpu/effects/
H A DGrTextureEffect.h106 const GrSurfaceProxyView& view() const { return fView; } in view() function in GrTextureEffect
/third_party/skia/src/image/
H A DSkImage_Gpu.h28 GrSurfaceProxyView view,
/third_party/skia/src/core/
H A DSkSpecialImage.h144 * GrSurfaceProxyView. The returned view's proxy represents the entire backing image, so texture
148 GrSurfaceProxyView view(GrRecordingContext*) const;
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DBufferSizeView.java21 import android.view.LayoutInflater;
86 * the current context for the view.
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSwapChain.h72 virtual MaybeError OnBeforePresent(TextureViewBase* view) = 0;
156 // The returned texture view must match the swapchain descriptor exactly.
158 // The call to present must destroy the current view's texture so further access to it are
/third_party/skia/third_party/externals/dawn/examples/
H A DCHelloTriangle.cpp113 colorAttachment.view = backbufferView; in frame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h58 void view(StringRef = "BlockFrequencyDAGs") const;
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c506 /* if this is a non-seamless cube sampler, return the cube array view */ in get_imageview_for_binding()
823 VkBufferView view; in get_buffer_view() local
824 VkResult result = VKSCR(CreateBufferView)(screen->dev, bvci, NULL, &view); in get_buffer_view()
831 VKSCR(DestroyBufferView)(screen->dev, view, NULL); in get_buffer_view()
838 buffer_view->buffer_view = view; in get_buffer_view()
1001 struct zink_sampler_view *view = zink_sampler_view(pview); in zink_sampler_view_destroy() local
1003 zink_buffer_view_reference(zink_screen(pctx->screen), &view->buffer_view, NULL); in zink_sampler_view_destroy()
1005 zink_surface_reference(zink_screen(pctx->screen), &view->image_view, NULL); in zink_sampler_view_destroy()
1006 zink_surface_reference(zink_screen(pctx->screen), &view->cube_array, NULL); in zink_sampler_view_destroy()
1009 FREE_CL(view); in zink_sampler_view_destroy()
1539 create_image_bufferview(struct zink_context *ctx, const struct pipe_image_view *view) create_image_bufferview() argument
1564 create_image_surface(struct zink_context *ctx, const struct pipe_image_view *view, bool is_compute) create_image_surface() argument
1821 zink_create_texture_handle(struct pipe_context *pctx, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) zink_create_texture_handle() argument
1971 zink_create_image_handle(struct pipe_context *pctx, const struct pipe_image_view *view) zink_create_image_handle() argument
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp391 auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize() local
412 AceContainer::SetView(view, rsWindow_, deviceConfig_.density, deviceWidth_, deviceHeight_, callback); in CommonInitialize()
424 view->NotifySurfaceChanged(deviceWidth_, deviceHeight_); in CommonInitialize()
425 view->NotifyDensityChanged(deviceConfig_.density); in CommonInitialize()
/third_party/node/src/crypto/
H A Dcrypto_util.h236 // Finalizes the Builder and returns a read-only view that is optionally
699 auto view = buf.As<v8::ArrayBufferView>(); in ArrayBufferOrViewContents() local
700 offset_ = view->ByteOffset(); in ArrayBufferOrViewContents()
701 length_ = view->ByteLength(); in ArrayBufferOrViewContents()
702 data_ = view->Buffer()->Data(); in ArrayBufferOrViewContents()
/third_party/mesa3d/src/mesa/main/
H A Dtexturebindless.c229 struct pipe_sampler_view *view; in new_texture_handle() local
239 view = st_get_texture_sampler_view_from_stobj(st, texObj, sampObj, 0, in new_texture_handle()
242 view = st_get_buffer_sampler_view_from_stobj(st, texObj, false); in new_texture_handle()
246 return pipe->create_texture_handle(pipe, view, &sampler); in new_texture_handle()
/third_party/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp520 std::string_view view(msg); // C++17 in TestStringPieceStringView()
521 StringPiece piece(view); in TestStringPieceStringView()
523 assertEquals("size()", piece.size(), view.size()); in TestStringPieceStringView()
524 assertEquals("data()", piece.data(), view.data()); in TestStringPieceStringView()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tests.c629 struct pipe_sampler_view *view = NULL; in test_texture_barrier() local
708 view = ctx->create_sampler_view(ctx, cb, &templ); in test_texture_barrier()
709 ctx->set_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &view); in test_texture_barrier()
793 pipe_sampler_view_reference(&view, NULL); in test_texture_barrier()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c695 true, isurf->view.format, isurf->view.swizzle, in crocus_clear()
805 isurf->view.format, isurf->view.swizzle, *color); in crocus_clear_render_target()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_format_test.cc83 constexpr absl::string_view view("=%d=", 4); in TEST_F()
84 EXPECT_EQ("=123=", StrFormat(view, 123)); in TEST_F()
122 constexpr absl::string_view view("=%d=", 4); in TEST_F()
123 EXPECT_EQ("=123=", StrFormat(ParsedFormat<'d'>(view), 123)); in TEST_F()
368 EXPECT_EQ(StrFormat("%s", string_view("view")), "view"); in TEST()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c644 struct vc4_sampler_view *view = vc4_sampler_view(pview); in vc4_sampler_view_destroy() local
646 pipe_resource_reference(&view->texture, NULL); in vc4_sampler_view_destroy()
647 free(view); in vc4_sampler_view_destroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.h85 // whenever a multi-view draw framebuffer is made active.
119 // whenever a multi-view draw framebuffer is made active.
320 void unsetConflictingView(gl::PipelineType pipeline, ID3D11View *view, bool isRenderTarget);
535 uintptr_t view; member
558 void update(size_t resourceIndex, ViewType *view);

Completed in 49 milliseconds

1...<<21222324252627282930>>...40