| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 362 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 D | Image9.cpp | 452 IDirect3DSurface9 *surf = 0; in copyToSurface() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrProxyProvider.cpp | 96 void GrProxyProvider::adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface* surf) { in adoptUniqueKeyFromSurface() argument
|
| /third_party/skia/tests/ |
| H A D | ResourceAllocatorTest.cpp | 143 auto surf = proxy->priv().createSurface(dContext->priv().resourceProvider()); in make_proxy() local
|
| H A D | BackendAllocationTest.cpp | 82 sk_sp<SkSurface> surf = SkSurface::MakeFromBackendTexture(dContext, in test_wrapping() local
|
| H A D | ReadPixelsTest.cpp | 517 auto surf = SkSurface::MakeRaster(srcII); in DEF_TEST() local
|
| /third_party/skia/tools/ |
| H A D | ToolUtils.cpp | 151 auto surf = SkSurface::MakeRasterN32Premul(w, h); in create_checkerboard_image() local 471 auto surf = canvas->makeSurface(info, props); in makeSurface() local
|
| /third_party/skia/tools/skqp/src/ |
| H A D | skqp.cpp | 294 sk_sp<SkSurface> surf = SkSurface::MakeRenderTarget( in evaluateGM() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | qsvenc.c | 1708 mfxFrameSurface1 *surf = NULL; in encode_frame() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_qsv.c | 121 int ff_qsv_get_surface_base_handle(mfxFrameSurface1 *surf, in ff_qsv_get_surface_base_handle() argument 474 static int qsv_init_surface(AVHWFramesContext *ctx, mfxFrameSurface1 *surf) in qsv_init_surface() argument 859 mfxFrameSurface1 *surf = (mfxFrameSurface1*)src->data[3]; qsv_map_from() local 964 mfxFrameSurface1 *surf = (mfxFrameSurface1*)(download ? src->data[3] : dst->data[3]); qsv_transfer_data_child() local [all...] |
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 595 droid_set_shared_buffer_mode(_EGLDisplay *disp, _EGLSurface *surf, bool mode) argument 752 droid_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) argument 789 droid_swap_interval(_EGLDisplay *disp, _EGLSurface *surf, EGLint interval) argument 1088 droid_query_surface(_EGLDisplay *disp, _EGLSurface *surf, argument [all...] |
| H A D | platform_ohos.c | 426 ohos_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) in ohos_destroy_surface() argument 694 ohos_query_surface(_EGLDisplay *disp, _EGLSurface *surf, in ohos_query_surface() argument
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_bufimage.c | 1207 create_iview(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *surf, in create_iview() argument 1246 create_buffer_from_image(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *surf, in create_buffer_from_image() argument 1307 get_image_stride_for_r32g32b32(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *surf) get_image_stride_for_r32g32b32() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3dx_draw.c | 1566 struct v3d_surface *surf = v3d_surface(psurf); in v3d_tlb_clear() local
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A 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; vlVaQuerySurfaceStatus() local 216 vlVaPutSubpictures(vlVaSurface *surf, vlVaDriver *drv, struct pipe_surface *surf_draw, struct u_rect *dirty_area, struct u_rect *src_rect, struct u_rect *dst_rect) vlVaPutSubpictures() argument 311 vlVaSurface *surf; vlVaPutSurface() local 844 vlVaSurface *surf; vlVaCreateSurfaces2() local 1276 vlVaSurface *surf; vlVaExportSurfaceHandle() local [all...] |
| /third_party/mesa3d/src/gallium/tests/trivial/ |
| H A D | compute.c | 54 struct pipe_surface *surf[MAX_RESOURCES]; member
|
| /third_party/mesa3d/src/gbm/backends/dri/ |
| H A D | gbm_dri.c | 100 struct gbm_dri_surface *surf = data; in dri_get_buffers() local 113 struct gbm_dri_surface *surf = data; in dri_flush_front_buffer() local 126 struct gbm_dri_surface *surf = data; in dri_get_buffers_with_format() local 157 struct gbm_dri_surface *surf in image_get_buffers() local 175 struct gbm_dri_surface *surf = loaderPrivate; swrast_get_drawable_info() local 194 struct gbm_dri_surface *surf = loaderPrivate; swrast_put_image2() local 226 struct gbm_dri_surface *surf = loaderPrivate; swrast_get_image() local 1348 struct gbm_dri_surface *surf; gbm_dri_surface_create() local 1407 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); gbm_dri_surface_destroy() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 619 struct si_surface *surf; in si_check_render_feedback_texture() local
|
| /third_party/mesa3d/src/intel/blorp/ |
| H A D | blorp_genX_exec.h | 1470 struct isl_surf surf = surface->surf; in blorp_emit_surface_state() local 2322 xy_bcb_tiling(const struct isl_surf *surf) xy_bcb_tiling() argument 2361 xy_bcb_surf_dim(const struct isl_surf *surf) xy_bcb_surf_dim() argument 2376 xy_bcb_surf_depth(const struct isl_surf *surf) xy_bcb_surf_depth() argument [all...] |
| H A D | blorp_clear.c | 303 get_fast_clear_rect(const struct isl_device *dev, const struct isl_surf *surf, const struct isl_surf *aux_surf, unsigned *x0, unsigned *y0, unsigned *x1, unsigned *y1) get_fast_clear_rect() argument 448 blorp_fast_clear(struct blorp_batch *batch, const struct blorp_surf *surf, enum isl_format format, struct isl_swizzle swizzle, uint32_t level, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) blorp_fast_clear() argument 511 blorp_clear(struct blorp_batch *batch, const struct blorp_surf *surf, enum isl_format format, struct isl_swizzle swizzle, uint32_t level, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, union isl_color_value clear_color, uint8_t color_write_disable) blorp_clear() argument 706 blorp_clear_stencil_as_rgba(struct blorp_batch *batch, const struct blorp_surf *surf, uint32_t level, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint8_t stencil_mask, uint8_t stencil_value) blorp_clear_stencil_as_rgba() argument 903 blorp_can_hiz_clear_depth(const struct intel_device_info *devinfo, const struct isl_surf *surf, enum isl_aux_usage aux_usage, uint32_t level, uint32_t layer, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) blorp_can_hiz_clear_depth() argument 1176 blorp_ccs_resolve(struct blorp_batch *batch, struct blorp_surf *surf, uint32_t level, uint32_t start_layer, uint32_t num_layers, enum isl_format format, enum isl_aux_op resolve_op) blorp_ccs_resolve() argument 1361 blorp_mcs_partial_resolve(struct blorp_batch *batch, struct blorp_surf *surf, enum isl_format format, uint32_t start_layer, uint32_t num_layers) blorp_mcs_partial_resolve() argument 1402 blorp_ccs_ambiguate(struct blorp_batch *batch, struct blorp_surf *surf, uint32_t level, uint32_t layer) blorp_ccs_ambiguate() argument [all...] |
| H A D | blorp_priv.h | 54 struct isl_surf surf; member
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_manager.c | 193 st_set_ws_renderbuffer_surface(struct gl_renderbuffer *rb, struct pipe_surface *surf) st_set_ws_renderbuffer_surface() argument
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_state.c | 824 struct i915_surface *surf = i915_surface(i915->framebuffer.cbufs[0]); in i915_set_framebuffer_state() local
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_blit.c | 233 iris_blorp_surf_for_resource(struct isl_device *isl_dev, struct blorp_surf *surf, struct pipe_resource *p_res, enum isl_aux_usage aux_usage, unsigned level, bool is_dest) iris_blorp_surf_for_resource() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_draw.c | 167 struct lima_surface *surf = lima_surface(ctx->framebuffer.base.cbufs[0]); in lima_clear() local
|