Home
last modified time | relevance | path

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

123

/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
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_test_util.h46 static inline sptr<Surface> psurf = nullptr; member in OHOS::Rosen::RSTestUtil
H A Drs_drop_frame_processor_test.cpp46 static inline sptr<Surface> psurf = nullptr; member in OHOS::Rosen::RSDropFrameProcessorTest
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_test_util.h46 static inline sptr<Surface> psurf = nullptr; member in OHOS::Rosen::RSTestUtil
H A Drs_drop_frame_processor_unit_test.cpp46 static inline sptr<Surface> psurf = nullptr; member in OHOS::Rosen::RsDropFrameProcessorTest
[all...]
H A Drs_unittest_drop_frame_processor_test.cpp46 static inline sptr<Surface> psurf = nullptr; member in OHOS::Rosen::RSDropFrameProcessorExtTest
[all...]
/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
/foundation/graphic/graphic_2d/rosen/test/render/render/systemtest/pipeline/
H A Drs_drop_frame_processor_unit_test.cpp46 static inline sptr<Surface> psurf = nullptr; member in OHOS::Rosen::RsDropFrameProcessorTest
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/
H A Drs_drop_frame_processor_test.cpp46 static inline sptr<Surface> psurf = nullptr; member in OHOS::Rosen::RSDropFrameProcessorTest
/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
/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...]
/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...]

Completed in 12 milliseconds

123