Searched refs:color_surf (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/tests/graw/ |
D | graw_util.h | 24 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()
|
D | tri-large.c | 113 graw_save_surface_to_file(info.ctx, info.color_surf[0], NULL); in draw()
|
D | tri.c | 110 graw_save_surface_to_file(info.ctx, info.color_surf[0], NULL); in draw()
|
D | quad-tex.c | 113 graw_save_surface_to_file(info.ctx, info.color_surf[0], NULL); in draw()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 310 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()
|
D | svga_cmd.h | 473 struct pipe_surface *color_surf,
|