/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkYCbCrImageWithMemory.cpp | 43 const deUint32 numPlanes = getPlaneCount(imageCreateInfo.format); in YCbCrImageWithMemory() local
|
H A D | vkImageUtil.hpp | 130 deUint8 numPlanes; member
|
H A D | vkMemUtil.cpp | 420 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 D | GrYUVABackendTextures.cpp | 87 int numPlanes = yuvaInfo.planeDimensions(planeDimensions); in GrYUVABackendTextures() local [all...] |
H A D | GrYUVATextureProxies.h | 45 int numPlanes() const { return fYUVAInfo.numPlanes(); } in numPlanes() function in GrYUVATextureProxies
|
/third_party/skia/include/gpu/ |
H A D | GrYUVABackendTextures.h | 55 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 D | YUVTest.cpp | 49 int numPlanes = yuvaPixmapInfo.numPlanes(); in codec_yuv() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 103 const deUint32 numPlanes = getPlaneCount(config.format); in imageOffsetTest() local
|
H A D | vktYCbCrUtil.cpp | 360 const deUint32 numPlanes in allocateAndBindImageMemory() local [all...] |
/third_party/skia/src/core/ |
H A D | SkYUVAPixmaps.cpp | 123 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 D | SkYUVAPixmaps.h | 122 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 D | SkYUVAInfo.h | 200 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 D | vktYCbCrImageOffsetTests.cpp | 103 const deUint32 numPlanes = getPlaneCount(config.format); in imageOffsetTest() local
|
H A D | vktYCbCrUtil.cpp | 360 const deUint32 numPlanes in allocateAndBindImageMemory() local [all...] |
/third_party/skia/src/image/ |
H A D | SkImage_GpuYUVA.cpp | 232 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 D | GrYUVtoRGBEffect.cpp | 41 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 D | dng_shared.cpp | 2006 const uint32 numPlanes = Pin_uint32 (0, in Parse_ifd0() local
|
H A D | dng_utils.cpp | 170 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 D | vktApiImageCompressionControlTests.cpp | 108 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 D | vktApiImageCompressionControlTests.cpp | 108 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 D | wacky_yuv_formats.cpp | 177 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 D | rrRenderer.cpp | 540 const int numPlanes = (clipWithZPlanes) ? (6) : (4); in clipPrimitives() local
|