| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_vp3_video.c | 86 struct pipe_surface surf_templ; local in function:nouveau_vp3_video_buffer_create 153 memset(&surf_templ, 0, sizeof(surf_templ)); 155 surf_templ.format = buffer->resources[j]->format; 156 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = 0; 157 buffer->surfaces[j * 2] = pipe->create_surface(pipe, buffer->resources[j], &surf_templ); 161 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = 1; 162 buffer->surfaces[j * 2 + 1] = pipe->create_surface(pipe, buffer->resources[j], &surf_templ); [all...] |
| H A D | nouveau_video.c | 720 struct pipe_surface surf_templ; local in function:nouveau_video_buffer_surfaces 730 memset(&surf_templ, 0, sizeof(surf_templ)); 731 surf_templ.format = buf->resources[i]->format; 732 buf->surfaces[i] = pipe->create_surface(pipe, buf->resources[i], &surf_templ);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_vp3_video.c | 86 struct pipe_surface surf_templ; local in function:nouveau_vp3_video_buffer_create 152 memset(&surf_templ, 0, sizeof(surf_templ)); 154 surf_templ.format = buffer->resources[j]->format; 155 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = 0; 156 buffer->surfaces[j * 2] = pipe->create_surface(pipe, buffer->resources[j], &surf_templ); 160 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = 1; 161 buffer->surfaces[j * 2 + 1] = pipe->create_surface(pipe, buffer->resources[j], &surf_templ); [all...] |
| H A D | nouveau_video.c | 720 struct pipe_surface surf_templ; local in function:nouveau_video_buffer_surfaces 730 memset(&surf_templ, 0, sizeof(surf_templ)); 731 surf_templ.format = buf->resources[i]->format; 732 buf->surfaces[i] = pipe->create_surface(pipe, buf->resources[i], &surf_templ);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_video_buffer.c | 381 struct pipe_surface surf_templ; local in function:vl_video_buffer_surfaces 400 memset(&surf_templ, 0, sizeof(surf_templ)); 401 surf_templ.format = vl_video_buffer_surface_format(buf->resources[i]->format); 402 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = j; 403 buf->surfaces[surf] = pipe->create_surface(pipe, buf->resources[i], &surf_templ);
|
| H A D | vl_idct.c | 593 struct pipe_surface surf_templ; local in function:init_source 603 memset(&surf_templ, 0, sizeof(surf_templ)); 604 surf_templ.format = tex->format; 605 surf_templ.u.tex.first_layer = 0; 606 surf_templ.u.tex.last_layer = 0; 607 buffer->fb_state_mismatch.cbufs[0] = idct->pipe->create_surface(idct->pipe, tex, &surf_templ); 630 struct pipe_surface surf_templ; local in function:init_intermediate 641 memset(&surf_templ, 0, sizeof(surf_templ)); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_video_buffer.c | 306 struct pipe_surface surf_templ; local in function:vl_video_buffer_surfaces 325 memset(&surf_templ, 0, sizeof(surf_templ)); 326 surf_templ.format = vl_video_buffer_surface_format(buf->resources[i]->format); 327 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = j; 328 buf->surfaces[surf] = pipe->create_surface(pipe, buf->resources[i], &surf_templ);
|
| H A D | vl_idct.c | 593 struct pipe_surface surf_templ; local in function:init_source 603 memset(&surf_templ, 0, sizeof(surf_templ)); 604 surf_templ.format = tex->format; 605 surf_templ.u.tex.first_layer = 0; 606 surf_templ.u.tex.last_layer = 0; 607 buffer->fb_state_mismatch.cbufs[0] = idct->pipe->create_surface(idct->pipe, tex, &surf_templ); 634 struct pipe_surface surf_templ; local in function:init_intermediate 645 memset(&surf_templ, 0, sizeof(surf_templ)); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | presentation.c | 213 struct pipe_surface surf_templ, *surf_draw = NULL; local in function:vlVdpPresentationQueueDisplay 245 memset(&surf_templ, 0, sizeof(surf_templ)); 246 surf_templ.format = tex->format; 247 surf_draw = pipe->create_surface(pipe, tex, &surf_templ);
|
| H A D | mixer.c | 251 struct pipe_surface *surface, surf_templ; local in function:vlVdpVideoMixerRender 370 memset(&surf_templ, 0, sizeof(surf_templ)); 371 surf_templ.format = res->format; 372 surface = pipe->create_surface(pipe, res, &surf_templ); 412 struct pipe_surface *surface_temp = pipe->create_surface(pipe, res, &surf_templ); 433 struct pipe_surface *surface_temp = pipe->create_surface(pipe, res, &surf_templ);
|
| H A D | output.c | 55 struct pipe_surface surf_templ; local in function:vlVdpOutputSurfaceCreate 110 memset(&surf_templ, 0, sizeof(surf_templ)); 111 surf_templ.format = res->format; 112 vlsurface->surface = pipe->create_surface(pipe, res, &surf_templ);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | presentation.c | 213 struct pipe_surface surf_templ, *surf_draw = NULL; local in function:vlVdpPresentationQueueDisplay 245 memset(&surf_templ, 0, sizeof(surf_templ)); 246 surf_templ.format = tex->format; 247 surf_draw = pipe->create_surface(pipe, tex, &surf_templ);
|
| H A D | mixer.c | 249 struct pipe_surface *surface, surf_templ; local in function:vlVdpVideoMixerRender 371 memset(&surf_templ, 0, sizeof(surf_templ)); 372 surf_templ.format = res->format; 373 surface = pipe->create_surface(pipe, res, &surf_templ); 413 struct pipe_surface *surface_temp = pipe->create_surface(pipe, res, &surf_templ); 434 struct pipe_surface *surface_temp = pipe->create_surface(pipe, res, &surf_templ);
|
| H A D | output.c | 55 struct pipe_surface surf_templ; local in function:vlVdpOutputSurfaceCreate 110 memset(&surf_templ, 0, sizeof(surf_templ)); 111 surf_templ.format = res->format; 112 vlsurface->surface = pipe->create_surface(pipe, res, &surf_templ);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 609 struct pipe_surface surf_templ; local in function:nv84_video_buffer_create 718 memset(&surf_templ, 0, sizeof(surf_templ)); 720 surf_templ.format = buffer->resources[j]->format; 721 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = 0; 723 pipe->create_surface(pipe, buffer->resources[j], &surf_templ); 727 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = 1; 729 pipe->create_surface(pipe, buffer->resources[j], &surf_templ); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 609 struct pipe_surface surf_templ; local in function:nv84_video_buffer_create 717 memset(&surf_templ, 0, sizeof(surf_templ)); 719 surf_templ.format = buffer->resources[j]->format; 720 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = 0; 722 pipe->create_surface(pipe, buffer->resources[j], &surf_templ); 726 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = 1; 728 pipe->create_surface(pipe, buffer->resources[j], &surf_templ); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/ |
| H A D | surface.c | 369 struct pipe_surface surf_templ, *surf; local in function:XvMCPutSurface 396 memset(&surf_templ, 0, sizeof(surf_templ)); 397 surf_templ.format = tex->format; 398 surf = pipe->create_surface(pipe, tex, &surf_templ);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/ |
| H A D | surface.c | 369 struct pipe_surface surf_templ, *surf; local in function:XvMCPutSurface 396 memset(&surf_templ, 0, sizeof(surf_templ)); 397 surf_templ.format = tex->format; 398 surf = pipe->create_surface(pipe, tex, &surf_templ);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_surface.c | 370 struct pipe_surface surf_templ = {0}; local in function:zink_surface_create_null 386 surf_templ.format = PIPE_FORMAT_R8_UINT; 387 surf_templ.nr_samples = 0; 388 struct pipe_surface *psurf = ctx->base.create_surface(&ctx->base, pres, &surf_templ);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | surface.c | 314 struct pipe_surface surf_templ, *surf_draw; local in function:vlVaPutSurface 343 memset(&surf_templ, 0, sizeof(surf_templ)); 344 surf_templ.format = tex->format; 345 surf_draw = drv->pipe->create_surface(drv->pipe, tex, &surf_templ);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | surface.c | 314 struct pipe_surface surf_templ, *surf_draw; local in function:vlVaPutSurface 343 memset(&surf_templ, 0, sizeof(surf_templ)); 344 surf_templ.format = tex->format; 345 surf_draw = drv->pipe->create_surface(drv->pipe, tex, &surf_templ);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_context.c | 464 struct pipe_surface surf_templ, *surf; local in function:hud_draw_results 500 memset(&surf_templ, 0, sizeof(surf_templ)); 501 surf_templ.format = tex->format; 512 surf_templ.format = srgb_format; 514 surf = pipe->create_surface(pipe, tex, &surf_templ);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_context.c | 464 struct pipe_surface surf_templ, *surf; local in function:hud_draw_results 497 memset(&surf_templ, 0, sizeof(surf_templ)); 498 surf_templ.format = tex->format; 509 surf_templ.format = srgb_format; 511 surf = pipe->create_surface(pipe, tex, &surf_templ);
|