Searched refs:st_pipe_format_to_mesa_format (Results 1 – 10 of 10) sorted by relevance
124 st_pipe_format_to_mesa_format(enum pipe_format format) in st_pipe_format_to_mesa_format() function1128 _mesa_get_format_base_format(st_pipe_format_to_mesa_format(pf)) == in st_choose_format()1312 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()1322 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()1347 mFormat = st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
50 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
227 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format); in st_egl_image_target_renderbuffer_storage()309 texFormat = st_pipe_format_to_mesa_format(stimg->format); in st_bind_egl_image()
97 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_sw_storage()236 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_storage()337 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_new_renderbuffer_fb()
240 texFormat = st_pipe_format_to_mesa_format(res->format); in st_vdpau_map_surface()
479 st_pipe_format_to_mesa_format(srgb_format) != MESA_FORMAT_NONE && in st_framebuffer_create()743 mesa_format texFormat = st_pipe_format_to_mesa_format(pipe_format); in st_context_teximage()
1610 mesa_src_format = st_pipe_format_to_mesa_format(src_format); in st_TexSubImage()2214 mesa_format = st_pipe_format_to_mesa_format(dst_format); in st_GetTexSubImage()
654 mformat = st_pipe_format_to_mesa_format(pipeFormat); in make_texture()
79 mesa_format mf = st_pipe_format_to_mesa_format(pf); in main()
1019 - mesa/st: Make st_pipe_format_to_mesa_format an effective no-op.