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.h64 st_choose_matching_format(struct st_context *st, unsigned bind,
Dst_format.c2179 st_choose_matching_format(struct st_context *st, unsigned bind, in st_choose_matching_format() function
2279 pFormat = st_choose_matching_format(st, bindings, format, type, in st_ChooseTextureFormat()
2289 pFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in st_ChooseTextureFormat()
Dst_cb_readpixels.c464 dst_format = st_choose_matching_format(st, bind, format, type, in st_ReadPixels()
Dst_cb_texture.c1298 src_format = st_choose_matching_format(st, 0, format, type, unpack->SwapBytes); in try_pbo_upload()
1491 src_format = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in st_TexSubImage()
1935 dst_format = st_choose_matching_format(st, bind, format, type, in st_GetTexSubImage()
Dst_cb_drawpixels.c438 pipeFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in make_texture()