Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.h37 struct virgl_surface { struct
49 static inline struct virgl_surface *virgl_surface(struct pipe_surface *surf) in virgl_surface() argument
51 return (struct virgl_surface *)surf; in virgl_surface()
Dvirgl_context.c196 struct virgl_surface *surf; in virgl_create_surface()
200 surf = CALLOC_STRUCT(virgl_surface); in virgl_create_surface()
231 struct virgl_surface *surf = virgl_surface(psurf); in virgl_surface_destroy()
Dvirgl_encode.c337 struct virgl_surface *zsurf = virgl_surface(state->zsbuf); in virgl_encoder_set_framebuffer_state()
344 struct virgl_surface *surf = virgl_surface(state->cbufs[i]); in virgl_encoder_set_framebuffer_state()
/external/virglrenderer/tests/
Dtest_virgl_cmd.c75 struct virgl_surface surf; in START_TEST()
146 struct virgl_surface surf; in START_TEST()
260 struct virgl_surface surf; in START_TEST()
486 struct virgl_surface surf; in START_TEST()
753 struct virgl_surface surf; in START_TEST()
Dtestvirgl_encode.c323 struct virgl_surface *zsurf = (struct virgl_surface *)state->zsbuf; in virgl_encoder_set_framebuffer_state()
330 struct virgl_surface *surf = (struct virgl_surface *)state->cbufs[i]; in virgl_encoder_set_framebuffer_state()
Dtestvirgl_encode.h31 struct virgl_surface { struct