Searched refs:st_pipe_format_to_mesa_format (Results 1 – 10 of 10) sorted by relevance
83 mesa_format mf = st_pipe_format_to_mesa_format(pf); in main()
51 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
179 st_pipe_format_to_mesa_format(enum pipe_format format) in st_pipe_format_to_mesa_format() function1210 _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()
366 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()
243 texFormat = st_pipe_format_to_mesa_format(res->format); in st_vdpau_map_surface()
356 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()
267 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()
618 mformat = st_pipe_format_to_mesa_format(pipeFormat); in make_texture()
117 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()
1019 - mesa/st: Make st_pipe_format_to_mesa_format an effective no-op.