| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | surface.c | 60 vlVdpSurface *p_surf; local in function:vlVdpVideoSurfaceCreate 68 p_surf = CALLOC(1, sizeof(vlVdpSurface)); 69 if (!p_surf) { 80 DeviceReference(&p_surf->device, dev); 84 memset(&p_surf->templat, 0, sizeof(p_surf->templat)); 85 p_surf->templat.buffer_format = pipe->screen->get_video_param 92 p_surf->templat.chroma_format = ChromaToPipe(chroma_type); 93 p_surf->templat.width = width; 94 p_surf 135 vlVdpSurface *p_surf; local in function:vlVdpVideoSurfaceDestroy 164 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local in function:vlVdpVideoSurfaceGetParameters 182 vlVdpVideoSurfaceSize(vlVdpSurface * p_surf,int component,unsigned * width,unsigned * height) argument 313 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local in function:vlVdpVideoSurfacePutBitsYCbCr 468 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local in function:vlVdpVideoSurfaceGallium 488 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local in function:vlVdpVideoSurfaceDMABuf [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | surface.c | 60 vlVdpSurface *p_surf; local in function:vlVdpVideoSurfaceCreate 68 p_surf = CALLOC(1, sizeof(vlVdpSurface)); 69 if (!p_surf) { 80 DeviceReference(&p_surf->device, dev); 84 memset(&p_surf->templat, 0, sizeof(p_surf->templat)); 86 p_surf->templat.buffer_format = pipe->screen->get_video_param 93 p_surf->templat.width = width; 94 p_surf->templat.height = height; 95 p_surf 135 vlVdpSurface *p_surf; local in function:vlVdpVideoSurfaceDestroy 164 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local in function:vlVdpVideoSurfaceGetParameters 182 vlVdpVideoSurfaceSize(vlVdpSurface * p_surf,int component,unsigned * width,unsigned * height) argument 313 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local in function:vlVdpVideoSurfacePutBitsYCbCr 468 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local in function:vlVdpVideoSurfaceGallium 488 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local in function:vlVdpVideoSurfaceDMABuf [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | image.c | 61 vlVaVideoSurfaceSize(vlVaSurface *p_surf, int component, argument 64 *width = p_surf->templat.width; 65 *height = p_surf->templat.height; 68 p_surf->templat.chroma_format, 69 p_surf->templat.interlaced);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | image.c | 63 vlVaVideoSurfaceSize(vlVaSurface *p_surf, int component, argument 66 *width = p_surf->templat.width; 67 *height = p_surf->templat.height; 70 pipe_format_to_chroma_format(p_surf->templat.buffer_format), 71 p_surf->templat.interlaced);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 2221 iris_surface_destroy(struct pipe_context *ctx, struct pipe_surface *p_surf) argument 2223 struct iris_surface *surf = (void *) p_surf; 2224 pipe_resource_reference(&p_surf->texture, NULL); 4017 struct pipe_surface *p_surf, 4021 struct iris_surface *surf = (void *) p_surf; 4022 struct iris_resource *res = (void *) p_surf->texture; 4024 iris_use_pinned_bo(batch, iris_resource_bo(p_surf->texture), writeable); 4015 use_surface(struct iris_context * ice,struct iris_batch * batch,struct pipe_surface * p_surf,bool writeable,enum isl_aux_usage aux_usage) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 2930 iris_surface_destroy(struct pipe_context *ctx, struct pipe_surface *p_surf) argument 2932 struct iris_surface *surf = (void *) p_surf; 2933 pipe_resource_reference(&p_surf->texture, NULL); 4789 struct pipe_surface *p_surf, 4795 struct iris_surface *surf = (void *) p_surf; 4796 struct iris_resource *res = (void *) p_surf->texture; 4787 use_surface(struct iris_context * ice,struct iris_batch * batch,struct pipe_surface * p_surf,bool writeable,enum isl_aux_usage aux_usage,bool is_read_surface,enum iris_domain access) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 3213 crocus_surface_destroy(struct pipe_context *ctx, struct pipe_surface *p_surf) argument 3215 struct crocus_surface *surf = (void *) p_surf; 3216 pipe_resource_reference(&p_surf->texture, NULL);
|