Home
last modified time | relevance | path

Searched defs:surf (Results 176 - 200 of 301) sorted by relevance

12345678910>>...13

/test/xts/acts/graphic/graphicvulkannapitest/
H A DVulkanTest.cpp188 OHOS::sptr<OHOS::Surface> surf = surfaceNode->GetSurface(); in CreateNativeWindow() local
/third_party/ffmpeg/libavcodec/
H A Dqsvdec.c484 static int get_surface(AVCodecContext *avctx, QSVContext *q, mfxFrameSurface1 **surf) in get_surface() argument
525 static QSVFrame *find_frame(QSVContext *q, mfxFrameSurface1 *surf) in find_frame() argument
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c108 dri3_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) in dri3_destroy_surface() argument
126 dri3_set_swap_interval(_EGLDisplay *disp, _EGLSurface *surf, EGLint interval) dri3_set_swap_interval() argument
250 _EGLSurface *surf; dri3_create_window_surface() local
460 dri3_copy_buffers(_EGLDisplay *disp, _EGLSurface *surf, void *native_pixmap_target) dri3_copy_buffers() argument
475 dri3_query_buffer_age(_EGLDisplay *disp, _EGLSurface *surf) dri3_query_buffer_age() argument
483 dri3_query_surface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value) dri3_query_surface() argument
501 dri3_get_dri_drawable(_EGLSurface *surf) dri3_get_dri_drawable() argument
[all...]
H A Dplatform_drm.c47 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); in lock_front_buffer() local
70 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); in release_buffer() local
84 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); in has_free_buffers() local
148 struct gbm_dri_surface *surf; in dri2_drm_create_window_surface() local
206 dri2_drm_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) dri2_drm_destroy_surface() argument
231 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; get_back_bo() local
277 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; get_swrast_front_bo() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit2d.c51 create_iview(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *surf, in create_iview() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c438 struct pipe_surface *surf = NULL; in svga_create_surface() local
661 svga_surface_destroy(struct pipe_context *pipe, struct pipe_surface *surf) svga_surface_destroy() argument
720 svga_mark_surface_dirty(struct pipe_surface *surf) svga_mark_surface_dirty() argument
781 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf, boolean reset) svga_propagate_surface() argument
910 svga_surface_needs_propagation(const struct pipe_surface *surf) svga_surface_needs_propagation() argument
[all...]
H A Dsvga_resource_texture.c335 struct svga_winsys_surface *surf = tex->handle; in svga_texture_transfer_map_direct() local
480 struct svga_winsys_surface *surf in svga_texture_transfer_map() local
242 readback_texture_surface(struct svga_context *svga, struct svga_texture *tex, struct svga_winsys_surface *surf) readback_texture_surface() argument
634 struct svga_winsys_surface *surf = svga_texture(transfer->resource)->handle; svga_texture_surface_unmap() local
648 update_image_vgpu9(struct svga_context *svga, struct svga_winsys_surface *surf, const SVGA3dBox *box, unsigned slice, unsigned level) update_image_vgpu9() argument
659 update_image_vgpu10(struct svga_context *svga, struct svga_winsys_surface *surf, const SVGA3dBox *box, unsigned slice, unsigned level, unsigned numMipLevels) update_image_vgpu10() argument
725 struct svga_winsys_surface *surf = tex->handle; svga_texture_transfer_unmap_direct() local
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c1121 struct v3d_surface *surf = v3d_surface(psurf); in v3d_surface_destroy() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_clear.c461 struct pipe_surface *surf = NULL; in zink_clear_texture() local
688 struct pipe_surface *surf; in zink_clear_apply_conditionals() local
[all...]
H A Dzink_kopper.c876 struct zink_surface *surf = zink_csurface(ctx->fb_state.zsbuf); in zink_kopper_fixup_depth_buffer() local
H A Dzink_render_pass.c363 struct zink_surface *surf = zink_csurface(psurf); in zink_init_color_attachment() local
388 struct pipe_surface *surf = fb->cbufs[i]; in get_render_pass() local
542 struct zink_surface *surf = zink_csurface(ctx->fb_state.cbufs[i]); in prep_fb_attachments() local
556 struct zink_surface *surf = zink_csurface(ctx->fb_state.zsbuf); in prep_fb_attachments() local
640 struct zink_surface *surf = zink_csurface(ctx->fb_state.cbufs[i]); begin_render_pass() local
658 struct zink_surface *surf = zink_csurface(ctx->fb_state.zsbuf); begin_render_pass() local
[all...]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c873 radeon_bo_get_metadata(struct radeon_winsys *rws, struct pb_buffer *_buf, struct radeon_bo_metadata *md, struct radeon_surf *surf) radeon_bo_get_metadata() argument
931 radeon_bo_set_metadata(struct radeon_winsys *rws, struct pb_buffer *_buf, struct radeon_bo_metadata *md, struct radeon_surf *surf) radeon_bo_set_metadata() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.c271 struct nv50_surface surf; in nv84_create_decoder() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resolve.c62 struct iris_surface *surf = (void *) cso_fb->cbufs[i]; in disable_rb_aux_buffer() local
220 struct iris_surface *surf = (void *) cso_fb->cbufs[i]; in iris_predraw_resolve_framebuffer() local
233 struct iris_surface *surf = (void *) cso_fb->cbufs[i]; iris_predraw_resolve_framebuffer() local
313 struct iris_surface *surf = (void *) cso_fb->cbufs[i]; iris_postdraw_update_resolve_tracking() local
438 struct blorp_surf surf; iris_resolve_color() local
501 struct blorp_surf surf; iris_mcs_partial_resolve() local
611 struct blorp_surf surf; iris_hiz_exec() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c552 struct lima_surface *surf = CALLOC_STRUCT(lima_surface); in lima_surface_create() local
591 struct lima_surface *surf = lima_surface(psurf); lima_surface_destroy() local
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.c192 struct pan_surface surf; in pan_prepare_s() local
219 struct pan_surface surf; in pan_prepare_zs() local
495 struct pan_surface surf; pan_prepare_rt() local
871 struct pan_surface surf; pan_emit_fbd() local
904 struct pan_surface surf; pan_emit_fbd() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c65 struct crocus_surface *surf = (void *) cso_fb->cbufs[i]; in disable_rb_aux_buffer() local
165 crocus_update_align_res(struct crocus_batch *batch, struct crocus_surface *surf, bool copy_to_wa) crocus_update_align_res() argument
259 struct crocus_surface *surf = (void *) cso_fb->cbufs[i]; crocus_predraw_resolve_framebuffer() local
272 struct crocus_surface *surf = (void *) cso_fb->cbufs[i]; crocus_predraw_resolve_framebuffer() local
366 struct crocus_surface *surf = (void *) cso_fb->cbufs[i]; crocus_postdraw_update_resolve_tracking() local
534 struct blorp_surf surf; crocus_resolve_color() local
581 struct blorp_surf surf; crocus_mcs_partial_resolve() local
684 struct blorp_surf surf; crocus_hiz_exec() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c794 struct etna_surface *surf in etna_record_flush_resources() local
[all...]
H A Detnaviv_rs.c278 etna_rs_gen_clear_surface(struct etna_context *ctx, struct etna_surface *surf, in etna_rs_gen_clear_surface() argument
327 struct etna_surface *surf = etna_surface(dst); etna_blit_clear_color_rs() local
360 struct etna_surface *surf = etna_surface(dst); etna_blit_clear_zs_rs() local
434 struct etna_surface *surf = etna_surface(ctx->framebuffer_s.cbufs[0]); etna_clear_rs() local
439 struct etna_surface *surf = etna_surface(ctx->framebuffer_s.zsbuf); etna_clear_rs() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h188 struct pipe_surface *surf = *ptr; in pipe_surface_release_no_context() local
H A Du_tests.c73 struct pipe_surface templ = {{0}}, *surf; in util_set_framebuffer_cb0() local
H A Du_surface.c51 u_surface_default_template(struct pipe_surface *surf, in u_surface_default_template() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.c54 panfrost_batch_add_surface(struct panfrost_batch *batch, struct pipe_surface *surf) in panfrost_batch_add_surface() argument
496 struct pipe_surface *surf = batch->key.cbufs[i]; in panfrost_batch_to_fb_info() local
536 struct pipe_surface *surf = batch->key.zsbuf; panfrost_batch_to_fb_info() local
771 struct pipe_surface *surf = batch->key.cbufs[0]; panfrost_emit_tile_map() local
797 struct pipe_surface *surf = batch->key.zsbuf; panfrost_batch_submit() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c362 struct r300_surface *surf = r300_surface(fb->cbufs[0]); in r300_clear() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp452 IDirect3DSurface9 *surf = 0; in copyToSurface() local

Completed in 30 milliseconds

12345678910>>...13