Lines Matching defs:height
2085 get_plane_wh(&create_info.extent.width, &create_info.extent.height,
2086 format, hwfc->width, hwfc->height, i);
2422 frame->height = hwfc->height;
2513 dst->height = src->height;
2753 /* Set the image width/height */
2754 get_plane_wh(&create_info.extent.width, &create_info.extent.height,
2755 hwfc->sw_format, src->width, src->height, i);
2919 dst->height = src->height;
3097 get_plane_wh(&p_w, &p_h, hwfc->sw_format, hwfc->width, hwfc->height, i);
3211 get_plane_wh(&p_w, &p_h, hwfc->sw_format, hwfc->width, hwfc->height, i);
3391 dst->height = src->height;
3479 static size_t get_req_buffer_size(VulkanDevicePriv *p, int *stride, int height)
3483 size = height*(*stride);
3840 if (swf->width > hwfc->width || swf->height > hwfc->height)
3878 get_plane_wh(&p_w, &p_h, swf->format, swf->width, swf->height, i);
3927 get_plane_wh(&p_w, &p_h, swf->format, swf->width, swf->height, i);
3941 swf->width, swf->height, swf->format, from);
3952 get_plane_wh(&p_w, &p_h, swf->format, swf->width, swf->height, i);
4056 get_plane_wh(&w, &h, hwfc->sw_format, hwfc->width, hwfc->height, i);