Home
last modified time | relevance | path

Searched defs:view (Results 351 - 375 of 546) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_descriptor_set.c52 panvk_fill_bview_desc(struct panvk_bview_desc *desc, struct panvk_buffer_view *view) panvk_fill_bview_desc() argument
67 panvk_fill_image_desc(struct panvk_image_desc *desc, struct panvk_image_view *view) panvk_fill_image_desc() argument
470 panvk_fill_image_desc(panvk_desc_ubo_data(set, binding, elem), view); panvk_write_tex_desc() local
496 panvk_fill_bview_desc(panvk_desc_ubo_data(set, binding, elem), view); panvk_write_tex_buf_desc() local
525 panvk_fill_image_desc(panvk_desc_ubo_data(set, binding, elem), view); panvk_write_img_desc() local
564 panvk_fill_bview_desc(panvk_desc_ubo_data(set, binding, elem), view); panvk_write_img_buf_desc() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c204 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 Du_tests.c629 struct pipe_sampler_view *view = NULL; in test_texture_barrier() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp1055 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 Dfd4_emit.c215 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 Dsvga_draw.c213 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 Dvc4_state.c644 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 Dnvc0_tex.c77 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 DSkSurface_Gpu.cpp393 GrSurfaceProxyView view = fDevice->readSurfaceView(); in onDraw() local
H A DSkImage_Lazy.cpp496 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 DGrTextureEffect.cpp154 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 DGrGradientShader.cpp57 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 DDevice.cpp844 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 DTestAudioActivity.java339 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 DTextureZeroInitTests.cpp197 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 Dvulkan_command_buffer_utils.h105 VkImageView view; member
187 VkImageView view; member
/third_party/python/Modules/_io/
H A Dbytesio.c320 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...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp279 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 Dace_container.cpp798 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 Dcontainer_modal_test_ng.cpp128 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 Dgltf2_util.cpp1085 BufferView* view = data.bufferViews[i].get(); in LoadBuffers() local
1180 BufferView* view = bufferViews[i].get(); in ReleaseBuffers() local
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Ddebug.c52 struct debug_view *view; /* used view of debug info */ member
389 struct debug_view *view in debug_format_entry() local
1133 debug_register_view(debug_info_t *id, struct debug_view *view) debug_register_view() argument
1182 debug_unregister_view(debug_info_t *id, struct debug_view *view) debug_unregister_view() argument
1249 debug_prolog_pages_fn(debug_info_t *id, struct debug_view *view, char *out_buf) debug_prolog_pages_fn() argument
1259 debug_input_pages_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_pages_fn() argument
1298 debug_prolog_level_fn(debug_info_t *id, struct debug_view *view, char *out_buf) debug_prolog_level_fn() argument
1313 debug_input_level_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_level_fn() argument
1383 debug_input_flush_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_flush_fn() argument
1422 debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, const char *in_buf) debug_hex_ascii_format_fn() argument
1445 debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, int area, debug_entry_t *entry, char *out_buf) debug_dflt_header_fn() argument
1477 debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, debug_sprintf_entry_t *curr_event) debug_sprintf_format_fn() argument
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Ddebug.c52 struct debug_view *view; /* used view of debug info */ member
389 struct debug_view *view in debug_format_entry() local
1179 debug_register_view(debug_info_t *id, struct debug_view *view) debug_register_view() argument
1229 debug_unregister_view(debug_info_t *id, struct debug_view *view) debug_unregister_view() argument
1296 debug_prolog_pages_fn(debug_info_t *id, struct debug_view *view, char *out_buf) debug_prolog_pages_fn() argument
1306 debug_input_pages_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_pages_fn() argument
1345 debug_prolog_level_fn(debug_info_t *id, struct debug_view *view, char *out_buf) debug_prolog_level_fn() argument
1360 debug_input_level_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_level_fn() argument
1430 debug_input_flush_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_flush_fn() argument
1469 debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, const char *in_buf) debug_hex_ascii_format_fn() argument
1492 debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, int area, debug_entry_t *entry, char *out_buf) debug_dflt_header_fn() argument
1524 debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, const char *inbuf) debug_sprintf_format_fn() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Draw3270.c46 struct raw3270_view *view; /* Active view. */ member
239 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() argument
259 raw3270_view_active(struct raw3270_view *view) in raw3270_view_active() argument
268 raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start() argument
288 raw3270_start_locked(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start_locked() argument
305 raw3270_start_irq(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start_irq() argument
323 struct raw3270_view *view; raw3270_irq() local
510 struct raw3270_view *view; raw3270_size_device_done() local
626 raw3270_reset(struct raw3270_view *view) raw3270_reset() argument
646 struct raw3270_view *view; __raw3270_disconnect() local
665 raw3270_init_irq(struct raw3270_view *view, struct raw3270_request *rq, struct irb *irb) raw3270_init_irq() argument
842 raw3270_activate_view(struct raw3270_view *view) raw3270_activate_view() argument
890 raw3270_deactivate_view(struct raw3270_view *view) raw3270_deactivate_view() argument
923 raw3270_add_view(struct raw3270_view *view, struct raw3270_fn *fn, int minor, int subclass) raw3270_add_view() argument
962 struct raw3270_view *view, *tmp; raw3270_find_view() local
989 raw3270_del_view(struct raw3270_view *view) raw3270_del_view() argument
1221 struct raw3270_view *view; raw3270_pm_stop() local
1261 raw3270_pm_unfreeze(struct raw3270_view *view) raw3270_pm_unfreeze() argument
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dlabel.c1512 static int aa_profile_snxprint(char *str, size_t size, struct aa_ns *view, in aa_profile_snxprint() argument
[all...]

Completed in 35 milliseconds

1...<<11121314151617181920>>...22