Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/tests/graw/
Dgraw_util.h24 struct pipe_surface *color_surf[PIPE_MAX_COLOR_BUFS], *zs_surf; member
95 info->color_surf[i] = info->ctx->create_surface(info->ctx, in graw_util_create_window()
98 if (info->color_surf[i] == NULL) { in graw_util_create_window()
140 fb.cbufs[i] = info->color_surf[i]; in graw_util_create_window()
Dtri-large.c113 graw_save_surface_to_file(info.ctx, info.color_surf[0], NULL); in draw()
Dtri.c110 graw_save_surface_to_file(info.ctx, info.color_surf[0], NULL); in draw()
Dquad-tex.c113 graw_save_surface_to_file(info.ctx, info.color_surf[0], NULL); in draw()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c310 struct pipe_surface *color_surf, in SVGA3D_vgpu10_ClearRenderTargetView() argument
314 struct svga_surface *ss = svga_surface(color_surf); in SVGA3D_vgpu10_ClearRenderTargetView()
329 view_relocation(swc, color_surf, &cmd->renderTargetViewId, in SVGA3D_vgpu10_ClearRenderTargetView()
Dsvga_cmd.h473 struct pipe_surface *color_surf,