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.h48 st_mesa_format_to_pipe_format(struct st_context *st, mesa_format mesaFormat);
Dst_format.c61 st_mesa_format_to_pipe_format(struct st_context *st, mesa_format mesaFormat) in st_mesa_format_to_pipe_format() function
1029 pf = st_mesa_format_to_pipe_format(st, i); in test_format_conversion()
1048 enum pipe_format pf = st_mesa_format_to_pipe_format(st, mf); in test_format_conversion()
2180 st_mesa_format_to_pipe_format(st, mesa_format); in st_choose_matching_format()
Dst_atom_image.c74 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat); in st_bind_images()
Dst_cb_texture.c561 fmt = st_mesa_format_to_pipe_format(st, stImage->base.TexFormat); in guess_and_alloc_texture()
650 st_mesa_format_to_pipe_format(st, texImage->TexFormat); in st_AllocTextureImageBuffer()
2504 st_mesa_format_to_pipe_format(st, firstImage->base.TexFormat); in st_finalize_texture()
2658 fmt = st_mesa_format_to_pipe_format(st, texImage->TexFormat); in st_AllocTextureStorage()
2739 pt.format = st_mesa_format_to_pipe_format(st, format); in st_TestProxyTexImage()
2799 st_mesa_format_to_pipe_format(st_context(ctx), image->TexFormat); in st_TextureView()
Dst_texture.c214 if (st_mesa_format_to_pipe_format(st, image->TexFormat) != pt->format) in st_texture_match_image()
Dst_sampler_view.c367 st_mesa_format_to_pipe_format(st, stObj->base._BufferObjectFormat); in get_sampler_view_format()
Dst_cb_fbo.c588 format = st_mesa_format_to_pipe_format(st_context(ctx), linearFormat); in st_validate_attachment()
Dst_glsl_to_tgsi.cpp3736 inst->image_format = st_mesa_format_to_pipe_format(st_context(ctx), in visit_image_intrinsic()