Searched refs:st_mesa_format_to_pipe_format (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.h | 47 st_mesa_format_to_pipe_format(const struct st_context *st, mesa_format mesaFormat);
|
D | st_atom_image.c | 57 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat); in st_convert_image()
|
D | st_sampler_view.c | 639 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()
|
D | st_format.c | 62 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()
|
D | st_cb_texture.c | 674 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()
|
D | st_texture.c | 217 if (st_mesa_format_to_pipe_format(st, image->TexFormat) != pt->format) in st_texture_match_image()
|
D | st_cb_fbo.c | 679 format = st_mesa_format_to_pipe_format(st_context(ctx), linearFormat); in st_validate_attachment()
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | st_format.c | 77 pf = st_mesa_format_to_pipe_format(st, i); in main()
|
/external/mesa3d/docs/relnotes/ |
D | 7.10.rst | 257 st_mesa_format_to_pipe_format()
|
D | 20.0.0.rst | 1018 - mesa/st: Gut most of st_mesa_format_to_pipe_format().
|