Home
last modified time | relevance | path

Searched defs:psurf (Results 1 - 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_surface.h37 fd_surface(struct pipe_surface *psurf) in fd_surface() argument
H A Dfreedreno_surface.c43 struct pipe_surface *psurf = &surface->base; in fd_create_surface() local
68 fd_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf) fd_surface_destroy() argument
[all...]
H A Dfreedreno_batch_cache.c485 key_surf(struct fd_batch_key *key, unsigned idx, unsigned pos, struct pipe_surface *psurf) key_surf() argument
H A Dfreedreno_gmem.c719 struct pipe_surface *psurf = pfb->cbufs[i]; in fd_gmem_render_tiles() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_surface.h47 d3d12_surface(struct pipe_surface *psurf) in d3d12_surface() argument
H A Dd3d12_surface.cpp267 d3d12_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf) d3d12_surface_destroy() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.h90 vc4_surface(struct pipe_surface *psurf) in vc4_surface() argument
H A Dvc4_job.c281 vc4_submit_setup_rcl_surface(struct vc4_job *job, struct drm_vc4_submit_rcl_surface *submit_surf, struct pipe_surface *psurf, bool is_depth, bool is_write) vc4_submit_setup_rcl_surface() argument
323 vc4_submit_setup_rcl_render_config_surface(struct vc4_job *job, struct drm_vc4_submit_rcl_surface *submit_surf, struct pipe_surface *psurf) vc4_submit_setup_rcl_render_config_surface() argument
350 vc4_submit_setup_rcl_msaa_surface(struct vc4_job *job, struct drm_vc4_submit_rcl_surface *submit_surf, struct pipe_surface *psurf) vc4_submit_setup_rcl_msaa_surface() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_surface.c193 etna_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf) in etna_surface_destroy() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.h143 v3d_surface(struct pipe_surface *psurf) in v3d_surface() argument
H A Dv3dx_rcl.c55 load_general(struct v3d_cl *cl, struct pipe_surface *psurf, int buffer, in load_general() argument
114 store_general(struct v3d_job *job, struct v3d_cl *cl, struct pipe_surface *psurf, int layer, int buffer, int pipe_bit, uint32_t *stores_pending, bool general_color_clear, bool resolve_4x) store_general() argument
233 struct pipe_surface *psurf = job->bbuf ? job->bbuf : job->cbufs[i]; v3d_rcl_emit_loads() local
337 struct pipe_surface *psurf = job->cbufs[i]; v3d_rcl_emit_stores() local
775 struct pipe_surface *psurf = job->cbufs[i]; emit_rcl() local
869 struct pipe_surface *psurf = job->zsbuf; emit_rcl() local
[all...]
H A Dv3d_resource.c1054 struct pipe_surface *psurf = &surface->base; in v3d_create_surface() local
1119 v3d_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf) v3d_surface_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_framebuffer.c157 struct pipe_surface *psurf = ctx->fb_state.cbufs[i]; in zink_get_framebuffer() local
173 struct pipe_surface *psurf = ctx->fb_state.zsbuf; in zink_get_framebuffer() local
H A Dzink_surface.c244 wrap_surface(struct pipe_context *pctx, struct pipe_surface *psurf) in wrap_surface() argument
266 struct pipe_surface *psurf = NULL; in zink_create_surface() local
420 struct pipe_surface *psurf in zink_surface_create_null() local
[all...]
H A Dzink_clear.c281 struct pipe_surface *psurf = fb->cbufs[i]; in zink_clear() local
441 set_clear_fb(struct pipe_context *pctx, struct pipe_surface *psurf, struct pipe_surface *zsurf) in set_clear_fb() argument
H A Dzink_kopper.c894 struct pipe_surface *psurf = ctx->base.create_surface(&ctx->base, &res->base.b, ctx->fb_state.zsbuf); in zink_kopper_fixup_depth_buffer() local
/third_party/mesa3d/src/mesa/main/
H A Drenderbuffer.c538 struct pipe_surface **psurf = in _mesa_regen_renderbuffer_surface() local
631 struct pipe_surface **psurf = in _mesa_update_renderbuffer_surface() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c160 init_scene_texture(struct lp_scene_surface *ssurf, struct pipe_surface *psurf) in init_scene_texture() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c69 struct pipe_surface *psurf = bufs[i]; in emit_mrt() local
506 emit_mem2gmem_surf(struct fd_batch *batch, uint32_t base, struct pipe_surface *psurf, enum a5xx_blit_buf buf) emit_mem2gmem_surf() argument
627 emit_gmem2mem_surf(struct fd_batch *batch, uint32_t base, struct pipe_surface *psurf, enum a5xx_blit_buf buf) emit_gmem2mem_surf() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c640 struct pipe_surface *psurf = cso_fb->zsbuf; in iris_clear() local
653 struct pipe_surface *psurf = cso_fb->cbufs[i]; in iris_clear() local
736 iris_clear_render_target(struct pipe_context *ctx, struct pipe_surface *psurf, const union pipe_color_union *p_color, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) iris_clear_render_target() argument
766 iris_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *psurf, unsigned flags, double depth, unsigned stencil, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) iris_clear_depth_stencil() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c29 lima_pack_blit_cmd(struct lima_job *job, struct util_dynarray *cmd_array, struct pipe_surface *psurf, const struct pipe_box *src, const struct pipe_box *dst, unsigned filter, bool scissor, unsigned sample_mask, unsigned mrt_idx) lima_pack_blit_cmd() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c83 struct pipe_surface *psurf = bufs[i]; in emit_mrt() local
333 emit_gmem2mem_surf(struct fd_batch *batch, enum adreno_rb_copy_control_mode mode, bool stencil, uint32_t base, struct pipe_surface *psurf) emit_gmem2mem_surf() argument
504 emit_mem2gmem_surf(struct fd_batch *batch, const uint32_t bases[], struct pipe_surface **psurf, uint32_t bufs, uint32_t bin_w) emit_mem2gmem_surf() argument
757 struct pipe_surface *psurf = pfb->cbufs[i]; global() variable
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c88 emit_gmem2mem_surf(struct fd_batch *batch, uint32_t base, struct pipe_surface *psurf) emit_gmem2mem_surf() argument
232 emit_mem2gmem_surf(struct fd_batch *batch, uint32_t base, struct pipe_surface *psurf) emit_mem2gmem_surf() argument
441 struct pipe_surface *psurf = pfb->cbufs[0]; fd2_emit_sysmem_prep() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c83 struct pipe_surface *psurf = bufs[i]; in emit_mrt() local
169 emit_gmem2mem_surf(struct fd_batch *batch, bool stencil, uint32_t base, struct pipe_surface *psurf) emit_gmem2mem_surf() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c671 struct pipe_surface *psurf = cso_fb->zsbuf; in crocus_clear() local
689 struct pipe_surface *psurf = cso_fb->cbufs[i]; in crocus_clear() local
782 crocus_clear_render_target(struct pipe_context *ctx, struct pipe_surface *psurf, const union pipe_color_union *p_color, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) crocus_clear_render_target() argument
814 crocus_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *psurf, unsigned flags, double depth, unsigned stencil, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) crocus_clear_depth_stencil() argument
[all...]

Completed in 18 milliseconds

12