| /third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_emit.c | 204 const struct fd3_pipe_sampler_view *view = in emit_textures() local 228 const struct fd3_pipe_sampler_view *view = in emit_textures() local [all...] |
| /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
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_context.cpp | 1055 struct d3d12_sampler_view *view = d3d12_sampler_view(pview); in d3d12_destroy_sampler_view() local 964 d3d12_increment_sampler_view_bind_count(struct pipe_context *ctx, enum pipe_shader_type shader_type, struct pipe_sampler_view *view) d3d12_increment_sampler_view_bind_count() argument 973 d3d12_decrement_sampler_view_bind_count(struct pipe_context *ctx, enum pipe_shader_type shader_type, struct pipe_sampler_view *view) d3d12_decrement_sampler_view_bind_count() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_emit.c | 215 const struct fd4_pipe_sampler_view *view = in emit_textures() local 238 const struct fd4_pipe_sampler_view *view; emit_textures() local 263 const struct fd4_pipe_sampler_view *view; emit_textures() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_draw.c | 213 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; in draw_vgpu9() local
|
| /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
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_tex.c | 77 struct nv50_tic_entry *view; in gm107_create_texture_view() local 240 gm107_create_texture_view_from_image(struct pipe_context *pipe, const struct pipe_image_view *view) gm107_create_texture_view_from_image() argument 290 struct nv50_tic_entry *view; gf100_create_texture_view() local 791 nve4_create_texture_handle(struct pipe_context *pipe, struct pipe_sampler_view *view, const struct pipe_sampler_state *sampler) nve4_create_texture_handle() argument 846 view_bound(struct nvc0_context *nvc0, struct pipe_sampler_view *view) view_bound() argument 864 struct pipe_sampler_view *view = &entry->pipe; nve4_delete_texture_handle() local 907 nvc0_get_surface_dims(const struct pipe_image_view *view, int *width, int *height, int *depth) nvc0_get_surface_dims() argument 943 nvc0_mark_image_range_valid(const struct pipe_image_view *view) nvc0_mark_image_range_valid() argument 955 nve4_set_surface_info(struct nouveau_pushbuf *push, const struct pipe_image_view *view, struct nvc0_context *nvc0) nve4_set_surface_info() argument 1081 nvc0_set_surface_info(struct nouveau_pushbuf *push, const struct pipe_image_view *view, uint64_t address, int width, int height, int depth) nvc0_set_surface_info() argument 1138 struct pipe_image_view *view = &nvc0->images[s][i]; nvc0_validate_suf() local 1250 gm107_validate_surfaces(struct nvc0_context *nvc0, struct pipe_image_view *view, int stage, int slot) gm107_validate_surfaces() argument 1306 struct pipe_image_view *view = &nvc0->images[s][i]; nve4_update_surface_bindings() local 1347 nve4_create_image_handle(struct pipe_context *pipe, const struct pipe_image_view *view) nve4_create_image_handle() argument 1398 struct pipe_image_view *view = nve4_make_image_handle_resident() local 1421 gm107_create_image_handle(struct pipe_context *pipe, const struct pipe_image_view *view) gm107_create_image_handle() argument 1470 struct pipe_sampler_view *view = &entry->pipe; gm107_delete_image_handle() local [all...] |
| /third_party/skia/src/image/ |
| H A D | SkSurface_Gpu.cpp | 393 GrSurfaceProxyView view = fDevice->readSurfaceView(); in onDraw() local
|
| H A D | SkImage_Lazy.cpp | 496 auto view = this->textureProxyViewFromPlanes(rContext, budgeted); lockTextureProxyView() local 512 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, lockTextureProxyView() local [all...] |
| /third_party/skia/src/gpu/effects/ |
| H A D | GrTextureEffect.cpp | 154 std::unique_ptr<GrFragmentProcessor> GrTextureEffect::Make(GrSurfaceProxyView view, in Make() argument 166 std::unique_ptr<GrFragmentProcessor> GrTextureEffect::Make(GrSurfaceProxyView view, in Make() argument 185 std::unique_ptr<GrFragmentProcessor> GrTextureEffect::MakeSubset(GrSurfaceProxyView view, in MakeSubset() argument 206 std::unique_ptr<GrFragmentProcessor> GrTextureEffect::MakeSubset(GrSurfaceProxyView view, in MakeSubset() argument 221 MakeCustomLinearFilterInset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, Wrap wx, Wrap wy, const SkRect& subset, const SkRect* domain, SkVector inset, const GrCaps& caps, const float border[4]) MakeCustomLinearFilterInset() argument 764 GrTextureEffect(GrSurfaceProxyView view, SkAlphaType alphaType, const Sampling& sampling) GrTextureEffect() argument [all...] |
| /third_party/skia/src/gpu/gradients/ |
| H A D | GrGradientShader.cpp | 57 auto view = std::get<0>(GrMakeCachedBitmapProxyView(args.fContext, bitmap, GrMipmapped::kNo)); in make_textured_colorizer() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Device.cpp | 844 sw::Viewport view; in bindViewport() local
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| H A D | TestAudioActivity.java | 339 public void openAudio(View view) { in openAudio() argument 347 public void startAudio(View view) { in startAudio() argument 361 public void stopAudio(View view) { in stopAudio() argument 366 public void pauseAudio(View view) { in pauseAudio() argument 371 public void closeAudio(View view) { in closeAudio() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | TextureZeroInitTests.cpp | 197 wgpu::TextureView view = texture.CreateView(&viewDescriptor); in TEST_P() local 242 wgpu::TextureView view = texture.CreateView(&viewDescriptor); in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
| H A D | vulkan_command_buffer_utils.h | 105 VkImageView view; member 187 VkImageView view; member
|
| /third_party/python/Modules/_io/ |
| H A D | bytesio.c | 320 PyObject *view; in _io_BytesIO_getbuffer_impl() local 1077 bytesiobuf_getbuffer(bytesiobuf *obj, Py_buffer *view, int flags) in bytesiobuf_getbuffer() argument 1100 bytesiobuf_releasebuffer(bytesiobuf *obj, Py_buffer *view) in bytesiobuf_releasebuffer() argument [all...] |
| /vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/ |
| H A D | ui_animator_test.cpp | 66 static void DeleteChildren(UIView *view) in DeleteChildren() argument 110 virtual void Callback(UIView *view) in Callback() argument 293 OnClick(UIView &view, const ClickEvent &event) OnClick() argument 418 AnimatorDemo *view = AnimatorDemo::GetInstance(); AnimatorDemoStart() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_view.cpp | 279 auto* view = object->Unwrap<JSViewFullUpdate>(); in Create() local 330 auto view = targetView->Unwrap<JSViewFullUpdate>(); in FindChildByIdForPreview() local 340 auto* view = childView->Unwrap<JSViewFullUpdate>(); in GetChildByViewId() local 384 void JSViewFullUpdate::DestructorCallback(JSViewFullUpdate* view) in DestructorCallback() argument 395 auto* view = child.second->Unwrap<JSView>(); DestroyChild() local 403 auto* view = lazyChild.second->Unwrap<JSView>(); DestroyChild() local 421 auto* view = startIter->second->Unwrap<JSView>(); CleanUpAbandonedChild() local 492 auto* view = removeView->second->Unwrap<JSView>(); RemoveChildGroupById() local 839 auto* view = object->Unwrap<JSView>(); Create() local 892 auto* view = viewObj->Unwrap<JSViewPartialUpdate>(); CreateRecycle() local 1100 DestructorCallback(JSViewPartialUpdate* view) DestructorCallback() argument [all...] |
| /foundation/arkui/ace_engine/adapter/preview/entrance/ |
| H A D | ace_container.cpp | 798 void AceContainer::SetView(AceViewPreview* view, double density, int32_t width, int32_t height) in SetView() argument 815 container->AttachView(std::move(window), view, density, width, height); in SetView() local 818 void AceContainer::SetView(AceViewPreview* view, sptr<Rosen::Window> rsWindow, double density, int32_t width, in SetView() argument 830 container->AttachView(std::move(window), view, densit in SetView() local 835 AttachView( std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t height) AttachView() argument 929 AttachView(std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t height, UIEnvCallback callback) AttachView() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/ |
| H A D | container_modal_test_ng.cpp | 128 ContainerModalView view; in CreateContainerModal() local 628 ContainerModalView view; in HWTEST_F() local 898 ContainerModalView view; in HWTEST_F() local 929 ContainerModalView view; in HWTEST_F() local 960 ContainerModalView view; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| H A D | gltf2_util.cpp | 1085 BufferView* view = data.bufferViews[i].get(); in LoadBuffers() local 1180 BufferView* view = bufferViews[i].get(); in ReleaseBuffers() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | vulkan.c | 729 VkImageView view; member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_bufimage.c | 1712 cleari_r32g32b32_bind_descriptors(struct radv_cmd_buffer *cmd_buffer, struct radv_buffer_view *view) in cleari_r32g32b32_bind_descriptors() argument
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3dx_draw.c | 180 struct v3d_sampler_view *view = v3d_sampler_view(pview); in v3d_predraw_check_stage_inputs() local 213 struct v3d_image_view *view = &v3d->shaderimg[s].si[i]; in v3d_predraw_check_stage_inputs() local 307 struct v3d_sampler_view *view = v3d_sampler_view(pview); in v3d_state_reads_resource() local [all...] |
| /third_party/mesa3d/src/gallium/tests/trivial/ |
| H A D | compute.c | 53 struct pipe_sampler_view *view[MAX_RESOURCES]; member
|