Searched refs:st_choose_format (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_format.h54 st_choose_format(struct st_context *st, GLenum internalFormat,
H A Dst_format.c2188 st_choose_format(struct st_context *st, GLenum internalFormat, function in typeref:enum:pipe_format
2284 return st_choose_format(st, internalFormat, GL_NONE, GL_NONE,
2419 pFormat = st_choose_format(st, internalFormat, format, type,
2424 pFormat = st_choose_format(st, internalFormat, format, type,
2482 format = st_choose_format(st, internalFormat, GL_NONE, GL_NONE,
2538 enum pipe_format pformat = st_choose_format(st,
H A Dst_cb_drawpixels.c643 pipeFormat = st_choose_format(st, intFormat, format, type,
1726 srcFormat = st_choose_format(st, GL_DEPTH_COMPONENT, GL_NONE,
1734 srcFormat = st_choose_format(st, GL_RGBA32F, GL_NONE,
1739 srcFormat = st_choose_format(st, GL_RGBA32I, GL_NONE,
1744 srcFormat = st_choose_format(st, GL_RGBA32UI, GL_NONE,
1749 srcFormat = st_choose_format(st, GL_RGBA16_SNORM, GL_NONE,
1754 srcFormat = st_choose_format(st, GL_RGBA, GL_NONE,
H A Dst_texture.c417 format = st_choose_format(st, GL_RGBA, GL_NONE, GL_NONE,
H A Dst_cb_texture.c2077 dst_format = st_choose_format(st, dst_glformat, format, type,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_format.h54 st_choose_format(struct st_context *st, GLenum internalFormat,
H A Dst_format.c1109 st_choose_format(struct st_context *st, GLenum internalFormat, function in typeref:enum:pipe_format
1211 return st_choose_format(st, internalFormat, GL_NONE, GL_NONE,
1353 pFormat = st_choose_format(st, internalFormat, format, type,
1359 pFormat = st_choose_format(st, internalFormat, format, type,
1425 format = st_choose_format(st, internalFormat, GL_NONE, GL_NONE,
1482 enum pipe_format pformat = st_choose_format(st,
H A Dst_cb_drawpixels.c642 pipeFormat = st_choose_format(st, intFormat, format, type,
1820 srcFormat = st_choose_format(st, GL_DEPTH_COMPONENT, GL_NONE,
1833 srcFormat = st_choose_format(st, GL_RGBA32F, GL_NONE,
1838 srcFormat = st_choose_format(st, GL_RGBA32I, GL_NONE,
1843 srcFormat = st_choose_format(st, GL_RGBA32UI, GL_NONE,
1848 srcFormat = st_choose_format(st, GL_RGBA16_SNORM, GL_NONE,
1853 srcFormat = st_choose_format(st, GL_RGBA, GL_NONE,
H A Dst_texture.c419 format = st_choose_format(st, GL_RGBA, GL_NONE, GL_NONE,
H A Dst_cb_texture.c381 dst_format = st_choose_format(st, dst_glformat, format, type,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst1032 - mesa/st: Reuse st_choose_matching_format from st_choose_format().
H A D7.10.rst314 - st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()
H A D21.3.0.rst2914 - mesa/st: enable calling st_choose_format() purely for translation

Completed in 37 milliseconds