Home
last modified time | relevance | path

Searched defs:numMipLevels (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/experimental/graphite/include/
DTextureInfo.h50 uint32_t numMipLevels() const { return fLevelCount; } in numMipLevels() function
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c86 uint32 numMipLevels; in svga_can_create_resource() local
Dsvga_screen_cache.h68 uint32_t numMipLevels:6; member
Dsvga_surface.c134 unsigned int numMipLevels, in svga_texture_copy_handle_resource()
808 unsigned numMipLevels = tex->b.last_level + 1; in svga_propagate_surface() local
Dsvga_resource_texture.c664 unsigned numMipLevels) in update_image_vgpu10()
1449 unsigned numMipLevels; in svga_texture_transfer_unmap_upload() local
/third_party/skia/gm/
Dcompressed_textures.cpp111 int numMipLevels = SkMipmap::ComputeLevelCount(dimensions.width(), dimensions.height()) + 1; in make_compressed_image() local
269 int numMipLevels = SkMipmap::ComputeLevelCount(levelDimensions.width(), in drawCell() local
/third_party/skia/include/gpu/
DGrSurfaceInfo.h88 uint32_t numMipLevels() const { return fLevelCount; } in numMipLevels() function
/third_party/skia/tests/
DCompressedBackendAllocationTest.cpp81 int numMipLevels = 1; in check_compressed_mipmaps() local
190 int numMipLevels = 1; in make_compressed_data() local
DBackendAllocationTest.cpp387 int numMipLevels = 6; in check_mipmaps() local
439 int numMipLevels = mipmapped == GrMipmapped::kYes ? 6 : 1; in make_pixmaps() local
487 int numMipLevels = make_pixmaps(skColorType, mipmapped, colors, pixmaps, &memForPixmaps); in test_pixmap_init() local
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c143 uint32_t numFaces, uint32_t numMipLevels, in vmw_ioctl_surface_create()
206 uint32_t numMipLevels, in vmw_ioctl_gb_surface_create()
411 uint32_t *numMipLevels, in vmw_ioctl_gb_surface_ref()
Dvmw_screen_svga.c487 uint32 numMipLevels, in vmw_svga_winsys_surface_create()
638 uint32 numMipLevels, in vmw_svga_winsys_surface_can_create()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLtypes.h82 cl_uint numMipLevels; member
/third_party/skia/src/core/
DSkCompressedDataUtils.cpp251 int numMipLevels = 1; in SkCompressedDataSize() local
/third_party/skia/tools/
DDDLPromiseImageHelper.cpp59 int DDLPromiseImageHelper::PromiseImageInfo::numMipLevels() const { in numMipLevels() function in DDLPromiseImageHelper::PromiseImageInfo
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h560 UINT_32 numMipLevels; ///< Number of mips in mip chain member
2440 UINT_32 numMipLevels; ///< Total mipmap levels. member
2569 UINT_32 numMipLevels; ///< Total mipmap levels member
2635 UINT_32 numMipLevels; ///< Total mipmap levels. member
2756 UINT_32 numMipLevels; ///< Total mipmap levels of color surface member
2832 UINT_32 numMipLevels; ///< Depth surface total mipmap levels member
2888 UINT_32 numMipLevels; ///< Depth surface total mipmap levels member
2950 UINT_32 numMipLevels; ///< Number of mip levels member
3115 UINT_32 numMipLevels; ///< Color surface total mipmap levels. member
3382 UINT_32 numMipLevels; ///< Total mipmap levels of color surface member
[all …]
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp808 int numMipLevels = 1; in fill_in_compressed_regions() local
1112 int numMipLevels = 1; in onCreateCompressedTexture() local
1520 int numMipLevels) { in copy_src_data()
1569 int numMipLevels = 1; in createVkImageForBackendSurface() local
/third_party/flutter/skia/tests/
DBackendAllocationTest.cpp257 int numMipLevels = (GrMipMapped::kYes == mipMapped) ? 6 : 1; in test_color_init() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1099 int numMipLevels = 1; in uploadCompressedTexData() local
1568 int numMipLevels = in onUpdateCompressedBackendTexture() local
3624 int numMipLevels = 1; in onCreateBackendTexture() local
3679 int numMipLevels = 1; in onClearBackendTexture() local
/third_party/skia/src/gpu/
DGrDataUtils.cpp332 int numMipLevels = 1; in GrFillInCompressedData() local
DGrResourceProvider.cpp60 int numMipLevels = 1; in createTexture() local
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp328 const void* compressedData, int numMipLevels) { in copy_compressed_data()
1292 int numMipLevels = 1; in createTextureResourceForBackendSurface() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp448 const deUint32 numMipLevels, in makeImage()
1327 const int numMipLevels = static_cast<int>(mipLevelSizes.size()); in testRenderToMipMaps() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp448 const deUint32 numMipLevels, in makeImage()
1327 const int numMipLevels = static_cast<int>(mipLevelSizes.size()); in testRenderToMipMaps() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_surfacedefs.h1280 uint32 numMipLevels, in svga3dsurface_get_image_offset()
Dsvga3d_cmd.h378 uint32 numMipLevels; member
1405 uint32 numMipLevels; member
1714 uint32 numMipLevels; member
1734 uint32 numMipLevels; member
1753 uint32 numMipLevels; member

12