/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_vidi.c | 43 struct exynos_drm_plane planes[WINDOWS_NR]; member 399 ret = exynos_plane_init(drm_dev, &ctx->planes[i], i, in vidi_bind() 405 exynos_plane = &ctx->planes[DEFAULT_WIN]; in vidi_bind()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_blurdetect.c | 56 int planes; // number of planes to filter member 77 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=1}, 0, 15, FLAGS }, 280 if (!((1 << plane) & s->planes)) in blurdetect_filter_frame()
|
H A D | vf_dblur.c | 34 int planes; member 51 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 224 if (!(s->planes & (1 << plane))) { in filter_frame()
|
H A D | vf_avgblur.c | 37 int planes; member 56 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 290 if (!(s->planes & (1 << plane))) { in filter_frame()
|
H A D | vf_avgblur_opencl.c | 45 int planes; member 205 if (!(ctx->planes & (1 << p))) { in avgblur_opencl_filter_frame() 335 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS },
|
H A D | vf_transpose.c | 46 int planes; member 204 s->planes = av_pix_fmt_count_planes(outlink->format); in config_props_output() 276 for (plane = 0; plane < s->planes; plane++) { in filter_slice()
|
H A D | vf_tmidequalizer.c | 32 int planes; member 64 { "planes", "set planes", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 262 if (!((1 << p) & s->planes)) { in filter_frame()
|
H A D | vf_limitdiff.c | 40 int planes; member 63 { "planes", "set the planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, TFLAGS }, 181 if (!((1 << p) & s->planes)) { in limitdiff_slice()
|
H A D | vf_maskedclamp.c | 41 int planes; member 57 { "planes", "set planes", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 108 if (!((1 << p) & s->planes)) { in maskedclamp_slice()
|
H A D | vf_hysteresis.c | 38 int planes; member 56 { "planes", "set planes", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 107 if (!((1 << p) & s->planes)) { in process_frame()
|
H A D | vf_maskedminmax.c | 40 int planes; member 53 { "planes", "set planes", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 160 if (!((1 << p) & s->planes)) { in maskedminmax_slice()
|
H A D | vf_midequalizer.c | 34 int planes; member 54 { "planes", "set planes", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 109 if (!((1 << p) & s->planes)) { in process_frame()
|
H A D | vf_threshold.c | 41 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=15}, 0, 15, FLAGS}, 92 if (!(s->planes & (1 << p))) { in filter_slice()
|
H A D | vf_vidstabtransform.c | 250 for (plane = 0; plane < vsTransformGetSrcFrameInfo(td)->planes; plane++) { in filter_frame() 258 for (plane = 0; plane < vsTransformGetDestFrameInfo(td)->planes; plane++) { in filter_frame()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_gain_map.cpp | 256 uint32 planes) in dng_gain_map() 261 , fPlanes (planes) in dng_gain_map() 263 , fRowStep (SafeUint32Mult(planes, points.h)) in dng_gain_map() 252 dng_gain_map(dng_memory_allocator &allocator, const dng_point &points, const dng_point_real64 &spacing, const dng_point_real64 &origin, uint32 planes) dng_gain_map() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_irq.c | 278 max_planes = min(ARRAY_SIZE(priv->planes), in omap_drm_irq_install() 281 if (priv->planes[i]) in omap_drm_irq_install()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/ |
H A D | tidss_kms.c | 65 * Add all active planes on a CRTC to the atomic state, if in tidss_atomic_check() 187 /* all planes can be on any crtc */ in tidss_dispc_modeset_init() 207 tidss->planes[tidss->num_planes++] = &tplane->plane; in tidss_dispc_modeset_init() 232 /* create overlay planes of the leftover planes */ in tidss_dispc_modeset_init() 247 tidss->planes[tidss->num_planes++] = &tplane->plane; in tidss_dispc_modeset_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_irq.c | 269 max_planes = min(ARRAY_SIZE(priv->planes), in omap_drm_irq_install() 272 if (priv->planes[i]) in omap_drm_irq_install()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 309 struct pipe_resource *planes[3] = { in convert_planar_resource() local 313 struct d3d12_resource *plane_res = d3d12_resource(planes[plane]); in convert_planar_resource() 716 * On Map/Unmap operations, we readback or flush all the underlying planes 723 * accordingly for the GPU copy operation between planes. 739 /* first_plane.width = width_multiplier * planes[res->plane_slice].width*/ in d3d12_adjust_transfer_dimensions_for_plane() 740 /* first_plane.height = height_multiplier * planes[res->plane_slice].height*/ in d3d12_adjust_transfer_dimensions_for_plane() 760 pipe_resource **planes, in d3d12_resource_get_planes_info() 770 planes[plane_slice] = cur_plane_resource; in d3d12_resource_get_planes_info() 804 pipe_resource *planes[d3d12_max_planes]; in d3d12_resource_get_info() local 812 planes, in d3d12_resource_get_info() 758 d3d12_resource_get_planes_info(pipe_resource *pres, unsigned num_planes, pipe_resource **planes, unsigned *strides, unsigned *layer_strides, unsigned *offsets, unsigned *staging_res_size) d3d12_resource_get_planes_info() argument 1609 pipe_resource *planes[d3d12_max_planes]; d3d12_transfer_map() local 1762 pipe_resource *planes[d3d12_max_planes]; d3d12_transfer_unmap() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 93 const deUint32 planeW = m_size.x() / ( m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess() 94 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 112 const deUint32 planeW = m_size.x() / (m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess() 113 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 216 TCU_THROW(NotSupportedError, "Disjoint planes are not supported for format"); in checkImageSupport() 502 const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in fillImageMemory() 722 const deUint32 planeH = imageData->getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in readImageMemory() 1003 DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor) == 0); 1004 DE_ASSERT(size.y() % (formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor) == 0); 1006 deUint32 accessWidth = size.x() / ( formatInfo.blockWidth * formatInfo.planes[planeNd [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 93 const deUint32 planeW = m_size.x() / ( m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess() 94 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 112 const deUint32 planeW = m_size.x() / (m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess() 113 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 216 TCU_THROW(NotSupportedError, "Disjoint planes are not supported for format"); in checkImageSupport() 502 const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in fillImageMemory() 721 const deUint32 planeH = imageData->getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in readImageMemory() 1002 DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor) == 0); 1003 DE_ASSERT(size.y() % (formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor) == 0); 1005 deUint32 accessWidth = size.x() / ( formatInfo.blockWidth * formatInfo.planes[planeNd [all...] |
/third_party/backends/backend/ |
H A D | pieusb.c | 1272 /* Create array of pointers to color planes R, G, B, I */ in sane_start() 1273 SANE_Uint *planes[PLANES]; in sane_start() local 1276 planes[0] = scanner->buffer.data; in sane_start() 1277 planes[1] = scanner->buffer.data + N; in sane_start() 1278 planes[2] = scanner->buffer.data + 2 * N; in sane_start() 1279 planes[3] = scanner->buffer.data + 3 * N; in sane_start() 1281 sanei_pieusb_post (scanner, planes, scanner->buffer.colors); in sane_start()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 94 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_uint64" : "%type_uint"); in getImageComponentTypeName() 96 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_int64" : "%type_int"); in getImageComponentTypeName() 131 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_u64vec4" : "%type_uvec4"); in getImageComponentVec4TypeName() 133 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_i64vec4" : "%type_ivec4"); in getImageComponentVec4TypeName() 543 imageSizeInPixels += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate() 591 const deUint32 mipLevelSizeInPixels = getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 94 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_uint64" : "%type_uint"); in getImageComponentTypeName() 96 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_int64" : "%type_int"); in getImageComponentTypeName() 131 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_u64vec4" : "%type_uvec4"); in getImageComponentVec4TypeName() 133 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_i64vec4" : "%type_ivec4"); in getImageComponentVec4TypeName() 543 imageSizeInPixels += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate() 591 const deUint32 mipLevelSizeInPixels = getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 222 const struct anv_surface *surface = &image->planes[plane].primary_surface; in get_blorp_surf_for_anv_image() 236 const struct anv_surface *aux_surface = &image->planes[plane].aux_surface; in get_blorp_surf_for_anv_image() 280 if (!anv_surface_is_valid(&image->planes[plane].shadow_surface)) in get_blorp_surf_for_anv_shadow_image() 283 const struct anv_surface *surface = &image->planes[plane].shadow_surface; in get_blorp_surf_for_anv_shadow_image() 1617 image->planes[plane].aux_usage, &stencil); in anv_image_clear_depth_stencil() 1688 image->planes[plane].aux_usage, &surf); in anv_image_hiz_op() 1719 image->planes[plane].aux_usage, &depth); in anv_image_hiz_clear() 1729 image->planes[plane].aux_usage, &stencil); in anv_image_hiz_clear() 1924 image->planes[plane].aux_usage, in anv_image_ccs_op()
|