Home
last modified time | relevance | path

Searched refs:view (Results 451 - 475 of 754) sorted by relevance

1...<<11121314151617181920>>...31

/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/libuv/src/win/
H A Dfs.c692 void* view; in fs__read_filemap() local
730 view = MapViewOfFile(fd_info->mapping, in fs__read_filemap()
735 if (view == NULL) { in fs__read_filemap()
751 (char*)view + view_offset + done_read, in fs__read_filemap()
758 UnmapViewOfFile(view); in fs__read_filemap()
766 if (!UnmapViewOfFile(view)) { in fs__read_filemap()
873 void* view; in fs__write_filemap() local
933 view = MapViewOfFile(fd_info->mapping, in fs__write_filemap()
938 if (view == NULL) { in fs__write_filemap()
949 memcpy((char*)view in fs__write_filemap()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c427 struct r600_pipe_sampler_view *view = (struct r600_pipe_sampler_view *)state; in r600_sampler_view_destroy() local
429 if (view->tex_resource->gpu_address && in r600_sampler_view_destroy()
430 view->tex_resource->b.b.target == PIPE_BUFFER) in r600_sampler_view_destroy()
431 list_delinit(&view->list); in r600_sampler_view_destroy()
434 FREE(view); in r600_sampler_view_destroy()
683 struct pipe_sampler_view *view = views[i]; in r600_set_sampler_views() local
684 pipe_sampler_view_reference(&view, NULL); in r600_set_sampler_views()
3331 struct r600_pipe_sampler_view *view; in r600_invalidate_buffer() local
3377 LIST_FOR_EACH_ENTRY(view, &rctx->texture_buffers, list) { in r600_invalidate_buffer()
3378 if (view in r600_invalidate_buffer()
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c758 void* view; in fs__read_filemap() local
796 view = MapViewOfFile(fd_info->mapping, in fs__read_filemap()
801 if (view == NULL) { in fs__read_filemap()
817 (char*)view + view_offset + done_read, in fs__read_filemap()
824 UnmapViewOfFile(view); in fs__read_filemap()
832 if (!UnmapViewOfFile(view)) { in fs__read_filemap()
939 void* view; in fs__write_filemap() local
999 view = MapViewOfFile(fd_info->mapping, in fs__write_filemap()
1004 if (view == NULL) { in fs__write_filemap()
1015 memcpy((char*)view in fs__write_filemap()
[all...]
/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);
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DTextureViewTests.cpp244 // We always set the layer count of the texture view to be 3 to match the fragment shader in
338 // Check the data in the every face of the cube map (array) texture view.
385 // Test sampling from a 2D texture view created on a 2D array texture.
390 // Test sampling from a 2D array texture view created on a 2D array texture.
396 // Test sampling from a 2D texture view created on a mipmap level of a 2D texture.
401 // Test sampling from a 2D texture view created on a mipmap level of a 2D array texture layer.
406 // Test sampling from a 2D array texture view created on a mipmap level of a 2D array texture.
412 // Test sampling from a cube map texture view that covers a whole 2D array texture.
418 // Test sampling from a cube map texture view that covers a sub part of a 2D array texture.
423 // Test sampling from a cube map texture view tha
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSwapChainVk.cpp71 MaybeError OldSwapChain::OnBeforePresent(TextureViewBase* view) { in OnBeforePresent() argument
77 ToBackend(view->GetTexture()) in OnBeforePresent()
78 ->TransitionUsageNow(recordingContext, mTextureUsage, view->GetSubresourceRange()); in OnBeforePresent()
/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;

Completed in 22 milliseconds

1...<<11121314151617181920>>...31