/third_party/mesa3d/src/mesa/main/ |
D | vdpau.c | 87 struct vdp_surface *surf = (struct vdp_surface *)entry->key; in unregister_surface() local 121 struct vdp_surface *surf; in register_surface() local 228 struct vdp_surface *surf = (struct vdp_surface *)surface; in _mesa_VDPAUIsSurfaceNV() local 246 struct vdp_surface *surf = (struct vdp_surface *)surface; in _mesa_VDPAUUnregisterSurfaceNV() local 281 struct vdp_surface *surf = (struct vdp_surface *)surface; in _mesa_VDPAUGetSurfaceivNV() local 313 struct vdp_surface *surf = (struct vdp_surface *)surface; in _mesa_VDPAUSurfaceAccessNV() local 353 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i]; in _mesa_VDPAUMapSurfacesNV() local 367 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i]; in _mesa_VDPAUMapSurfacesNV() local 407 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i]; in _mesa_VDPAUUnmapSurfacesNV() local 421 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i]; in _mesa_VDPAUUnmapSurfacesNV() local
|
/third_party/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_gfx4_3d_layer(const struct isl_surf *surf, in t_assert_gfx4_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
|
/third_party/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 | 47 static void fill_surface(SkSurface* surf, SkColorType colorType, PackUnpremulProc proc) { in fill_surface() 63 static void test_premul_alpha_roundtrip(skiatest::Reporter* reporter, SkSurface* surf) { in test_premul_alpha_roundtrip() 99 sk_sp<SkSurface> surf(SkSurface::MakeRaster(info)); in DEF_TEST() local 106 sk_sp<SkSurface> surf(SkSurface::MakeRenderTarget(ctxInfo.directContext(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 128 GrPixmap surf = GrPixmap::Allocate(pmInfo); in DEF_TEST() local 189 SkBitmap surf; surf.allocPixels(pmInfo); in DEF_TEST() local
|
/third_party/mesa3d/src/egl/main/ |
D | eglsurface.c | 54 _eglParseSurfaceAttribList(_EGLSurface *surf, const EGLint *attrib_list) in _eglParseSurfaceAttribList() 359 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type, in _eglInitSurface() 785 _eglReleaseTexImage(_EGLDisplay *disp, _EGLSurface *surf, EGLint buffer) in _eglReleaseTexImage() 820 _eglSurfaceHasMutableRenderBuffer(_EGLSurface *surf) in _eglSurfaceHasMutableRenderBuffer() 828 _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()
|
/third_party/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 …]
|
/third_party/mesa3d/src/amd/common/ |
D | ac_surface.c | 126 const struct radeon_surf *surf) in ac_surface_supports_dcc_image_stores() 169 ac_modifier_fill_dcc_params(uint64_t modifier, struct radeon_surf *surf, in ac_modifier_fill_dcc_params() 631 struct radeon_surf *surf, bool is_stencil, unsigned level, in gfx6_compute_level() 843 static void gfx6_set_micro_tile_mode(struct radeon_surf *surf, const struct radeon_info *info) in gfx6_set_micro_tile_mode() 853 static unsigned cik_get_macro_tile_index(struct radeon_surf *surf) in cik_get_macro_tile_index() 867 static bool get_display_flag(const struct ac_surf_config *config, const struct radeon_surf *surf) in get_display_flag() 906 ADDR_COMPUTE_SURFACE_INFO_OUTPUT *csio, struct radeon_surf *surf) in gfx6_surface_settings() 954 struct radeon_surf *surf) in ac_compute_cmask() 1022 struct radeon_surf *surf) in gfx6_compute_surface() 1416 struct radeon_surf *surf, in gfx9_get_preferred_swizzle_mode() [all …]
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_genX_helpers.h | 82 isl_get_image_alignment(const struct isl_surf *surf) in isl_get_image_alignment() 135 isl_get_qpitch(const struct isl_surf *surf) in isl_get_qpitch()
|
D | isl.c | 1806 struct isl_surf *surf, in isl_surf_init_s() 2008 isl_surf_get_tile_info(const struct isl_surf *surf, in isl_surf_get_tile_info() 2018 const struct isl_surf *surf, in isl_surf_get_hiz_surf() 2093 const struct isl_surf *surf, in isl_surf_get_mcs_surf() 2136 const struct isl_surf *surf, in isl_surf_supports_ccs() 2294 const struct isl_surf *surf, in isl_surf_get_ccs_surf() 2510 get_image_offset_sa_gfx4_2d(const struct isl_surf *surf, in get_image_offset_sa_gfx4_2d() 2552 get_image_offset_sa_gfx4_3d(const struct isl_surf *surf, in get_image_offset_sa_gfx4_3d() 2605 get_image_offset_sa_gfx6_stencil_hiz(const struct isl_surf *surf, in get_image_offset_sa_gfx6_stencil_hiz() 2668 get_image_offset_sa_gfx9_1d(const struct isl_surf *surf, in get_image_offset_sa_gfx9_1d() [all …]
|
/third_party/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
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_surface.c | 38 radv_amdgpu_surface_sanity(const struct ac_surf_info *surf_info, const struct radeon_surf *surf) in radv_amdgpu_surface_sanity() 75 struct radeon_surf *surf) in radv_amdgpu_winsys_surface_init()
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_rcl.c | 58 struct v3d_surface *surf = v3d_surface(psurf); in load_general() local 120 struct v3d_surface *surf = v3d_surface(psurf); in store_general() local 494 struct v3d_surface *surf = v3d_surface(job->cbufs[cbuf]); in v3d_setup_render_target() local 507 v3d_emit_z_stencil_config(struct v3d_job *job, struct v3d_surface *surf, in v3d_emit_z_stencil_config() 778 struct v3d_surface *surf = v3d_surface(psurf); in v3dX() local 870 struct v3d_surface *surf = v3d_surface(psurf); in v3dX() local
|
/third_party/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() 250 _EGLSurface *surf; in dri3_create_window_surface() local 460 dri3_copy_buffers(_EGLDisplay *disp, _EGLSurface *surf, void *native_pixmap_target) in dri3_copy_buffers() 475 dri3_query_buffer_age(_EGLDisplay *disp, _EGLSurface *surf) in dri3_query_buffer_age() 483 dri3_query_surface(_EGLDisplay *disp, _EGLSurface *surf, in dri3_query_surface() 501 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
|
/third_party/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()
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | magic.c | 66 asahi_size_surface(struct pipe_surface *surf) in asahi_size_surface() 99 agx_map_surface_resource(struct pipe_surface *surf, struct agx_resource *rsrc) in agx_map_surface_resource() 105 agx_map_surface(struct pipe_surface *surf) in agx_map_surface() 112 struct pipe_surface *surf, in asahi_pack_iogpu_attachment()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | postproc.c | 40 vlVaRegionDefault(const VARectangle *region, vlVaSurface *surf, in vlVaRegionDefault() 213 vlVaSurface *surf; in vlVaPostProcBlit() local 393 vlVaSurface *surf; in vlVaHandleVAProcPipelineParameterBufferType() local 418 vlVaSurface *surf; in vlVaHandleVAProcPipelineParameterBufferType() local
|
/third_party/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
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_static.c | 88 struct i915_surface *surf = i915_surface(cbuf_surface); in update_framebuffer() local 108 struct i915_surface *surf = i915_surface(depth_surface); in update_framebuffer() local
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_surface.h | 72 svga_winsys_surface(struct vmw_svga_winsys_surface *surf) in svga_winsys_surface() 80 vmw_svga_winsys_surface(struct svga_winsys_surface *surf) in vmw_svga_winsys_surface()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_job.c | 286 struct vc4_surface *surf = vc4_surface(psurf); in vc4_submit_setup_rcl_surface() local 327 struct vc4_surface *surf = vc4_surface(psurf); in vc4_submit_setup_rcl_render_config_surface() local 354 struct vc4_surface *surf = vc4_surface(psurf); in vc4_submit_setup_rcl_msaa_surface() local
|