Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/tests/
Dst_format.c83 mesa_format mf = st_pipe_format_to_mesa_format(pf); in main()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.h51 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
Dst_format.c179 st_pipe_format_to_mesa_format(enum pipe_format format) in st_pipe_format_to_mesa_format() function
1210 _mesa_get_format_base_format(st_pipe_format_to_mesa_format(pf)) == in st_choose_format()
1424 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
1434 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
1459 mFormat = st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
1551 pf = st_mesa_format_to_pipe_format(st, st_pipe_format_to_mesa_format(pf)); in st_QueryTextureFormatSupport()
Dst_cb_eglimage.c366 rb->Format = st_pipe_format_to_mesa_format(ps->format); in st_egl_image_target_renderbuffer_storage()
520 texFormat = st_pipe_format_to_mesa_format(stimg->format); in st_bind_egl_image()
Dst_vdpau.c243 texFormat = st_pipe_format_to_mesa_format(res->format); in st_vdpau_map_surface()
Dst_manager.c356 rb->Format = st_pipe_format_to_mesa_format(format); in st_new_renderbuffer_fb()
640 st_pipe_format_to_mesa_format(srgb_format) != MESA_FORMAT_NONE && in st_framebuffer_create()
849 mesa_format texFormat = st_pipe_format_to_mesa_format(pipe_format); in st_context_teximage()
Dst_cb_texture.c267 mesa_format = st_pipe_format_to_mesa_format(dst_format); in copy_to_staging_dest()
2253 mesa_src_format = st_pipe_format_to_mesa_format(src_format); in st_TexSubImage()
Dst_cb_drawpixels.c618 mformat = st_pipe_format_to_mesa_format(pipeFormat); in make_texture()
/external/mesa3d/src/mesa/main/
Drenderbuffer.c117 rb->Format = st_pipe_format_to_mesa_format(format); in renderbuffer_alloc_sw_storage()
255 rb->Format = st_pipe_format_to_mesa_format(format); in renderbuffer_alloc_storage()
/external/mesa3d/docs/relnotes/
D20.0.0.rst1019 - mesa/st: Make st_pipe_format_to_mesa_format an effective no-op.