Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpu.cpp56 const GrMipLevel* texels, int mipLevelCount, const GrCaps* caps) { in validate_texel_levels()
107 int mipLevelCount, in createTextureCommon()
165 int mipLevelCount = 1; in createTexture() local
209 int mipLevelCount = std::max(1, texelLevelCount); in createTexture() local
467 int mipLevelCount, in writePixels()
H A DGrDataUtils.cpp125 TArray<size_t>* individualMipOffsets, int mipLevelCount) { in GrComputeTightCombinedBufferSize()
H A DGrProxyProvider.cpp421 const int mipLevelCount = mipmaps->countLevels() + 1; in createMippedProxyFromBitmap() local
H A DGrResourceProvider.cpp884 int mipLevelCount, in prepareLevels()
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.cpp266 int mipLevelCount, in createD3DTexture()
309 int mipLevelCount, in onCreateTexture()
367 int mipLevelCount = 1; in onCreateCompressedTexture() local
687 int mipLevelCount, in onWritePixels()
719 int mipLevelCount) { in uploadToTexture()
1473 unsigned int mipLevelCount = 1; in onClearBackendTexture() local
1581 unsigned int mipLevelCount = 1; in onUpdateCompressedBackendTexture() local
/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DUploadTask.cpp51 int mipLevelCount, in compute_combined_buffer_size()
103 unsigned int mipLevelCount = levels.size(); in Make() local
262 unsigned int mipLevelCount = srcMipOffsets.size(); in MakeCompressed() local
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp951 int mipLevelCount, in onWritePixels()
1130 int mipLevelCount) { in uploadColorTypeTexData()
1198 int mipLevelCount) { in uploadTexData()
1519 int mipLevelCount, in onCreateTexture()
1909 int mipLevelCount, in createTexture()
/aosp_15_r20/external/skia/src/core/
H A DSkMipmap.cpp155 int mipLevelCount = significantBits; in ComputeLevelCount() local
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkGpu.cpp467 int mipLevelCount, in onWritePixels()
926 int mipLevelCount) { in uploadTexDataOptimal()
1113 int mipLevelCount, in onCreateTexture()
/aosp_15_r20/external/skia/tests/
H A DMipMapTest.cpp90 const int mipLevelCount = mm->countLevels(); in test_mipmap_generation() local
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockGpu.h140 int mipLevelCount, in onWritePixels()
H A DGrMockGpu.cpp109 int mipLevelCount, in onCreateTexture()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp252 uint32_t mipLevelCount) in recordCopyBufferToImage()
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_helpers.cpp205 std::uint32_t mipLevelCount, in createTextureDescriptor()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DTextureUtils.cpp209 int mipLevelCount = (mipmapped == Mipmapped::kYes) ? in MakeBitmapProxyView() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp336 const uint32_t mipLevelCount = 3; in iterate() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DImageTest.cpp2310 const GLsizei mipLevelCount) in verifyImageStorageMipmap()
2355 const GLsizei mipLevelCount) in verifyImageStorageMipmapWithBlend()
2403 const GLsizei mipLevelCount = static_cast<GLsizei>(std::log2(std::max(kWidth, kHeight)) + 1); in SourceAHBTarget2DImageStorageGenerateMipmap_helper() local
2449 const GLsizei mipLevelCount = static_cast<GLsizei>(std::log2(std::max(kWidth, kHeight)) + 1); in TEST_P() local
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkImage.cpp274 uint32_t mipLevelCount = lastMipLevel - subresourceRange.baseMipLevel + 1; in getSizeInBytes() local
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp367 constexpr uint32_t mipLevelCount = 1; in MakeGPUTextureSurface() local