Home
last modified time | relevance | path

Searched refs:st_choose_matching_format (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_format.h65 st_choose_matching_format(struct st_context *st, unsigned bind,
Dst_format.c2160 st_choose_matching_format(struct st_context *st, unsigned bind, in st_choose_matching_format() function
2260 pFormat = st_choose_matching_format(st, bindings, format, type, in st_ChooseTextureFormat()
2268 pFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in st_ChooseTextureFormat()
Dst_cb_readpixels.c472 dst_format = st_choose_matching_format(st, bind, format, type, in st_ReadPixels()
Dst_cb_texture.c1276 src_format = st_choose_matching_format(st, 0, format, type, unpack->SwapBytes); in try_pbo_upload()
1469 src_format = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in st_TexSubImage()
1913 dst_format = st_choose_matching_format(st, bind, format, type, in st_GetTexSubImage()
Dst_cb_drawpixels.c437 pipeFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in make_texture()