Home
last modified time | relevance | path

Searched refs:fLevelCount (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/include/gpu/dawn/
DGrDawnTypes.h30 uint32_t fLevelCount; member
31 GrDawnTextureInfo() : fTexture(nullptr), fFormat(), fLevelCount(0) { in GrDawnTextureInfo()
36 , fLevelCount(other.fLevelCount) { in GrDawnTextureInfo()
41 fLevelCount = other.fLevelCount;
47 fLevelCount == other.fLevelCount;
58 uint32_t fLevelCount; member
59 GrDawnRenderTargetInfo() : fTextureView(nullptr), fFormat(), fLevelCount(0) { in GrDawnRenderTargetInfo()
64 , fLevelCount(other.fLevelCount) { in GrDawnRenderTargetInfo()
68 , fLevelCount(1) { in GrDawnRenderTargetInfo()
77 fLevelCount = other.fLevelCount;
[all …]
/third_party/skia/include/gpu/
DGrSurfaceInfo.h39 , fLevelCount(glInfo.fLevelCount) in GrSurfaceInfo()
48 , fLevelCount(vkInfo.fLevelCount) in GrSurfaceInfo()
60 , fLevelCount(mtlInfo.fLevelCount) in GrSurfaceInfo()
69 , fLevelCount(dawnInfo.fLevelCount) in GrSurfaceInfo()
77 , fLevelCount(mockInfo.fLevelCount) in GrSurfaceInfo()
88 uint32_t numMipLevels() const { return fLevelCount; } in numMipLevels()
96 *info = GrGLTextureSpecToSurfaceInfo(fGLSpec, fSampleCount, fLevelCount, fProtected); in getGLSurfaceInfo()
105 *info = GrVkImageSpecToSurfaceInfo(fVkSpec, fSampleCount, fLevelCount, fProtected); in getVkSurfaceInfo()
117 *info = GrMtlTextureSpecToSurfaceInfo(fMtlSpec, fSampleCount, fLevelCount, fProtected); in getMtlSurfaceInfo()
126 *info = GrDawnTextureSpecToSurfaceInfo(fDawnSpec, fSampleCount, fLevelCount, fProtected); in getDawnSurfaceInfo()
[all …]
/third_party/flutter/skia/include/gpu/dawn/
DGrDawnTypes.h19 uint32_t fLevelCount; member
20 GrDawnImageInfo() : fTexture(nullptr), fFormat(), fLevelCount(0) { in GrDawnImageInfo()
25 , fLevelCount(other.fLevelCount) { in GrDawnImageInfo()
30 fLevelCount = other.fLevelCount;
36 fLevelCount == other.fLevelCount;
/third_party/skia/experimental/graphite/include/
DTextureInfo.h35 , fLevelCount(mtlInfo.fLevelCount) in TextureInfo()
50 uint32_t numMipLevels() const { return fLevelCount; } in numMipLevels()
58 *info = mtl::TextureSpecToTextureInfo(fMtlSpec, fSampleCount, fLevelCount); in getMtlTextureInfo()
77 uint32_t fLevelCount = 0; variable
/third_party/skia/include/gpu/d3d/
DGrD3DTypes.h185 uint32_t fLevelCount = 0; member
204 , fLevelCount(levelCount) in fResource()
215 , fLevelCount(info.fLevelCount) in GrD3DTextureResourceInfo()
223 fLevelCount == that.fLevelCount &&
241 uint32_t fLevelCount = 0; member
/third_party/flutter/skia/include/gpu/vk/
DGrVkTypes.h158 uint32_t fLevelCount; member
169 , fLevelCount(0) in GrVkImageInfo()
188 , fLevelCount(levelCount) in fImage()
199 , fLevelCount(info.fLevelCount) in GrVkImageInfo()
212 fFormat == that.fFormat && fLevelCount == that.fLevelCount &&
/third_party/skia/src/gpu/
DGrSurfaceInfo.cpp19 , fLevelCount(d3dInfo.fLevelCount) in GrSurfaceInfo()
37 *outSpec = fD3DSpec.getSurfaceInfo(fSampleCount, fLevelCount, fProtected); in getD3DSurfaceInfo()
/third_party/skia/include/gpu/vk/
DGrVkTypes.h107 uint32_t fLevelCount = 0; member
118 fSampleCount == that.fSampleCount && fLevelCount == that.fLevelCount &&
166 uint32_t fLevelCount = 0; member
/third_party/flutter/skia/src/gpu/vk/
DGrVkTexture.cpp33 SkASSERT((GrMipMapsStatus::kNotAllocated == mipMapsStatus) == (1 == info.fLevelCount));
49 SkASSERT((GrMipMapsStatus::kNotAllocated == mipMapsStatus) == (1 == info.fLevelCount));
69 SkASSERT((GrMipMapsStatus::kNotAllocated == mipMapsStatus) == (1 == info.fLevelCount));
84 gpu, info.fImage, info.fFormat, GrVkImageView::kColor_Type, info.fLevelCount, in MakeNewTexture()
108 gpu, info.fImage, info.fFormat, GrVkImageView::kColor_Type, info.fLevelCount, in MakeWrappedTexture()
114 GrMipMapsStatus mipMapsStatus = info.fLevelCount > 1 ? GrMipMapsStatus::kValid in MakeWrappedTexture()
DGrVkTextureRenderTarget.cpp115 info.fLevelCount, info.fYcbcrConversionInfo); in create_views()
150 info.fLevelCount, GrVkYcbcrConversionInfo()); in create_views()
220 GrMipMapsStatus mipMapsStatus = info.fLevelCount > 1 ? GrMipMapsStatus::kDirty in MakeWrappedTextureRenderTarget()
DGrVkImage.cpp147 { aspectFlags, 0, fInfo.fLevelCount, 0, 1 } // subresourceRange in setImageLayout()
214 info->fLevelCount = imageDesc.fLevels; in InitImageInfo()
/third_party/skia/experimental/graphite/src/
DTextureInfo.cpp22 fLevelCount != that.fLevelCount || in operator ==()
/third_party/skia/src/gpu/d3d/
DGrD3DTexture.cpp28 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == info.fLevelCount)); in GrD3DTexture()
44 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == info.fLevelCount)); in GrD3DTexture()
62 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == info.fLevelCount)); in GrD3DTexture()
100 GrMipmapStatus mipmapStatus = info.fLevelCount > 1 ? GrMipmapStatus::kValid in MakeWrappedTexture()
DGrD3DTypesPriv.cpp17 info.fLevelCount = levelCount; in GrD3DTextureResourceSpecToSurfaceInfo()
/third_party/skia/experimental/graphite/include/mtl/
DMtlTypes.h41 uint32_t fLevelCount = 0; member
59 , fLevelCount(levelCount) in TextureInfo()
/third_party/skia/experimental/graphite/src/mtl/
DMtlTypesPriv.mm19 fLevelCount = mtlTex.mipmapLevelCount;
33 info.fLevelCount = levelCount;
DMtlCaps.mm236 info.fLevelCount = levelCount;
252 info.fLevelCount = 1;
266 info.fLevelCount = 1;
/third_party/skia/src/gpu/dawn/
DGrDawnTexture.cpp53 info.fLevelCount = mipLevels; in Make()
78 GrMipmapStatus status = info.fLevelCount > 1 ? GrMipmapStatus::kValid in MakeWrapped()
DGrDawnTypesPriv.cpp17 info.fLevelCount = levelCount; in GrDawnTextureSpecToSurfaceInfo()
/third_party/skia/src/gpu/vk/
DGrVkImage.cpp121 info.fLevelCount, in make_views()
219 info.fLevelCount > 1 ? GrMipmapped::kYes : GrMipmapped::kNo, in GrVkImage()
247 info.fLevelCount > 1 ? GrMipmapped::kYes : GrMipmapped::kNo, in GrVkImage()
450 { aspectFlags, 0, fInfo.fLevelCount, 0, 1 } // subresourceRange in setImageLayoutAndQueueIndex()
528 info->fLevelCount = imageDesc.fLevels; in InitImageInfo()
DGrVkTypesPriv.cpp35 info.fLevelCount = levelCount; in GrVkImageSpecToSurfaceInfo()
/third_party/skia/src/gpu/mock/
DGrMockTypes.cpp27 info.fLevelCount = levelCount; in GrMockTextureSpecToSurfaceInfo()
/third_party/skia/include/gpu/mtl/
DGrMtlTypes.h51 uint32_t fLevelCount = 0; member
/third_party/skia/src/gpu/mtl/
DGrMtlTypesPriv.mm17 info.fLevelCount = levelCount;
/third_party/skia/src/gpu/gl/
DGrGLTypesPriv.cpp76 info.fLevelCount = levelCount; in GrGLTextureSpecToSurfaceInfo()

123