/external/mesa3d/src/mesa/main/ |
D | vdpau.c | 84 struct vdp_surface *surf = (struct vdp_surface *)entry->key; in unregister_surface() local 118 struct vdp_surface *surf; in register_surface() local 225 struct vdp_surface *surf = (struct vdp_surface *)surface; in _mesa_VDPAUIsSurfaceNV() local 243 struct vdp_surface *surf = (struct vdp_surface *)surface; in _mesa_VDPAUUnregisterSurfaceNV() local 278 struct vdp_surface *surf = (struct vdp_surface *)surface; in _mesa_VDPAUGetSurfaceivNV() local 310 struct vdp_surface *surf = (struct vdp_surface *)surface; in _mesa_VDPAUSurfaceAccessNV() local 350 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i]; in _mesa_VDPAUMapSurfacesNV() local 364 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i]; in _mesa_VDPAUMapSurfacesNV() local 404 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i]; in _mesa_VDPAUUnmapSurfacesNV() local 418 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i]; in _mesa_VDPAUUnmapSurfacesNV() local
|
/external/mesa3d/src/intel/isl/tests/ |
D | isl_surf_get_image_offset_test.c | 55 t_assert_image_alignment_el(const struct isl_surf *surf, in t_assert_image_alignment_el() 68 t_assert_image_alignment_sa(const struct isl_surf *surf, in t_assert_image_alignment_sa() 81 t_assert_offset_el(const struct isl_surf *surf, in t_assert_offset_el() 97 t_assert_phys_level0_sa(const struct isl_surf *surf, uint32_t width, in t_assert_phys_level0_sa() 104 t_assert_gen4_3d_layer(const struct isl_surf *surf, in t_assert_gen4_3d_layer() 133 struct isl_surf surf; in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0() local 181 struct isl_surf surf; in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0() local 242 struct isl_surf surf; in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0() local
|
/external/skia/tests/ |
D | SpecialSurfaceTest.cpp | 20 static const SkIRect& Subset(const SkSpecialSurface* surf) { in Subset() 32 static void test_surface(const sk_sp<SkSpecialSurface>& surf, in test_surface() 60 sk_sp<SkSpecialSurface> surf(SkSpecialSurface::MakeRaster(info, SkSurfaceProps())); in DEF_TEST() local 72 sk_sp<SkSpecialSurface> surf(SkSpecialSurface::MakeFromBitmap(subset, bm, SkSurfaceProps())); in DEF_TEST() local 90 auto surf(SkSpecialSurface::MakeRenderTarget(dContext, ii, SkSurfaceProps(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | GrTextureMipMapInvalidationTest.cpp | 25 auto isMipped = [reporter](SkSurface* surf) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 34 auto mipsAreDirty = [](SkSurface* surf) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 79 auto surf = SkSurface::MakeRenderTarget( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | PremulAlphaRoundTripTest.cpp | 48 static void fill_surface(SkSurface* surf, SkColorType colorType, PackUnpremulProc proc) { in fill_surface() 64 static void test_premul_alpha_roundtrip(skiatest::Reporter* reporter, SkSurface* surf) { in test_premul_alpha_roundtrip() 100 sk_sp<SkSurface> surf(SkSurface::MakeRaster(info)); in DEF_TEST() local 107 sk_sp<SkSurface> surf(SkSurface::MakeRenderTarget(ctxInfo.directContext(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 129 GrPixmap surf = GrPixmap::Allocate(pmInfo); in DEF_TEST() local 190 SkBitmap surf; surf.allocPixels(pmInfo); in DEF_TEST() local
|
/external/mesa3d/src/egl/main/ |
D | eglsurface.c | 54 _eglParseSurfaceAttribList(_EGLSurface *surf, const EGLint *attrib_list) in _eglParseSurfaceAttribList() 344 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type, in _eglInitSurface() 764 _eglReleaseTexImage(_EGLDisplay *disp, _EGLSurface *surf, EGLint buffer) in _eglReleaseTexImage() 799 _eglSurfaceHasMutableRenderBuffer(_EGLSurface *surf) in _eglSurfaceHasMutableRenderBuffer() 807 _eglSurfaceInSharedBufferMode(_EGLSurface *surf) in _eglSurfaceInSharedBufferMode()
|
D | eglsurface.h | 211 _eglGetSurface(_EGLSurface *surf) in _eglGetSurface() 223 _eglPutSurface(_EGLSurface *surf) in _eglPutSurface() 234 _eglLinkSurface(_EGLSurface *surf) in _eglLinkSurface() 246 _eglUnlinkSurface(_EGLSurface *surf) in _eglUnlinkSurface() 259 _EGLSurface *surf = (_EGLSurface *) surface; in _eglLookupSurface() local 270 _eglGetSurfaceHandle(_EGLSurface *surf) in _eglGetSurfaceHandle()
|
D | eglapi.c | 156 #define _EGL_CHECK_SURFACE(disp, surf, ret) \ argument 194 _eglCheckSurface(_EGLDisplay *disp, _EGLSurface *surf, const char *msg) in _eglCheckSurface() 938 _EGLSurface *surf = (_EGLSurface *) list; in _eglNativeSurfaceAlreadyUsed() local 958 _EGLSurface *surf; in _eglCreateWindowSurfaceCommon() local 1086 _EGLSurface *surf; in _eglCreatePixmapSurfaceCommon() local 1177 _EGLSurface *surf; in eglCreatePbufferSurface() local 1197 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglDestroySurface() local 1213 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglQuerySurface() local 1232 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSurfaceAttrib() local 1248 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglBindTexImage() local [all …]
|
/external/libdrm/radeon/ |
D | radeon_surface.c | 167 static void surf_minify(struct radeon_surface *surf, in surf_minify() 267 struct radeon_surface *surf, in r6_surface_init_linear() 301 struct radeon_surface *surf, in r6_surface_init_linear_aligned() 329 struct radeon_surface *surf, in r6_surface_init_1d() 362 struct radeon_surface *surf, in r6_surface_init_2d() 405 struct radeon_surface *surf) in r6_surface_init() 475 struct radeon_surface *surf) in r6_surface_best() 570 static void eg_surf_minify(struct radeon_surface *surf, in eg_surf_minify() 612 struct radeon_surface *surf, in eg_surface_init_1d() 653 struct radeon_surface *surf, in eg_surface_init_2d() [all …]
|
/external/mesa3d/src/amd/common/ |
D | ac_surface.c | 477 struct radeon_surf *surf, bool is_stencil, unsigned level, in gfx6_compute_level() 669 static void gfx6_set_micro_tile_mode(struct radeon_surf *surf, const struct radeon_info *info) in gfx6_set_micro_tile_mode() 679 static unsigned cik_get_macro_tile_index(struct radeon_surf *surf) in cik_get_macro_tile_index() 693 static bool get_display_flag(const struct ac_surf_config *config, const struct radeon_surf *surf) in get_display_flag() 724 ADDR_COMPUTE_SURFACE_INFO_OUTPUT *csio, struct radeon_surf *surf) in gfx6_surface_settings() 772 struct radeon_surf *surf) in ac_compute_cmask() 840 struct radeon_surf *surf) in gfx6_compute_surface() 1228 static int gfx9_get_preferred_swizzle_mode(ADDR_HANDLE addrlib, struct radeon_surf *surf, in gfx9_get_preferred_swizzle_mode() 1290 const struct radeon_surf *surf) in is_dcc_supported_by_L2() 1325 const struct radeon_surf *surf, bool rb_aligned, in is_dcc_supported_by_DCN() [all …]
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_sfbd.c | 33 panfrost_sfbd_format(struct pipe_surface *surf, in panfrost_sfbd_format() 80 struct pipe_surface *surf) in panfrost_sfbd_set_cbuf() 111 struct pipe_surface *surf) in panfrost_sfbd_set_zsbuf() 220 struct pipe_surface *surf = batch->key.cbufs[0]; in panfrost_sfbd_fragment() local
|
D | pan_mfbd.c | 37 struct pipe_surface *surf = batch->key.cbufs[0]; in panfrost_mfbd_has_zs_crc_ext() local 86 panfrost_mfbd_rt_init_format(struct pipe_surface *surf, in panfrost_mfbd_rt_init_format() 128 panfrost_mfbd_rt_set_buf(struct pipe_surface *surf, in panfrost_mfbd_rt_set_buf() 200 void *rtp, struct pipe_surface *surf, in panfrost_mfbd_emit_rt() 403 struct pipe_surface *surf = batch->key.cbufs[cb]; in pan_internal_cbuf_size() local 551 struct pipe_surface *surf = batch->key.cbufs[cb]; in panfrost_mfbd_fragment() local
|
/external/skia/gm/ |
D | surface.cpp | 150 auto surf(ToolUtils::makeSurface(canvas, info, nullptr)); in onDraw() local 243 sk_sp<SkSurface> surf = make(info); variable 262 sk_sp<SkSurface> surf = make(info); variable 281 sk_sp<SkSurface> surf = make(info); variable 292 sk_sp<SkSurface> surf = make(info); variable 303 sk_sp<SkSurface> surf = make(info); variable 324 auto surf = make(info); variable
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_rcl.c | 58 struct v3d_surface *surf = v3d_surface(psurf); in load_general() local 119 struct v3d_surface *surf = v3d_surface(psurf); in store_general() local 474 struct v3d_surface *surf = v3d_surface(job->cbufs[cbuf]); in v3d_setup_render_target() local 483 v3d_emit_z_stencil_config(struct v3d_job *job, struct v3d_surface *surf, in v3d_emit_z_stencil_config() 695 struct v3d_surface *surf = v3d_surface(psurf); in v3dX() local 787 struct v3d_surface *surf = v3d_surface(psurf); in v3dX() local
|
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_surface.c | 40 const struct radeon_surf *surf) in radv_amdgpu_surface_sanity() 77 struct radeon_surf *surf) in radv_amdgpu_winsys_surface_init()
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 70 _EGLSurface surf; member 132 haiku_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) in haiku_destroy_surface() 287 struct haiku_egl_surface* surf = haiku_egl_surface(dsurf); in haiku_make_current() local 302 haiku_swap_buffers(_EGLDisplay *disp, _EGLSurface *surf) in haiku_swap_buffers()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11_dri3.c | 108 dri3_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) in dri3_destroy_surface() 126 dri3_set_swap_interval(_EGLDisplay *disp, _EGLSurface *surf, EGLint interval) in dri3_set_swap_interval() 233 _EGLSurface *surf; in dri3_create_window_surface() local 443 dri3_copy_buffers(_EGLDisplay *disp, _EGLSurface *surf, void *native_pixmap_target) in dri3_copy_buffers() 458 dri3_query_buffer_age(_EGLDisplay *disp, _EGLSurface *surf) in dri3_query_buffer_age() 466 dri3_query_surface(_EGLDisplay *disp, _EGLSurface *surf, in dri3_query_surface() 484 dri3_get_dri_drawable(_EGLSurface *surf) in dri3_get_dri_drawable()
|
D | platform_drm.c | 47 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) in dri2_drm_destroy_surface() 231 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; in get_back_bo() local 277 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; in get_swrast_front_bo() local
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_render_cl.c | 94 struct drm_vc4_submit_rcl_surface *surf, in vc4_full_res_offset() 379 struct drm_vc4_submit_rcl_surface *surf) in vc4_full_res_bounds_check() 406 struct drm_vc4_submit_rcl_surface *surf) in vc4_rcl_msaa_surface_setup() 430 struct drm_vc4_submit_rcl_surface *surf) in vc4_rcl_surface_setup() 526 struct drm_vc4_submit_rcl_surface *surf) in vc4_rcl_render_config_surface_setup()
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_surface.c | 31 static unsigned cik_get_macro_tile_index(struct radeon_surf *surf) in cik_get_macro_tile_index() 48 static void set_micro_tile_mode(struct radeon_surf *surf, in set_micro_tile_mode() 225 struct radeon_surf *surf) in si_compute_cmask() 284 struct radeon_surf *surf, unsigned num_layers) in si_compute_htile()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_surface.c | 438 struct pipe_surface *surf = NULL; in svga_create_surface() local 570 struct pipe_surface *surf; in svga_validate_surface_view() local 647 struct pipe_surface *surf) in svga_surface_destroy() 703 svga_mark_surface_dirty(struct pipe_surface *surf) in svga_mark_surface_dirty() 764 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf, in svga_propagate_surface() 893 svga_surface_needs_propagation(const struct pipe_surface *surf) in svga_surface_needs_propagation()
|
D | svga_resource_texture.c | 273 struct svga_winsys_surface *surf, in readback_image_vgpu9() 283 struct svga_winsys_surface *surf, in readback_image_vgpu10() 376 struct svga_winsys_surface *surf = tex->handle; in svga_texture_transfer_map_direct() local 530 struct svga_winsys_surface *surf = tex->handle; in svga_texture_transfer_map() local 684 struct svga_winsys_surface *surf = svga_texture(transfer->resource)->handle; in svga_texture_surface_unmap() local 699 struct svga_winsys_surface *surf, in update_image_vgpu9() 710 struct svga_winsys_surface *surf, in update_image_vgpu10() 775 struct svga_winsys_surface *surf = tex->handle; in svga_texture_transfer_unmap_direct() local
|
/external/mesa3d/src/intel/isl/ |
D | isl.c | 1610 struct isl_surf *surf, in isl_surf_init_s() 1781 isl_surf_get_tile_info(const struct isl_surf *surf, in isl_surf_get_tile_info() 1790 const struct isl_surf *surf, in isl_surf_get_hiz_surf() 1899 const struct isl_surf *surf, in isl_surf_get_mcs_surf() 1964 const struct isl_surf *surf) in isl_surf_supports_ccs() 2094 const struct isl_surf *surf, in isl_surf_get_ccs_surf() 2310 get_image_offset_sa_gen4_2d(const struct isl_surf *surf, in get_image_offset_sa_gen4_2d() 2352 get_image_offset_sa_gen4_3d(const struct isl_surf *surf, in get_image_offset_sa_gen4_3d() 2405 get_image_offset_sa_gen6_stencil_hiz(const struct isl_surf *surf, in get_image_offset_sa_gen6_stencil_hiz() 2468 get_image_offset_sa_gen9_1d(const struct isl_surf *surf, in get_image_offset_sa_gen9_1d() [all …]
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | presentation.c | 209 vlVdpOutputSurface *surf; in vlVdpPresentationQueueDisplay() local 310 vlVdpOutputSurface *surf; in vlVdpPresentationQueueBlockUntilSurfaceIdle() local 345 vlVdpOutputSurface *surf; in vlVdpPresentationQueueQuerySurfaceStatus() local
|
/external/mesa3d/src/gallium/frontends/va/ |
D | surface.c | 75 vlVaSurface *surf = handle_table_get(drv->htab, surface_list[i]); in vlVaDestroySurfaces() local 96 vlVaSurface *surf; in vlVaSyncSurface() local 150 vlVaSurface *surf; in vlVaQuerySurfaceStatus() local 216 vlVaPutSubpictures(vlVaSurface *surf, vlVaDriver *drv, in vlVaPutSubpictures() 311 vlVaSurface *surf; in vlVaPutSurface() local 682 vlVaSurface *surf; in vlVaCreateSurfaces2() local 985 vlVaSurface *surf; in vlVaExportSurfaceHandle() local
|