Searched refs:_mesa_format_image_size (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/swrast/ |
D | s_texture.c | 100 bytesPerSlice = _mesa_format_image_size(texImage->TexFormat, texImage->Width, in _swrast_alloc_texture_image_buffer()
|
/third_party/mesa3d/src/mesa/main/ |
D | formats.h | 705 _mesa_format_image_size(mesa_format format, int width,
|
D | formats.c | 813 _mesa_format_image_size(mesa_format format, int width, in _mesa_format_image_size() function
|
D | mipmap.c | 2117 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()
|
D | texobj.c | 1057 GLuint sz = _mesa_format_image_size(img->TexFormat, img->Width, in texture_size()
|
D | texparam.c | 1752 *params = _mesa_format_image_size(texFormat, img->Width, in get_tex_level_parameter_image()
|
D | teximage.c | 1664 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/ |
D | st_cb_fbo.c | 99 size = _mesa_format_image_size(strb->Base.Format, width, height, 1); in st_renderbuffer_alloc_sw_storage()
|
D | st_cb_texture.c | 546 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/ |
D | 7.10.rst | 476 - mesa: add assertion and update comment in \_mesa_format_image_size()
|