Home
last modified time | relevance | path

Searched refs:vc4_surface (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.h48 struct vc4_surface { struct
105 static inline struct vc4_surface *
106 vc4_surface(struct pipe_surface *psurf) in vc4_surface() function
108 return (struct vc4_surface *)psurf; in vc4_surface()
Dvc4_job.c272 struct vc4_surface *surf = vc4_surface(psurf); in vc4_submit_setup_rcl_surface()
313 struct vc4_surface *surf = vc4_surface(psurf); in vc4_submit_setup_rcl_render_config_surface()
340 struct vc4_surface *surf = vc4_surface(psurf); in vc4_submit_setup_rcl_msaa_surface()
Dvc4_simulator.c368 struct vc4_surface *csurf = vc4_surface(vc4->framebuffer.cbufs[0]); in vc4_simulator_flush()
Dvc4_resource.c635 struct vc4_surface *surface = CALLOC_STRUCT(vc4_surface); in vc4_create_surface()