/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tests.c | 629 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 D | crocus_clear.c | 695 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 D | str_format_test.cc | 83 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 D | fs.c | 692 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 D | r600_state_common.c | 427 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 D | fs.c | 758 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 D | vc4_state.c | 644 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 D | StateManager11.h | 85 // 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 D | TextureViewTests.cpp | 244 // 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 D | SwapChainVk.cpp | 71 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 D | head.h | 29 int (*view)(struct nv50_head *, struct nv50_head_atom *); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.h | 84 struct intel_fb_view *view);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head.h | 29 int (*view)(struct nv50_head *, struct nv50_head_atom *); member
|
/third_party/node/src/dataqueue/ |
H A D | queue.h | 67 // 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 D | commit-queue.sh | 35 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 D | CountryDropdown.java | 5 import android.view.KeyEvent;
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ |
H A D | ResultActivity.java | 4 import android.view.MenuItem;
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_objects.h | 203 struct pipe_sampler_view *view);
|
/third_party/skia/src/gpu/effects/ |
H A D | GrTextureEffect.h | 106 const GrSurfaceProxyView& view() const { return fView; } in view() function in GrTextureEffect
|
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.h | 28 GrSurfaceProxyView view,
|
/third_party/skia/src/core/ |
H A D | SkSpecialImage.h | 144 * 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 D | BufferSizeView.java | 21 import android.view.LayoutInflater; 86 * the current context for the view.
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | SwapChain.h | 72 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 D | CHelloTriangle.cpp | 113 colorAttachment.view = backbufferView; in frame()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfo.h | 58 void view(StringRef = "BlockFrequencyDAGs") const;
|