Home
last modified time | relevance | path

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

12

/external/skia/gm/
Dcompressed_textures.cpp113 int numMipLevels = SkMipmap::ComputeLevelCount(dimensions.width(), dimensions.height()) + 1; in make_compressed_image() local
271 int numMipLevels = SkMipmap::ComputeLevelCount(levelDimensions.width(), in drawCell() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c86 uint32 numMipLevels; in svga_can_create_resource() local
Dsvga_resource_texture.c286 unsigned numMipLevels) in readback_image_vgpu10()
714 unsigned numMipLevels) in update_image_vgpu10()
1465 unsigned numMipLevels; in svga_texture_transfer_unmap_upload() local
Dsvga_screen_cache.h68 uint32_t numMipLevels:6; member
Dsvga_surface.c134 unsigned int numMipLevels, in svga_texture_copy_handle_resource()
791 unsigned numMipLevels = tex->b.b.last_level + 1; in svga_propagate_surface() local
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_svga.c183 uint32 numMipLevels, in vmw_svga_winsys_surface_create()
334 uint32 numMipLevels, in vmw_svga_winsys_surface_can_create()
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()
/external/skia/tests/
DCompressedBackendAllocationTest.cpp81 int numMipLevels = 1; in check_compressed_mipmaps() local
190 int numMipLevels = 1; in make_compressed_data() local
DBackendAllocationTest.cpp386 int numMipLevels = 6; in check_mipmaps() local
446 int numMipLevels = mipmapped == GrMipmapped::kYes ? 6 : 1; in make_pixmaps() local
494 int numMipLevels = make_pixmaps(skColorType, mipmapped, colors, pixmaps, &memForPixmaps); in test_pixmap_init() local
/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_2D.cpp236 cl_uint numMipLevels; in test_get_image_info_single() local
/external/angle/src/libANGLE/
DCLtypes.h82 cl_uint numMipLevels; member
/external/skia/src/core/
DSkCompressedDataUtils.cpp250 int numMipLevels = 1; in SkCompressedDataSize() local
/external/skia/tools/
DDDLPromiseImageHelper.cpp59 int DDLPromiseImageHelper::PromiseImageInfo::numMipLevels() const { in numMipLevels() function in DDLPromiseImageHelper::PromiseImageInfo
/external/skia/src/gpu/vk/
DGrVkGpu.cpp795 int numMipLevels = 1; in fill_in_compressed_regions() local
1105 int numMipLevels = 1; in onCreateCompressedTexture() local
1498 int numMipLevels) { in copy_src_data()
1547 int numMipLevels = 1; in createVkImageForBackendSurface() local
/external/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
2755 UINT_32 numMipLevels; ///< Total mipmap levels of color surface member
2826 UINT_32 numMipLevels; ///< Depth surface total mipmap levels member
2882 UINT_32 numMipLevels; ///< Depth surface total mipmap levels member
2943 UINT_32 numMipLevels; ///< Number of mip levels member
3076 UINT_32 numMipLevels; ///< Color surface total mipmap levels. member
3342 UINT_32 numMipLevels; ///< Total mipmap levels of color surface member
[all …]
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_surfacedefs.h1051 uint32 numMipLevels, in svga3dsurface_get_image_offset()
Dsvga3d_cmd.h354 uint32 numMipLevels; member
1381 uint32 numMipLevels; member
1690 uint32 numMipLevels; member
1710 uint32 numMipLevels; member
1729 uint32 numMipLevels; member
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1079 int numMipLevels = 1; in uploadCompressedTexData() local
1506 int numMipLevels = in onUpdateCompressedBackendTexture() local
3593 int numMipLevels = 1; in onCreateBackendTexture() local
3648 int numMipLevels = 1; in onClearBackendTexture() local
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp327 const void* compressedData, int numMipLevels) { in copy_compressed_data()
1090 int numMipLevels = 1; in createTextureResourceForBackendSurface() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp533 const deUint32 numMipLevels, in makeImage()
1405 const int numMipLevels = static_cast<int>(mipLevelSizes.size()); in testRenderToMipMaps() local
/external/skia/src/gpu/
DGrDataUtils.cpp320 int numMipLevels = 1; in GrFillInCompressedData() local
DGrResourceProvider.cpp58 int numMipLevels = 1; in createTexture() local
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp368 UINT_32 numMipLevels, ///< [in] number of mip levels in GetMetaMipInfo()
3377 const UINT_32 numMipLevels = Max(pIn->numMipLevels, 1u); in HwlGetPreferredSurfaceSetting() local
/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp322 int numMipLevels = 1; in onCreateBackendTexture() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp518 const deUint32 numMipLevels, in makeImage()

12