Searched refs:st_pipe_format_to_mesa_format (Results 1 – 8 of 8) sorted by relevance
161 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format); in st_egl_image_target_renderbuffer_storage()205 texFormat = st_pipe_format_to_mesa_format(stimg->format); in st_bind_egl_image()
50 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
545 st_pipe_format_to_mesa_format(enum pipe_format format) in st_pipe_format_to_mesa_format() function1044 mesa_format MAYBE_UNUSED mf = st_pipe_format_to_mesa_format(pf); in test_format_conversion()1055 mesa_format mf = st_pipe_format_to_mesa_format(i); in test_format_conversion()2283 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()2293 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()2319 mFormat = st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
95 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_sw_storage()189 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_storage()284 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_new_renderbuffer_fb()
228 texFormat = st_pipe_format_to_mesa_format(res->format); in st_vdpau_map_surface()
472 st_pipe_format_to_mesa_format(srgb_format) != MESA_FORMAT_NONE && in st_framebuffer_create()720 mesa_format texFormat = st_pipe_format_to_mesa_format(pipe_format); in st_context_teximage()
1497 mesa_src_format = st_pipe_format_to_mesa_format(src_format); in st_TexSubImage()2045 mesa_format = st_pipe_format_to_mesa_format(dst_format); in st_GetTexSubImage()
451 mformat = st_pipe_format_to_mesa_format(pipeFormat); in make_texture()