Searched refs:st_choose_matching_format (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.h | 64 st_choose_matching_format(struct st_context *st, unsigned bind,
|
D | st_format.c | 2179 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()
|
D | st_cb_readpixels.c | 464 dst_format = st_choose_matching_format(st, bind, format, type, in st_ReadPixels()
|
D | st_cb_texture.c | 1298 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()
|
D | st_cb_drawpixels.c | 438 pipeFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in make_texture()
|