Searched refs:st_mesa_format_to_pipe_format (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.h | 47 st_mesa_format_to_pipe_format(const struct st_context *st, mesa_format mesaFormat);
|
D | st_sampler_view.c | 588 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()
|
D | st_atom_image.c | 57 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat); in st_convert_image()
|
D | st_format.c | 61 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()
|
D | st_cb_texture.c | 577 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()
|
D | st_texture.c | 216 if (st_mesa_format_to_pipe_format(st, image->TexFormat) != pt->format) in st_texture_match_image()
|
D | st_cb_fbo.c | 614 format = st_mesa_format_to_pipe_format(st_context(ctx), linearFormat); in st_validate_attachment()
|
D | st_glsl_to_tgsi.cpp | 3796 inst->image_format = st_mesa_format_to_pipe_format(st_context(ctx), in visit_image_intrinsic()
|