Home
last modified time | relevance | path

Searched defs:numPlanes (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkYCbCrImageWithMemory.cpp43 const deUint32 numPlanes = getPlaneCount(imageCreateInfo.format); in YCbCrImageWithMemory() local
H A DvkImageUtil.hpp130 deUint8 numPlanes; member
H A DvkMemUtil.cpp420 bindImagePlanesMemory(const DeviceInterface& vkd, const VkDevice device, const VkImage image, const deUint32 numPlanes, vector<AllocationSp>& allocations, vk::Allocator& allocator, const vk::MemoryRequirement requirement) bindImagePlanesMemory() argument
/third_party/skia/src/gpu/
H A DGrYUVABackendTextures.cpp87 int numPlanes = yuvaInfo.planeDimensions(planeDimensions); in GrYUVABackendTextures() local
[all...]
H A DGrYUVATextureProxies.h45 int numPlanes() const { return fYUVAInfo.numPlanes(); } in numPlanes() function in GrYUVATextureProxies
/third_party/skia/include/gpu/
H A DGrYUVABackendTextures.h55 int numPlanes() const { return fYUVAInfo.numPlanes(); } in numPlanes() function in GrYUVABackendTextureInfo
106 int numPlanes() const { return fYUVAInfo.numPlanes(); } in numPlanes() function in GrYUVABackendTextures
/third_party/skia/tests/
H A DYUVTest.cpp49 int numPlanes = yuvaPixmapInfo.numPlanes(); in codec_yuv() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp103 const deUint32 numPlanes = getPlaneCount(config.format); in imageOffsetTest() local
H A DvktYCbCrUtil.cpp360 const deUint32 numPlanes in allocateAndBindImageMemory() local
[all...]
/third_party/skia/src/core/
H A DSkYUVAPixmaps.cpp123 int numPlanes = yuvaInfo.numPlanes(); in SkYUVAPixmapInfo() local
244 int numPlanes = yuvaInfo.numPlanes(); in FromExternalPixmaps() local
279 int numPlanes in pixmapsInfo() local
[all...]
/third_party/skia/include/core/
H A DSkYUVAPixmaps.h122 int numPlanes() const { return fYUVAInfo.numPlanes(); } in numPlanes() function in SkYUVAPixmapInfo::DataType
227 int numPlanes() const { return this->isValid() ? fYUVAInfo.numPlanes() : 0; } in numPlanes() function in SkYUVAPixmapInfo::SkYUVAPixmaps
H A DSkYUVAInfo.h200 int numPlanes() const { return NumPlanes(fPlaneConfig); } in numPlanes() function in SkYUVAInfo::PlaneConfig::Subsampling
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp103 const deUint32 numPlanes = getPlaneCount(config.format); in imageOffsetTest() local
H A DvktYCbCrUtil.cpp360 const deUint32 numPlanes in allocateAndBindImageMemory() local
[all...]
/third_party/skia/src/image/
H A DSkImage_GpuYUVA.cpp232 int numPlanes = yuvaTextures.yuvaInfo().numPlanes(); in MakeFromYUVATextures() local
276 int numPlanes = pixmaps.numPlanes(); in MakeFromYUVAPixmaps() local
[all...]
/third_party/skia/src/gpu/effects/
H A DGrYUVtoRGBEffect.cpp41 int numPlanes = yuvaProxies.yuvaInfo().numPlanes(); in Make() local
247 int numPlanes = yuvEffect.numChildProcessors(); in onMakeProgramImpl() local
203 GrYUVtoRGBEffect(std::unique_ptr<GrFragmentProcessor> planeFPs[4], int numPlanes, const SkYUVAInfo::YUVALocations& locations, const bool snap[2], SkYUVColorSpace yuvColorSpace) GrYUVtoRGBEffect() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_shared.cpp2006 const uint32 numPlanes = Pin_uint32 (0, in Parse_ifd0() local
H A Ddng_utils.cpp170 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize, uint32 numPlanes, PaddingType paddingType) ComputeBufferSize() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp108 const int numPlanes = isYCbCr ? getPlaneCount(testParams.format) : 1; in validate() local
430 const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; in ahbImageCreateTest() local
505 const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; in OHOSImageCreateTest() local
650 const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; in addImageCompressionControlTests() local
842 const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; swapchainCreateTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp108 const int numPlanes = isYCbCr ? getPlaneCount(testParams.format) : 1; in validate() local
331 const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; in ahbImageCreateTest() local
476 const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; in addImageCompressionControlTests() local
668 const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; in swapchainCreateTest() local
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp177 int numPlanes() const { return SkYUVAInfo::NumPlanes(fPlaneConfig); } in numPlanes() function in YUVAPlanarConfig
839 int numPlanes = create_YUV(planes, format, resultBMs, opaque); in createImages() local
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp540 const int numPlanes = (clipWithZPlanes) ? (6) : (4); in clipPrimitives() local

Completed in 19 milliseconds