Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_format.h47 st_mesa_format_to_pipe_format(const struct st_context *st, mesa_format mesaFormat);
Dst_atom_image.c57 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat); in st_convert_image()
Dst_sampler_view.c639 assert(st_mesa_format_to_pipe_format(st, in st_get_buffer_sampler_view_from_stobj()
668 st_mesa_format_to_pipe_format(st, stObj->base._BufferObjectFormat); in st_get_buffer_sampler_view_from_stobj()
Dst_format.c62 st_mesa_format_to_pipe_format(const struct st_context *st, in st_mesa_format_to_pipe_format() function
1227 enum pipe_format format = st_mesa_format_to_pipe_format(st, mesa_format); in st_choose_matching_format()
Dst_cb_texture.c674 fmt = st_mesa_format_to_pipe_format(st, stImage->base.TexFormat); in guess_and_alloc_texture()
769 st_mesa_format_to_pipe_format(st, texImage->TexFormat); in st_AllocTextureImageBuffer()
2714 st_mesa_format_to_pipe_format(st, firstImage->base.TexFormat); in st_finalize_texture()
2953 fmt = st_mesa_format_to_pipe_format(st, texImage->TexFormat); in st_texture_storage()
3084 pt.format = st_mesa_format_to_pipe_format(st, format); in st_TestProxyTexImage()
3153 st_mesa_format_to_pipe_format(st_context(ctx), image->TexFormat); in st_TextureView()
Dst_texture.c217 if (st_mesa_format_to_pipe_format(st, image->TexFormat) != pt->format) in st_texture_match_image()
Dst_cb_fbo.c679 format = st_mesa_format_to_pipe_format(st_context(ctx), linearFormat); in st_validate_attachment()
/external/mesa3d/src/mesa/state_tracker/tests/
Dst_format.c77 pf = st_mesa_format_to_pipe_format(st, i); in main()
/external/mesa3d/docs/relnotes/
D7.10.rst257 st_mesa_format_to_pipe_format()
D20.0.0.rst1018 - mesa/st: Gut most of st_mesa_format_to_pipe_format().