Searched refs:yuv_format (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 2769 uint32_t result = 0, word4 = 0, yuv_format = 0; in r600_translate_texformat() local 2881 yuv_format |= (1 << 30); in r600_translate_texformat() 3153 *yuv_format_p = yuv_format; in r600_translate_texformat()
|
D | r600_state.c | 674 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in r600_create_sampler_view_custom() local 703 &word4, &yuv_format, do_endian_swap); in r600_create_sampler_view_custom()
|
D | evergreen_state.c | 733 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in evergreen_fill_tex_resource_words() local 775 &word4, &yuv_format, do_endian_swap); in evergreen_fill_tex_resource_words()
|