Home
last modified time | relevance | path

Searched defs:mipLevelCount (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/src/gpu/
DGrGpu.cpp54 const GrMipLevel* texels, int mipLevelCount, const GrCaps* caps) { in validate_texel_levels()
105 int mipLevelCount, in createTextureCommon()
160 int mipLevelCount = 1; in createTexture() local
201 int mipLevelCount = std::max(1, texelLevelCount); in createTexture() local
449 int mipLevelCount, in writePixels()
DGrDataUtils.cpp342 SkTArray<size_t>* individualMipOffsets, int mipLevelCount) { in GrComputeTightCombinedBufferSize()
DGrProxyProvider.cpp397 const int mipLevelCount = mipmaps->countLevels() + 1; in createMippedProxyFromBitmap() local
DGrResourceProvider.cpp801 int mipLevelCount, in prepareLevels()
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp260 int mipLevelCount, in createD3DTexture()
302 int mipLevelCount, in onCreateTexture()
358 int mipLevelCount = 1; in onCreateCompressedTexture() local
658 int mipLevelCount, in onWritePixels()
690 int mipLevelCount) { in uploadToTexture()
1416 unsigned int mipLevelCount = 1; in onClearBackendTexture() local
1519 unsigned int mipLevelCount = 1; in onUpdateCompressedBackendTexture() local
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DSubresourceTrackingPerf.cpp29 uint32_t mipLevelCount; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DTextureSubresourceTests.cpp26 wgpu::Texture CreateTexture(uint32_t mipLevelCount, in CreateTexture()
DCopyTextureForBrowserTests.cpp27 uint32_t mipLevelCount, in Create2DTexture()
DTextureViewValidationTests.cpp32 uint32_t mipLevelCount = kDefaultMipLevels, in Create2DArrayTexture()
DQueueWriteTextureValidationTests.cpp33 uint32_t mipLevelCount, in Create2DTexture()
DRenderPassDescriptorValidationTests.cpp51 uint32_t mipLevelCount, in CreateTexture()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSamplerFilterAnisotropicTests.cpp98 const uint32_t mipLevelCount = colors.size(); in InitTexture() local
DTextureSubresourceTests.cpp25 wgpu::Texture CreateTexture(uint32_t mipLevelCount, in CreateTexture()
DTextureViewTests.cpp34 uint32_t mipLevelCount, in Create2DTexture()
50 uint32_t mipLevelCount, in Create3DTexture()
122 void initTexture(uint32_t arrayLayerCount, uint32_t mipLevelCount) { in initTexture()
DDepthStencilCopyTests.cpp48 uint32_t mipLevelCount = 1) { in CreateDepthStencilTexture()
60 uint32_t mipLevelCount = 1) { in CreateDepthTexture()
/third_party/skia/tests/
DMipMapTest.cpp66 const int mipLevelCount = mm->countLevels(); in test_mipmap_generation() local
/third_party/skia/src/gpu/mock/
DGrMockGpu.h106 int mipLevelCount, in onWritePixels()
DGrMockGpu.cpp100 int mipLevelCount, in onCreateTexture()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp186 int mipLevelCount, in onWritePixels()
227 int mipLevelCount, in onCreateTexture()
349 int mipLevelCount, const SkIRect& rect, in uploadTextureData()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresourceStorage.h224 uint32_t mipLevelCount, in SubresourceStorage()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp829 int mipLevelCount, in onWritePixels()
972 int mipLevelCount) { in uploadColorTypeTexData()
1040 int mipLevelCount) { in uploadTexData()
1356 int mipLevelCount, in onCreateTexture()
1703 int mipLevelCount) { in createTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp263 deUint32 mipLevelCount) in recordCopyBufferToImage()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp483 int mipLevelCount, in onWritePixels()
860 int mipLevelCount) { in uploadTexDataOptimal()
1044 int mipLevelCount, in onCreateTexture()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp235 uint32_t mipLevelCount = lastMipLevel - subresourceRange.baseMipLevel + 1; in getSizeInBytes() local
/third_party/skia/src/core/
DSkMipmap.cpp680 int mipLevelCount = significantBits; in ComputeLevelCount() local

12