Home
last modified time | relevance | path

Searched refs:_mesa_format_image_size (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texture.c98 bytesPerSlice = _mesa_format_image_size(texImage->TexFormat, texImage->Width, in _swrast_alloc_texture_image_buffer()
/external/mesa3d/src/mesa/main/
Dformats.h731 _mesa_format_image_size(mesa_format format, GLsizei width,
Dtexobj.c1077 GLuint sz = _mesa_format_image_size(img->TexFormat, img->Width, in texture_size()
Dformats.c860 _mesa_format_image_size(mesa_format format, GLsizei width, in _mesa_format_image_size() function
Dmipmap.c2088 temp_src_img_stride = _mesa_format_image_size(temp_format, srcImage->Width, in generate_mipmap_compressed()
2149 temp_dst_img_stride = _mesa_format_image_size(temp_format, dstWidth, in generate_mipmap_compressed()
Dtexparam.c1410 *params = _mesa_format_image_size(texFormat, img->Width, in get_tex_level_parameter_image()
Dteximage.c1620 return _mesa_format_image_size(mesaFormat, width, height, depth); in compressed_tex_size()
4797 image_stride = _mesa_format_image_size(texImage->TexFormat, in _mesa_CompressedTextureSubImage3D()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c97 size = _mesa_format_image_size(strb->Base.Format, width, height, 1); in st_renderbuffer_alloc_sw_storage()
Dst_cb_texture.c223 unsigned data_size = _mesa_format_image_size(texImage->TexFormat, in etc_fallback_allocate()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c2813 map->buffer = malloc(_mesa_format_image_size(mt->etc_format, in intel_miptree_map_etc()