Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/swrast/
Ds_texture.c100 bytesPerSlice = _mesa_format_image_size(texImage->TexFormat, texImage->Width, in _swrast_alloc_texture_image_buffer()
/third_party/mesa3d/src/mesa/main/
Dformats.h705 _mesa_format_image_size(mesa_format format, int width,
Dformats.c813 _mesa_format_image_size(mesa_format format, int width, in _mesa_format_image_size() function
Dmipmap.c2117 temp_src_img_stride = _mesa_format_image_size(temp_format, srcImage->Width, in generate_mipmap_compressed()
2178 temp_dst_img_stride = _mesa_format_image_size(temp_format, dstWidth, in generate_mipmap_compressed()
Dtexobj.c1057 GLuint sz = _mesa_format_image_size(img->TexFormat, img->Width, in texture_size()
Dtexparam.c1752 *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()
5839 image_stride = _mesa_format_image_size(texImage->TexFormat, in compressed_tex_sub_image()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c99 size = _mesa_format_image_size(strb->Base.Format, width, height, 1); in st_renderbuffer_alloc_sw_storage()
Dst_cb_texture.c546 unsigned data_size = _mesa_format_image_size(texImage->TexFormat, in compressed_tex_fallback_allocate()
643 _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()