Searched refs:vc5_surface (Results 1 – 6 of 6) sorted by relevance
80 struct vc5_surface { struct146 static inline struct vc5_surface *147 vc5_surface(struct pipe_surface *psurf) in vc5_surface() function149 return (struct vc5_surface *)psurf; in vc5_surface()
40 struct vc5_surface *surf = vc5_surface(psurf); in load_general()94 struct vc5_surface *surf = vc5_surface(psurf); in store_general()431 struct vc5_surface *surf = vc5_surface(job->cbufs[cbuf]); in v3d_setup_render_target()468 struct vc5_surface *surf = vc5_surface(job->zsbuf); in v3dX()492 struct vc5_surface *surf = vc5_surface(psurf); in v3dX()584 struct vc5_surface *surf = vc5_surface(psurf); in v3dX()
209 struct vc5_surface *surf = vc5_surface(job->cbufs[i]); in vc5_job_set_tile_buffer_size()
368 struct vc5_surface *csurf = vc5_surface(vc5->framebuffer.cbufs[0]); in vc5_simulator_flush()
572 struct vc5_surface *surf = vc5_surface(psurf); in vc5_clear()
645 struct vc5_surface *surface = CALLOC_STRUCT(vc5_surface); in vc5_create_surface()