/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_surface.c | 35 fd_create_surface(struct pipe_context *pctx, struct pipe_resource *ptex, in fd_create_surface() argument
|
H A D | freedreno_resource.h | 178 fd_resource(struct pipe_resource *ptex) in fd_resource() argument 184 fd_resource_const(const struct pipe_resource *ptex) in fd_resource_const() argument
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_st.c | 67 struct pipe_resource *ptex = xstfb->textures[statt]; in xmesa_st_framebuffer_display() local
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
H A D | hgl.c | 66 struct pipe_resource* ptex = buffer->textures[statt]; in hgl_st_framebuffer_flush_front() local
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | drisw.c | 243 struct pipe_resource *ptex; in drisw_swap_buffers() local 201 drisw_present_texture(struct pipe_context *pipe, __DRIdrawable *dPriv, struct pipe_resource *ptex, struct pipe_box *sub_box) drisw_present_texture() argument 224 drisw_copy_to_front(struct pipe_context *pipe, __DRIdrawable * dPriv, struct pipe_resource *ptex) drisw_copy_to_front() argument 281 struct pipe_resource *ptex; drisw_copy_sub_buffer() local 316 struct pipe_resource *ptex; drisw_flush_frontbuffer() local [all...] |
H A D | kopper.c | 679 struct pipe_resource *ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT] ? in kopper_update_drawable_info() local 715 struct pipe_resource *ptex; in kopper_flush_frontbuffer() local 204 drisw_present_texture(struct pipe_context *pipe, __DRIdrawable *dPriv, struct pipe_resource *ptex, struct pipe_box *sub_box) drisw_present_texture() argument 691 kopper_present_texture(struct pipe_context *pipe, __DRIdrawable *dPriv, struct pipe_resource *ptex, struct pipe_box *sub_box) kopper_present_texture() argument 701 kopper_copy_to_front(struct pipe_context *pipe, __DRIdrawable * dPriv, struct pipe_resource *ptex) kopper_copy_to_front() argument 906 struct pipe_resource *ptex; kopperSwapBuffers() local 982 struct pipe_resource *ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT] ? kopperSetSwapInterval() local 1000 struct pipe_resource *ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT] ? kopperQueryBufferAge() local [all...] |
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_st.c | 471 struct pipe_resource *ptex = stwfb->textures[ST_ATTACHMENT_FRONT_LEFT]; in stw_st_framebuffer_flush_front() local 550 struct pipe_resource *ptex; in stw_st_swap_framebuffer_locked() local
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_resource.c | 1042 v3d_create_surface(struct pipe_context *pctx, struct pipe_resource *ptex, const struct pipe_surface *surf_tmpl) v3d_create_surface() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_resource.c | 734 vc4_create_surface(struct pipe_context *pctx, struct pipe_resource *ptex, const struct pipe_surface *surf_tmpl) vc4_create_surface() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_texture.c | 197 r600_init_surface(struct r600_common_screen *rscreen, struct radeon_surf *surface, const struct pipe_resource *ptex, enum radeon_surf_mode array_mode, unsigned pitch_in_bytes_override, unsigned offset, bool is_imported, bool is_scanout, bool is_flushed_depth) r600_init_surface() argument 577 r600_texture_destroy(struct pipe_screen *screen, struct pipe_resource *ptex) r600_texture_destroy() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 173 si_init_surface(struct si_screen *sscreen, struct radeon_surf *surface, const struct pipe_resource *ptex, enum radeon_surf_mode array_mode, uint64_t modifier, bool is_imported, bool is_scanout, bool is_flushed_depth, bool tc_compatible_htile) si_init_surface() argument 1605 struct si_auxiliary_texture *ptex = (struct si_auxiliary_texture *)next_plane; si_texture_from_winsys_buffer() local [all...] |