Searched refs:st_mesa_format_to_pipe_format (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_format.h47 st_mesa_format_to_pipe_format(const struct st_context *st, mesa_format mesaFormat);
H A Dst_atom_image.c57 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat);
H A Dst_sampler_view.c615 assert(st_mesa_format_to_pipe_format(st,
644 st_mesa_format_to_pipe_format(st, stObj->base._BufferObjectFormat);
H A Dst_format.c62 st_mesa_format_to_pipe_format(const struct st_context *st, function in typeref:enum:pipe_format
1127 pf = st_mesa_format_to_pipe_format(st, i);
1142 st_mesa_format_to_pipe_format(st, mf);
2318 st_mesa_format_to_pipe_format(st, mesa_format);
H A Dst_texture.c217 if (st_mesa_format_to_pipe_format(st, image->TexFormat) != pt->format)
H A Dst_cb_texture.c612 fmt = st_mesa_format_to_pipe_format(st, stImage->base.TexFormat);
703 st_mesa_format_to_pipe_format(st, texImage->TexFormat);
2637 st_mesa_format_to_pipe_format(st, firstImage->base.TexFormat);
2873 fmt = st_mesa_format_to_pipe_format(st, texImage->TexFormat);
2999 pt.format = st_mesa_format_to_pipe_format(st, format);
3060 st_mesa_format_to_pipe_format(st_context(ctx), image->TexFormat);
H A Dst_cb_fbo.c675 format = st_mesa_format_to_pipe_format(st_context(ctx), linearFormat);
H A Dst_glsl_to_tgsi.cpp3962 inst->image_format = st_mesa_format_to_pipe_format(st_context(ctx),
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_format.h47 st_mesa_format_to_pipe_format(const struct st_context *st, mesa_format mesaFormat);
H A Dst_atom_image.c57 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat);
H A Dst_sampler_view.c702 assert(st_mesa_format_to_pipe_format(st,
733 st_mesa_format_to_pipe_format(st, stObj->base._BufferObjectFormat);
H A Dst_format.c62 st_mesa_format_to_pipe_format(const struct st_context *st, function in typeref:enum:pipe_format
1236 return st_mesa_format_to_pipe_format(st, mesa_format);
1495 enum pipe_format pformat = st_mesa_format_to_pipe_format(st, format);
H A Dst_texture.c219 if (st_mesa_format_to_pipe_format(st, image->TexFormat) != pt->format)
H A Dst_cb_texture.c979 fmt = st_mesa_format_to_pipe_format(st, stImage->base.TexFormat);
1074 st_mesa_format_to_pipe_format(st, texImage->TexFormat);
3036 st_mesa_format_to_pipe_format(st, firstImage->base.TexFormat);
3275 fmt = st_mesa_format_to_pipe_format(st, texImage->TexFormat);
3407 pt.format = st_mesa_format_to_pipe_format(st, format);
3476 st_mesa_format_to_pipe_format(st_context(ctx), image->TexFormat);
H A Dst_cb_fbo.c707 format = st_mesa_format_to_pipe_format(st_context(ctx), linearFormat);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_format.c77 pf = st_mesa_format_to_pipe_format(st, i);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst1018 - mesa/st: Gut most of st_mesa_format_to_pipe_format().
H A D7.10.rst257 st_mesa_format_to_pipe_format()

Completed in 49 milliseconds