Searched refs:st_mesa_format_to_pipe_format (Results 1 – 7 of 7) sorted by relevance
44 st_mesa_format_to_pipe_format(gl_format mesaFormat);
223 st_mesa_format_to_pipe_format(texFormat); in update_single_texture()232 firstImageFormat = st_mesa_format_to_pipe_format(linearFormat); in update_single_texture()
378 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()
185 if (st_mesa_format_to_pipe_format(image->TexFormat) != pt->format) in st_texture_match_image()
534 format = st_mesa_format_to_pipe_format(linearFormat); in st_validate_attachment()
55 st_mesa_format_to_pipe_format(gl_format mesaFormat) in st_mesa_format_to_pipe_format() function
498 pipeFormat = st_mesa_format_to_pipe_format(mformat); in make_texture()