Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_format.h47 st_mesa_format_to_pipe_format(const struct st_context *st, mesa_format mesaFormat);
Dst_sampler_view.c588 assert(st_mesa_format_to_pipe_format(st, stObj->base._BufferObjectFormat) in st_get_buffer_sampler_view_from_stobj()
616 st_mesa_format_to_pipe_format(st, stObj->base._BufferObjectFormat); in st_get_buffer_sampler_view_from_stobj()
Dst_atom_image.c57 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat); in st_convert_image()
Dst_format.c61 st_mesa_format_to_pipe_format(const struct st_context *st, in st_mesa_format_to_pipe_format() function
1042 pf = st_mesa_format_to_pipe_format(st, i); in test_format_conversion()
1061 st_mesa_format_to_pipe_format(st, mf); in test_format_conversion()
2199 st_mesa_format_to_pipe_format(st, mesa_format); in st_choose_matching_format()
Dst_cb_texture.c577 fmt = st_mesa_format_to_pipe_format(st, stImage->base.TexFormat); in guess_and_alloc_texture()
668 st_mesa_format_to_pipe_format(st, texImage->TexFormat); in st_AllocTextureImageBuffer()
2520 st_mesa_format_to_pipe_format(st, firstImage->base.TexFormat); in st_finalize_texture()
2753 fmt = st_mesa_format_to_pipe_format(st, texImage->TexFormat); in st_texture_storage()
2879 pt.format = st_mesa_format_to_pipe_format(st, format); in st_TestProxyTexImage()
2939 st_mesa_format_to_pipe_format(st_context(ctx), image->TexFormat); in st_TextureView()
Dst_texture.c216 if (st_mesa_format_to_pipe_format(st, image->TexFormat) != pt->format) in st_texture_match_image()
Dst_cb_fbo.c614 format = st_mesa_format_to_pipe_format(st_context(ctx), linearFormat); in st_validate_attachment()
Dst_glsl_to_tgsi.cpp3796 inst->image_format = st_mesa_format_to_pipe_format(st_context(ctx), in visit_image_intrinsic()