Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_format.h44 st_mesa_format_to_pipe_format(gl_format mesaFormat);
Dst_atom_texture.c223 st_mesa_format_to_pipe_format(texFormat); in update_single_texture()
232 firstImageFormat = st_mesa_format_to_pipe_format(linearFormat); in update_single_texture()
Dst_cb_texture.c378 fmt = st_mesa_format_to_pipe_format(stImage->base.TexFormat); in guess_and_alloc_texture()
466 st_mesa_format_to_pipe_format(texImage->TexFormat); in st_AllocTextureImageBuffer()
1214 firstImageFormat = st_mesa_format_to_pipe_format(firstImage->base.TexFormat); in st_finalize_texture()
1327 fmt = st_mesa_format_to_pipe_format(texObj->Image[0][0]->TexFormat); in st_AllocTextureStorage()
Dst_texture.c185 if (st_mesa_format_to_pipe_format(image->TexFormat) != pt->format) in st_texture_match_image()
Dst_cb_fbo.c534 format = st_mesa_format_to_pipe_format(linearFormat); in st_validate_attachment()
Dst_format.c55 st_mesa_format_to_pipe_format(gl_format mesaFormat) in st_mesa_format_to_pipe_format() function
Dst_cb_drawpixels.c498 pipeFormat = st_mesa_format_to_pipe_format(mformat); in make_texture()