Home
last modified time | relevance | path

Searched defs:surf (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/third_party/mesa3d/src/mesa/main/
Dvdpau.c84 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
/third_party/flutter/skia/tests/
DSpecialSurfaceTest.cpp21 static const SkIRect& Subset(const SkSpecialSurface* surf) { in Subset()
33 static void test_surface(const sk_sp<SkSpecialSurface>& surf, in test_surface()
61 sk_sp<SkSpecialSurface> surf(SkSpecialSurface::MakeRaster(info)); in DEF_TEST() local
73 sk_sp<SkSpecialSurface> surf(SkSpecialSurface::MakeFromBitmap(subset, bm)); in DEF_TEST() local
86 sk_sp<SkSpecialSurface> surf(SkSpecialSurface::MakeRenderTarget( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DPremulAlphaRoundTripTest.cpp45 static void fill_surface(SkSurface* surf, SkColorType colorType, PackUnpremulProc proc) { in fill_surface()
62 static void test_premul_alpha_roundtrip(skiatest::Reporter* reporter, SkSurface* surf) { in test_premul_alpha_roundtrip()
98 sk_sp<SkSurface> surf(SkSurface::MakeRaster(info)); in DEF_TEST() local
105 sk_sp<SkSurface> surf(SkSurface::MakeRenderTarget(ctxInfo.grContext(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DGrTextureMipMapInvalidationTest.cpp23 auto isMipped = [] (SkSurface* surf) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
28 auto mipsAreDirty = [] (SkSurface* surf) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
70 auto surf = SkSurface::MakeRenderTarget( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/tests/
DSpecialSurfaceTest.cpp20 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
DGrTextureMipMapInvalidationTest.cpp25 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
DPremulAlphaRoundTripTest.cpp47 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/intel/isl/tests/
Disl_surf_get_image_offset_test.c55 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/mesa3d/src/egl/main/
Deglsurface.c54 _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()
Deglsurface.h213 _eglGetSurface(_EGLSurface *surf) in _eglGetSurface()
225 _eglPutSurface(_EGLSurface *surf) in _eglPutSurface()
236 _eglLinkSurface(_EGLSurface *surf) in _eglLinkSurface()
248 _eglUnlinkSurface(_EGLSurface *surf) in _eglUnlinkSurface()
261 _EGLSurface *surf = (_EGLSurface *) surface; in _eglLookupSurface() local
272 _eglGetSurfaceHandle(_EGLSurface *surf) in _eglGetSurfaceHandle()
/third_party/libdrm/radeon/
Dradeon_surface.c167 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/
Dac_surface.c125 const struct radeon_surf *surf) in ac_surface_supports_dcc_image_stores()
168 ac_modifier_fill_dcc_params(uint64_t modifier, struct radeon_surf *surf, in ac_modifier_fill_dcc_params()
571 struct radeon_surf *surf, bool is_stencil, unsigned level, in gfx6_compute_level()
782 static void gfx6_set_micro_tile_mode(struct radeon_surf *surf, const struct radeon_info *info) in gfx6_set_micro_tile_mode()
792 static unsigned cik_get_macro_tile_index(struct radeon_surf *surf) in cik_get_macro_tile_index()
806 static bool get_display_flag(const struct ac_surf_config *config, const struct radeon_surf *surf) in get_display_flag()
844 ADDR_COMPUTE_SURFACE_INFO_OUTPUT *csio, struct radeon_surf *surf) in gfx6_surface_settings()
892 struct radeon_surf *surf) in ac_compute_cmask()
960 struct radeon_surf *surf) in gfx6_compute_surface()
1354 struct radeon_surf *surf, in gfx9_get_preferred_swizzle_mode()
[all …]
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_surface.c38 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/skia/gm/
Dsurface.cpp150 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/flutter/skia/tools/
Dskottie2movie.cpp28 static void produce_frame(SkSurface* surf, skottie::Animation* anim, double frame_time) { in produce_frame()
34 static void produce_frame(SkSurface* surf, SkSurface* tmp, skottie::Animation* anim, in produce_frame()
119 sk_sp<SkSurface> surf, tmp_surf; in main() local
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp70 _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/
Dv3dx_rcl.c58 struct v3d_surface *surf = v3d_surface(psurf); in load_general() local
120 struct v3d_surface *surf = v3d_surface(psurf); in store_general() local
492 struct v3d_surface *surf = v3d_surface(job->cbufs[cbuf]); in v3d_setup_render_target() local
505 v3d_emit_z_stencil_config(struct v3d_job *job, struct v3d_surface *surf, in v3d_emit_z_stencil_config()
744 struct v3d_surface *surf = v3d_surface(psurf); in v3dX() local
836 struct v3d_surface *surf = v3d_surface(psurf); in v3dX() local
/third_party/flutter/skia/gm/
Dsurface.cpp147 auto surf(ToolUtils::makeSurface(canvas, info, nullptr)); in onDraw() local
172 sk_sp<SkSurface> surf = ToolUtils::makeSurface(canvas, info); variable
190 sk_sp<SkSurface> surf = ToolUtils::makeSurface(canvas, info); variable
211 auto surf = ToolUtils::makeSurface(canvas, info); variable
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c31 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/egl/drivers/dri2/
Dplatform_x11_dri3.c108 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()
234 _EGLSurface *surf; in dri3_create_window_surface() local
444 dri3_copy_buffers(_EGLDisplay *disp, _EGLSurface *surf, void *native_pixmap_target) in dri3_copy_buffers()
459 dri3_query_buffer_age(_EGLDisplay *disp, _EGLSurface *surf) in dri3_query_buffer_age()
467 dri3_query_surface(_EGLDisplay *disp, _EGLSurface *surf, in dri3_query_surface()
485 dri3_get_dri_drawable(_EGLSurface *surf) in dri3_get_dri_drawable()
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_render_cl.c94 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/i915/
Di915_state_static.c88 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/frontends/vdpau/
Dpresentation.c209 vlVdpOutputSurface *surf; in vlVdpPresentationQueueDisplay() local
310 vlVdpOutputSurface *surf; in vlVdpPresentationQueueBlockUntilSurfaceIdle() local
345 vlVdpOutputSurface *surf; in vlVdpPresentationQueueQuerySurfaceStatus() local
/third_party/flutter/skia/docs/examples/
DSurface_props.cpp8 sk_sp<SkSurface> surf(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
/third_party/skia/docs/examples/
DSurface_props.cpp8 sk_sp<SkSurface> surf(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local

12345678910>>...16