Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/tests/
Dst_format.c81 pf = st_mesa_format_to_pipe_format(st, i); in main()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.h48 st_mesa_format_to_pipe_format(const struct st_context *st, mesa_format mesaFormat);
Dst_format.c62 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()
Dst_atom_image.c55 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat); in st_convert_image()
Dst_sampler_view.c611 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()
Dst_cb_texture.c1119 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()
Dst_texture.c221 if (st_mesa_format_to_pipe_format(st, image->TexFormat) != pt->format) in st_texture_match_image()
Dst_pbo_compute.c111 enum pipe_format pformat = st_mesa_format_to_pipe_format(st, mformat); in get_convert_format()
/external/mesa3d/src/mesa/main/
Dfbobject.c1160 format = st_mesa_format_to_pipe_format(st_context(ctx), linearFormat); in do_validate_attachment()
/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().