Home
last modified time | relevance | path

Searched refs:plane_strides (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c745 uint32_t plane_strides[VIRGL_MAX_PLANE_COUNT]; in virgl_resource_from_handle() local
766 plane_strides[plane_count] = plane->metadata.stride[0]; in virgl_resource_from_handle()
781 plane_strides, in virgl_resource_from_handle()
H A Dvirgl_winsys.h98 const uint32_t *plane_strides,
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.h106 unsigned plane_strides[3]; member
H A Dzink_resource.c721 obj->plane_strides[i] = plane_layouts[i].rowPitch = next->obj->plane_strides[i]; in resource_object_create()
751 obj->plane_strides[whandle->plane] = whandle->stride; in resource_object_create()
819 obj->plane_strides[whandle->plane] = whandle->stride; in resource_object_create()
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c578 const uint32_t *plane_strides, in virgl_drm_winsys_resource_set_type()
606 cmd[VIRGL_PIPE_RES_SET_TYPE_PLANE_STRIDE(i)] = plane_strides[i]; in virgl_drm_winsys_resource_set_type()
572 virgl_drm_winsys_resource_set_type(struct virgl_winsys *qws, struct virgl_hw_res *res, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t usage, uint64_t modifier, uint32_t plane_count, const uint32_t *plane_strides, const uint32_t *plane_offsets) virgl_drm_winsys_resource_set_type() argument
/third_party/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c2188 const size_t *plane_strides, in copy_avframe_to_pixel_buffer()
2227 src_stride = plane_strides[i]; in copy_avframe_to_pixel_buffer()
2254 src_stride = plane_strides[0]; in copy_avframe_to_pixel_buffer()
2185 copy_avframe_to_pixel_buffer(AVCodecContext *avctx, const AVFrame *frame, CVPixelBufferRef cv_img, const size_t *plane_strides, const size_t *plane_rows) copy_avframe_to_pixel_buffer() argument

Completed in 20 milliseconds