Home
last modified time | relevance | path

Searched refs:vc5_surface (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_resource.h80 struct vc5_surface { struct
146 static inline struct vc5_surface *
147 vc5_surface(struct pipe_surface *psurf) in vc5_surface() function
149 return (struct vc5_surface *)psurf; in vc5_surface()
Dvc5_rcl.c40 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()
Dvc5_job.c209 struct vc5_surface *surf = vc5_surface(job->cbufs[i]); in vc5_job_set_tile_buffer_size()
Dvc5_simulator.c368 struct vc5_surface *csurf = vc5_surface(vc5->framebuffer.cbufs[0]); in vc5_simulator_flush()
Dvc5_draw.c572 struct vc5_surface *surf = vc5_surface(psurf); in vc5_clear()
Dvc5_resource.c645 struct vc5_surface *surface = CALLOC_STRUCT(vc5_surface); in vc5_create_surface()