Searched refs:vc4_surface (Results 1 – 4 of 4) sorted by relevance
48 struct vc4_surface { struct92 static inline struct vc4_surface *93 vc4_surface(struct pipe_surface *psurf) in vc4_surface() function95 return (struct vc4_surface *)psurf; in vc4_surface()
287 struct vc4_surface *surf = vc4_surface(psurf); in vc4_submit_setup_rcl_surface()328 struct vc4_surface *surf = vc4_surface(psurf); in vc4_submit_setup_rcl_render_config_surface()355 struct vc4_surface *surf = vc4_surface(psurf); in vc4_submit_setup_rcl_msaa_surface()
369 struct vc4_surface *csurf = vc4_surface(vc4->framebuffer.cbufs[0]); in vc4_simulator_flush()
809 struct vc4_surface *surface = CALLOC_STRUCT(vc4_surface); in vc4_create_surface()