Home
last modified time | relevance | path

Searched refs:_mesa_format_image_size (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Drenderbuffer.c119 size = _mesa_format_image_size(rb->Format, width, height, 1); in renderbuffer_alloc_sw_storage()
H A Dformats.h705 _mesa_format_image_size(mesa_format format, int width,
H A Dformats.c813 _mesa_format_image_size(mesa_format format, int width, in _mesa_format_image_size() function
837 * Same as _mesa_format_image_size() but returns a 64-bit value to
H A Dmipmap.c2118 temp_src_img_stride = _mesa_format_image_size(temp_format, srcImage->Width, in generate_mipmap_compressed()
2179 temp_dst_img_stride = _mesa_format_image_size(temp_format, dstWidth, in generate_mipmap_compressed()
H A Dtexobj.c1070 GLuint sz = _mesa_format_image_size(img->TexFormat, img->Width, in texture_size()
H A Dtexparam.c1822 *params = _mesa_format_image_size(texFormat, img->Width, in get_tex_level_parameter_image()
H A Dteximage.c1664 return _mesa_format_image_size(mesaFormat, width, height, depth); in compressed_tex_size()
5803 image_stride = _mesa_format_image_size(texImage->TexFormat, in compressed_tex_sub_image()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c462 unsigned data_size = _mesa_format_image_size(texImage->TexFormat, in compressed_tex_fallback_allocate()
555 _mesa_format_image_size(PIPE_FORMAT_R8G8B8A8_UNORM, in st_UnmapTextureImage()

Completed in 41 milliseconds