Home
last modified time | relevance | path

Searched refs:r300_translate_texformat (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.h43 uint32_t r300_translate_texformat(enum pipe_format format,
Dr300_texture.c166 uint32_t r300_translate_texformat(enum pipe_format format, in r300_translate_texformat() function
900 return r300_translate_texformat(format, 0, TRUE, FALSE) != ~0; in r300_is_sampler_format_supported()
Dr300_state.c1621 hwformat = r300_translate_texformat(templ->format, in r300_create_sampler_view_custom()