Home
last modified time | relevance | path

Searched refs:planes (Results 451 - 475 of 557) sorted by relevance

1...<<11121314151617181920>>...23

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h568 * ICL planar formats require 2 planes that are updated as pairs.
614 * Instead of creating a new index to cover planes and crtc, using
615 * existing drm_plane_index for planes which is well less than 31
616 * planes and bit 31 for crtc. This should be fine to cover all
679 struct skl_plane_wm planes[I915_MAX_PLANES]; member
830 * All planes will be positioned inside this space,
1011 /* bitmask of visible planes (enum plane_id) */
1016 /* bitmask of planes that will be updated during the commit */
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.c487 * Construct planes equaling the number of hw pipes, and CRTCs for the in modeset_init()
488 * N encoders set up by the driver. The first N planes become primary in modeset_init()
489 * planes for the CRTCs, with the remainder as overlay planes: in modeset_init()
509 priv->planes[priv->num_planes++] = plane; in modeset_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c1146 dc->caps.planes[i] = plane_cap; in dce100_resource_construct()
/kernel/linux/linux-6.6/drivers/media/platform/nvidia/tegra-vde/
H A Dh264.c682 u64 offset = vb->planes[plane_id].data_offset; in tegra_vde_validate_vb_size()
/third_party/ffmpeg/libavcodec/
H A Dlibx265.c522 x265pic.planes[i] = pic->data[i]; in libx265_encode_frame()
/third_party/mesa3d/src/intel/vulkan/
H A Dgfx8_cmd_buffer.c266 assert(d_iview && d_iview->image->planes[0].aux_usage == ISL_AUX_USAGE_HIZ); in want_stencil_pma_fix()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c158 draw->pt.user.planes = (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) &(draw->plane[0]); in draw_init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrViewTests.cpp759 const auto planeOriginalFormat = imageData.getDescription().planes[params.planeNdx].planeCompatibleFormat; in testPlaneView()
866 continue; // Memory alias cases require disjoint planes in populateViewTypeGroup()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.h513 unsigned planes; member
/third_party/backends/backend/
H A Depjitsu.c3027 int planes; in finecal_send_cal() local
3032 planes = 3; in finecal_send_cal()
3034 planes = 2; in finecal_send_cal()
3041 planes = 1; in finecal_send_cal()
3075 for (i = 0; i < planes; i++) in finecal_send_cal()
4192 /* if we're using an S1300i with scan resolution 225 or 300, on AC power, the color planes are shifted */ in descramble_raw()
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.2.c2158 wuffs_base__table_u8 planes[WUFFS_BASE__PIXEL_FORMAT__NUM_PLANES_MAX]; member
2180 ret.private_impl.planes[0] = wuffs_base__empty_table_u8(); in wuffs_base__null_pixel_buffer()
2181 ret.private_impl.planes[1] = wuffs_base__empty_table_u8(); in wuffs_base__null_pixel_buffer()
2182 ret.private_impl.planes[2] = wuffs_base__empty_table_u8(); in wuffs_base__null_pixel_buffer()
2183 ret.private_impl.planes[3] = wuffs_base__empty_table_u8(); in wuffs_base__null_pixel_buffer()
2221 &b->private_impl.planes[WUFFS_BASE__PIXEL_FORMAT__INDEXED__COLOR_PLANE]; in wuffs_base__pixel_buffer__set_from_slice()
2244 wuffs_base__table_u8* tab = &b->private_impl.planes[0]; in wuffs_base__pixel_buffer__set_from_slice()
2280 b->private_impl.planes[0] = pixbuf_memory; in wuffs_base__pixel_buffer__set_from_table()
2291 &b->private_impl.planes[WUFFS_BASE__PIXEL_FORMAT__INDEXED__COLOR_PLANE]; in wuffs_base__pixel_buffer__palette()
2310 return b->private_impl.planes[ in wuffs_base__pixel_buffer__plane()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c430 src_buf->b->vb2_buf.planes[0].bytesused) { in s5p_mfc_handle_frame()
542 src_buf->b->vb2_buf.planes[0].bytesused) in s5p_mfc_handle_seq_done()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_dec.c416 buf.size = (size_t)src_buf->vb2_buf.planes[0].bytesused; in mtk_vdec_worker()
1193 src_mem.size = (size_t)src_buf->vb2_buf.planes[0].bytesused; in vb2ops_vdec_buf_queue()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c103 * Check if the number of requested planes match in vid_cap_queue_setup()
165 vb->planes[p].data_offset = dev->fmt_cap->data_offset[p]; in vid_cap_buf_prepare()
635 for (p = fmt->buffers; p < fmt->planes; p++) in vivid_try_fmt_vid_cap()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c442 src_buf->b->vb2_buf.planes[0].bytesused) { in s5p_mfc_handle_frame()
557 src_buf->b->vb2_buf.planes[0].bytesused) in s5p_mfc_handle_seq_done()
/third_party/ffmpeg/libswscale/x86/
H A Dinput.asm3 ;* YUV formats into individual planes, and converts RGB
4 ;* into YUV planes also.
/third_party/ffmpeg/libavutil/
H A Dvulkan.c516 int planes = av_pix_fmt_count_planes(fc->sw_format); in ff_vk_add_exec_dep() local
518 for (int i = 0; i < planes; i++) { in ff_vk_add_exec_dep()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_bufimage.c1313 stride = surf->image->planes[0].surface.u.gfx9.surf_pitch; in get_image_stride_for_r32g32b32()
1315 stride = surf->image->planes[0].surface.u.legacy.level[0].nblk_x * 3; in get_image_stride_for_r32g32b32()
H A Dradv_cmd_buffer.c6420 uint64_t htile_offset = ds_image->bindings[0].offset + ds_image->planes[0].surface.meta_offset + in radv_cmd_buffer_begin_subpass()
6421 ds_image->planes[0].surface.u.gfx9.meta_levels[level].offset; in radv_cmd_buffer_begin_subpass()
6422 uint64_t htile_size = ds_image->planes[0].surface.u.gfx9.meta_levels[level].size; in radv_cmd_buffer_begin_subpass()
9238 if (image->planes[0].surface.has_stencil && in radv_initialize_htile()
9340 for (unsigned i = 0; i < image->planes[0].surface.num_meta_levels; i++) { in radv_init_dcc()
9341 struct legacy_surf_dcc_level *dcc_level = &image->planes[0].surface.u.legacy.color.dcc_level[i]; in radv_init_dcc()
9352 if (size != image->planes[0].surface.meta_size) { in radv_init_dcc()
9356 image->planes[0].surface.meta_offset + size, in radv_init_dcc()
9357 image->planes[0].surface.meta_size - size, 0xffffffff); in radv_init_dcc()
9447 return image->planes[ in radv_image_need_retile()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp188 TCU_THROW(NotSupportedError, "Format doesn't disjoint planes"); in validateFormatSupport()
402 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor in uploadYCbCrImage()
405 ? imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor in uploadYCbCrImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp712 const deUint32 planeW = imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor); in iterate()
713 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp188 TCU_THROW(NotSupportedError, "Format doesn't disjoint planes"); in validateFormatSupport()
402 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor in uploadYCbCrImage()
405 ? imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor in uploadYCbCrImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp697 const deUint32 planeW = imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor); in iterate()
698 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in iterate()
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c2875 MatroskaTrackPlane *planes = track->operation.combine_planes.elem; in matroska_parse_tracks() local
2929 if (planes[j].type >= MATROSKA_VIDEO_STEREO_PLANE_COUNT) in matroska_parse_tracks()
2932 ff_matroska_video_stereo_plane[planes[j].type], i); in matroska_parse_tracks()
2934 if (planes[j].uid == tracks[k].uid && tracks[k].stream) { in matroska_parse_tracks()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c4721 wuffs_base__table_u8 planes[WUFFS_BASE__PIXEL_FORMAT__NUM_PLANES_MAX]; member
4757 ret.private_impl.planes[0] = wuffs_base__empty_table_u8(); in wuffs_base__null_pixel_buffer()
4758 ret.private_impl.planes[1] = wuffs_base__empty_table_u8(); in wuffs_base__null_pixel_buffer()
4759 ret.private_impl.planes[2] = wuffs_base__empty_table_u8(); in wuffs_base__null_pixel_buffer()
4760 ret.private_impl.planes[3] = wuffs_base__empty_table_u8(); in wuffs_base__null_pixel_buffer()
4800 pb->private_impl.planes[0] = primary_memory; in wuffs_base__pixel_buffer__set_interleaved()
4804 .planes[WUFFS_BASE__PIXEL_FORMAT__INDEXED__COLOR_PLANE]; in wuffs_base__pixel_buffer__set_interleaved()
4850 .planes[WUFFS_BASE__PIXEL_FORMAT__INDEXED__COLOR_PLANE]; in wuffs_base__pixel_buffer__set_from_slice()
4874 wuffs_base__table_u8* tab = &pb->private_impl.planes[0]; in wuffs_base__pixel_buffer__set_from_slice()
4913 pb->private_impl.planes[ in wuffs_base__pixel_buffer__set_from_table()
[all...]

Completed in 97 milliseconds

1...<<11121314151617181920>>...23