Searched refs:p_surf (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | surface.c | 60 vlVdpSurface *p_surf; in vlVdpVideoSurfaceCreate() local 68 p_surf = CALLOC(1, sizeof(vlVdpSurface)); in vlVdpVideoSurfaceCreate() 69 if (!p_surf) { in vlVdpVideoSurfaceCreate() 80 DeviceReference(&p_surf->device, dev); in vlVdpVideoSurfaceCreate() 84 memset(&p_surf->templat, 0, sizeof(p_surf->templat)); in vlVdpVideoSurfaceCreate() 86 p_surf->templat.buffer_format = pipe->screen->get_video_param in vlVdpVideoSurfaceCreate() 93 p_surf->templat.width = width; in vlVdpVideoSurfaceCreate() 94 p_surf->templat.height = height; in vlVdpVideoSurfaceCreate() 95 p_surf in vlVdpVideoSurfaceCreate() 135 vlVdpSurface *p_surf; vlVdpVideoSurfaceDestroy() local 182 vlVdpVideoSurfaceSize(vlVdpSurface *p_surf, int component, unsigned *width, unsigned *height) vlVdpVideoSurfaceSize() argument 313 vlVdpSurface *p_surf = vlGetDataHTAB(surface); vlVdpVideoSurfacePutBitsYCbCr() local 468 vlVdpSurface *p_surf = vlGetDataHTAB(surface); vlVdpVideoSurfaceGallium() local 488 vlVdpSurface *p_surf = vlGetDataHTAB(surface); vlVdpVideoSurfaceDMABuf() local [all...] |
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | image.c | 63 vlVaVideoSurfaceSize(vlVaSurface *p_surf, int component, in vlVaVideoSurfaceSize() argument 66 *width = p_surf->templat.width; in vlVaVideoSurfaceSize() 67 *height = p_surf->templat.height; in vlVaVideoSurfaceSize() 70 pipe_format_to_chroma_format(p_surf->templat.buffer_format), in vlVaVideoSurfaceSize() 71 p_surf->templat.interlaced); in vlVaVideoSurfaceSize()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 3091 iris_surface_destroy(struct pipe_context *ctx, struct pipe_surface *p_surf) in iris_surface_destroy() argument 3093 struct iris_surface *surf = (void *) p_surf; in iris_surface_destroy() 3094 pipe_resource_reference(&p_surf->texture, NULL); in iris_surface_destroy() 4956 struct pipe_surface *p_surf, in use_surface() 4962 struct iris_surface *surf = (void *) p_surf; in use_surface() 4963 struct iris_resource *res = (void *) p_surf->texture; in use_surface() 4954 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) use_surface() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 3218 crocus_surface_destroy(struct pipe_context *ctx, struct pipe_surface *p_surf) in crocus_surface_destroy() argument 3220 struct crocus_surface *surf = (void *) p_surf; in crocus_surface_destroy() 3221 pipe_resource_reference(&p_surf->texture, NULL); in crocus_surface_destroy()
|
Completed in 26 milliseconds