Home
last modified time | relevance | path

Searched refs:planes (Results 276 - 300 of 588) sorted by relevance

1...<<11121314151617181920>>...24

/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_vidi.c43 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 Dvf_blurdetect.c56 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 Dvf_dblur.c34 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 Dvf_avgblur.c37 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 Dvf_avgblur_opencl.c45 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 Dvf_transpose.c46 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 Dvf_tmidequalizer.c32 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 Dvf_limitdiff.c40 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 Dvf_maskedclamp.c41 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 Dvf_hysteresis.c38 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 Dvf_maskedminmax.c40 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 Dvf_midequalizer.c34 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 Dvf_threshold.c41 { "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 Dvf_vidstabtransform.c250 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 Ddng_gain_map.cpp256 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 Domap_irq.c278 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 Dtidss_kms.c65 * 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 Domap_irq.c269 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 Dd3d12_resource.cpp309 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 DvktYCbCrUtil.cpp93 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 DvktYCbCrUtil.cpp93 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 Dpieusb.c1272 /* 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 DvktSparseResourcesShaderIntrinsicsBase.cpp94 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 DvktSparseResourcesShaderIntrinsicsBase.cpp94 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 Danv_blorp.c222 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()

Completed in 28 milliseconds

1...<<11121314151617181920>>...24