Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dformats.h705 _mesa_format_image_size(mesa_format format, int width,
Drenderbuffer.c119 size = _mesa_format_image_size(rb->Format, width, height, 1); in renderbuffer_alloc_sw_storage()
Dformats.c813 _mesa_format_image_size(mesa_format format, int width, in _mesa_format_image_size() function
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()
Dtexobj.c1070 GLuint sz = _mesa_format_image_size(img->TexFormat, img->Width, in texture_size()
Dtexparam.c1822 *params = _mesa_format_image_size(texFormat, img->Width, in get_tex_level_parameter_image()
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/
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()
/third_party/mesa3d/docs/relnotes/
D7.10.rst476 - mesa: add assertion and update comment in \_mesa_format_image_size()