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.c56 bool pot_buffers; in vl_create_decoder() local
61 pot_buffers = !pipe->screen->get_video_param in vl_create_decoder()
68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH); in vl_create_decoder()
69 …buffer_height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT); in vl_create_decoder()
Dvl_video_buffer.c395 bool pot_buffers; in vl_video_buffer_create() local
400 pot_buffers = !pipe->screen->get_video_param in vl_video_buffer_create()
412 templat.width = pot_buffers ? util_next_power_of_two(tmpl->width) in vl_video_buffer_create()
414 templat.height = pot_buffers ? util_next_power_of_two(tmpl->height) in vl_video_buffer_create()