Home
last modified time | relevance | path

Searched refs:_mesa_get_format_block_size (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h216 _mesa_get_format_block_size(format, &blockwidth, &blockheight); in get_format_blocksx()
226 _mesa_get_format_block_size(format, &blockwidth, &blockheight); in get_format_blocksy()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_format.c62 _mesa_get_format_block_size(mesaFormat, &bw, &bh); in intel_compressed_num_bytes()
Dintel_tex_layout.c73 _mesa_get_format_block_size(format, &i, &j); in intel_horizontal_texture_alignment_unit()
Dintel_mipmap_tree.c1083 _mesa_get_format_block_size(mt->format, &bw, &bh); in intel_miptree_map_gtt()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_format.c62 _mesa_get_format_block_size(mesaFormat, &bw, &bh); in intel_compressed_num_bytes()
Dintel_tex_layout.c73 _mesa_get_format_block_size(format, &i, &j); in intel_horizontal_texture_alignment_unit()
Dintel_mipmap_tree.c1083 _mesa_get_format_block_size(mt->format, &bw, &bh); in intel_miptree_map_gtt()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_format.c62 _mesa_get_format_block_size(mesaFormat, &bw, &bh); in intel_compressed_num_bytes()
Dintel_tex_layout.c73 _mesa_get_format_block_size(format, &i, &j); in intel_horizontal_texture_alignment_unit()
Dintel_mipmap_tree.c1083 _mesa_get_format_block_size(mt->format, &bw, &bh); in intel_miptree_map_gtt()
/external/mesa3d/src/mesa/main/
Dtexcompress.c454 _mesa_get_format_block_size(mesaFormat, &bw, &bh); in _mesa_compressed_image_address()
483 _mesa_get_format_block_size(format, &bw, &bh); in _mesa_decompress_image()
Dformats.h304 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh);
Dtexgetimage.c641 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh); in _mesa_get_compressed_teximage()
Dformats.c1681 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh) in _mesa_get_format_block_size() function
Dteximage.c1703 _mesa_get_format_block_size(mesaFormat, bw, bh); in get_compressed_block_size()
2269 _mesa_get_format_block_size(destTex->TexFormat, &bw, &bh); in subtexture_error_check2()
Dtexstore.c4491 _mesa_get_format_block_size(texFormat, &bw, &bh); in _mesa_store_compressed_texsubimage()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.c50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_aligned_compressed_row_stride()
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_texture_image_size()
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight); in migrate_image_to_miptree()
Dradeon_texture.c232 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh); in radeon_map_texture_image()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.c50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_aligned_compressed_row_stride()
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_texture_image_size()
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight); in migrate_image_to_miptree()
Dradeon_texture.c232 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh); in radeon_map_texture_image()
/external/mesa3d/src/mesa/swrast/
Ds_texture.c201 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh); in _swrast_map_teximage()