Searched refs:st_mesa_format_to_pipe_format (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | st_format.c | 81 pf = st_mesa_format_to_pipe_format(st, i); in main()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.h | 48 st_mesa_format_to_pipe_format(const struct st_context *st, mesa_format mesaFormat);
|
D | st_format.c | 62 st_mesa_format_to_pipe_format(const struct st_context *st, in st_mesa_format_to_pipe_format() function 1289 return st_mesa_format_to_pipe_format(st, mesa_format); in st_choose_matching_format_noverify() 1551 pf = st_mesa_format_to_pipe_format(st, st_pipe_format_to_mesa_format(pf)); in st_QueryTextureFormatSupport() 1660 enum pipe_format pformat = st_mesa_format_to_pipe_format(st, format); in st_QueryInternalFormat() 1675 enum pipe_format pformat = st_mesa_format_to_pipe_format(st, format); in st_QueryInternalFormat() 1714 enum pipe_format pformat = st_mesa_format_to_pipe_format(st, format); in st_QueryInternalFormat()
|
D | st_atom_image.c | 55 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat); in st_convert_image()
|
D | st_sampler_view.c | 611 assert(st_mesa_format_to_pipe_format(st, in st_get_buffer_sampler_view_from_stobj() 643 st_mesa_format_to_pipe_format(st, texObj->_BufferObjectFormat); in st_get_buffer_sampler_view_from_stobj()
|
D | st_cb_texture.c | 1119 fmt = st_mesa_format_to_pipe_format(st, stImage->TexFormat); in guess_and_alloc_texture() 1224 st_mesa_format_to_pipe_format(st, texImage->TexFormat); in st_AllocTextureImageBuffer() 3202 st_mesa_format_to_pipe_format(st, firstImage->TexFormat); in st_finalize_texture() 3444 fmt = st_mesa_format_to_pipe_format(st, texImage->TexFormat); in st_texture_storage() 3588 pt.format = st_mesa_format_to_pipe_format(st, format); in st_TestProxyTexImage() 3657 st_mesa_format_to_pipe_format(st_context(ctx), image->TexFormat); in st_TextureView() 3793 enum pipe_format pformat = st_mesa_format_to_pipe_format(st, format); in st_GetSparseTextureVirtualPageSize()
|
D | st_texture.c | 221 if (st_mesa_format_to_pipe_format(st, image->TexFormat) != pt->format) in st_texture_match_image()
|
D | st_pbo_compute.c | 111 enum pipe_format pformat = st_mesa_format_to_pipe_format(st, mformat); in get_convert_format()
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 1160 format = st_mesa_format_to_pipe_format(st_context(ctx), linearFormat); in do_validate_attachment()
|
/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().
|