/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 297 unsigned int planes = util_format_get_num_planes(format); in iris_get_dmabuf_modifier_planes() local 306 return 2 * planes; in iris_get_dmabuf_modifier_planes() 310 return planes; in iris_get_dmabuf_modifier_planes() 996 /* Create an array of resources. Combining main and aux planes is easier in iris_resource_finish_aux_import()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderer.cpp | 539 const ClipVolumePlane* planes[] = { &clipPosX, &clipNegX, &clipPosY, &clipNegY, &clipPosZ, &clipNegZ }; in clipPrimitives() local 555 const ClipVolumePlane* plane = planes[planeNdx]; in clipPrimitives() 607 // Clip all subtriangles to all relevant planes in clipPrimitives() 620 clipTriangleToPlane(convexPrimitive, subTriangles[subTriangleNdx].vertices, *planes[planeNdx]); in clipPrimitives() 709 * Clip lines to the near and far clip planes. 711 * Clipping to other planes is a by-product of the viewport test (i.e. 723 // Lines are clipped only by the far and the near planes here. Line clipping by other planes done in the rasterization phase in clipPrimitives()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce100/ |
H A D | dce100_resource.c | 1145 dc->caps.planes[i] = plane_cap; in dce100_resource_construct()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 170 struct dc_plane_cap planes[MAX_PLANES]; member 599 /* Require to optimize clocks and bandwidth for added/removed planes */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display_types.h | 568 * 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 D | mdp5_kms.c | 487 * 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 D | dce100_resource.c | 1146 dc->caps.planes[i] = plane_cap; in dce100_resource_construct()
|
/kernel/linux/linux-6.6/drivers/media/platform/nvidia/tegra-vde/ |
H A D | h264.c | 682 u64 offset = vb->planes[plane_id].data_offset; in tegra_vde_validate_vb_size()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libx265.c | 522 x265pic.planes[i] = pic->data[i]; in libx265_encode_frame()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | gfx8_cmd_buffer.c | 266 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 D | draw_context.c | 158 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 D | vktYCbCrViewTests.cpp | 759 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 D | spirv_cross_c.h | 513 unsigned planes; member
|
/third_party/backends/backend/ |
H A D | epjitsu.c | 3027 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 D | wuffs-v0.2.c | 2158 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 D | s5p_mfc.c | 430 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 D | mtk_vcodec_dec.c | 416 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 D | vivid-vid-cap.c | 103 * 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 D | s5p_mfc.c | 442 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 D | input.asm | 3 ;* YUV formats into individual planes, and converts RGB 4 ;* into YUV planes also.
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.c | 516 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 D | radv_meta_bufimage.c | 1313 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 188 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 D | vktSparseResourcesImageSparseResidency.cpp | 712 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 D | vktProtectedMemYCbCrConversionTests.cpp | 188 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()
|