Searched defs:zs_surf (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h23 struct pipe_surface *color_surf[PIPE_MAX_COLOR_BUFS], *zs_surf; member in struct:graw_info
125 info->zs_surf = info->ctx->create_surface(info->ctx,
128 if (info->zs_surf == NULL) {
141 fb.zsbuf = info->zs_surf;

Completed in 92 milliseconds