Home
last modified time | relevance | path

Searched refs:pot_buffers (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_decoder.c69 bool pot_buffers; in vl_create_decoder() local
74 pot_buffers = !pipe->screen->get_video_param in vl_create_decoder()
83 temp.width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH); in vl_create_decoder()
84 temp.height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT); in vl_create_decoder()
Dvl_video_buffer.c349 bool pot_buffers; in vl_video_buffer_create() local
354 pot_buffers = !pipe->screen->get_video_param in vl_video_buffer_create()
365 templat.width = pot_buffers ? util_next_power_of_two(tmpl->width) in vl_video_buffer_create()
367 templat.height = pot_buffers ? util_next_power_of_two(tmpl->height) in vl_video_buffer_create()