Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_texture.c259 static INLINE unsigned u_box_volume( const struct pipe_box *box ) in u_box_volume() function
287 if ((usage & PIPE_TRANSFER_READ) && u_box_volume(box) > 1024) in si_texture_get_transfer()