Lines Matching refs:plane
312 for (int plane = num_planes - 1; plane >= 0; --plane) {
313 struct d3d12_resource *plane_res = d3d12_resource(planes[plane]);
325 plane_res->plane_slice = plane;
326 plane_res->base.b.format = util_format_get_plane_format(res->base.b.format, plane);
327 plane_res->base.b.width0 = util_format_get_plane_width(res->base.b.format, plane, res->base.b.width0);
328 plane_res->base.b.height0 = util_format_get_plane_height(res->base.b.format, plane, res->base.b.height0);
335 unsigned subresource = plane * desc.MipLevels * desc.DepthOrArraySize;
480 /* Get a description for this plane */
482 unsigned subresource = handle->plane * incoming_res_desc.MipLevels * incoming_res_desc.DepthOrArraySize;
559 "plane: %d, target: %d vs %d, width: %d vs %d, height: %d vs %d, "
561 handle->plane,
577 "plane could be DXGI format %d or %d, but is %d, "
620 res->plane_slice = handle->plane;
718 * expected to be done for res->plane_slice plane only, but some
719 * callers expect adjacent allocations for next contiguous plane access
733 /* Adjust strides, offsets to the corresponding plane*/
744 /* Normalize box back to overall dimensions (first plane)*/
1643 /* Adjust strides, offsets, box to the corresponding plane for the copytexture operation*/
1661 /* Just offset the resulting ptr to the according plane offset*/
1780 /* In theory we should just flush only the contents for the plane*/
1782 /* behaviour in which they assume that mapping the first plane of*/
1797 /* Adjust strides, offsets to the corresponding plane for the copytexture operation*/