Searched refs:yuv_format (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 2499 uint32_t result = 0, word4 = 0, yuv_format = 0; in r600_translate_texformat() local 2613 yuv_format |= (1 << 30); in r600_translate_texformat() 2882 *yuv_format_p = yuv_format; in r600_translate_texformat()
|
D | r600_state.c | 670 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in r600_create_sampler_view_custom() local 699 &word4, &yuv_format, do_endian_swap); in r600_create_sampler_view_custom()
|
D | evergreen_state.c | 716 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in evergreen_fill_tex_resource_words() local 758 &word4, &yuv_format, do_endian_swap); in evergreen_fill_tex_resource_words()
|