anv: Check for VK_WHOLE_SIZE in anv_CmdFillBuffer
authorNicolas Koch <nioko1337@gmail.com>
Tue, 20 Sep 2016 15:37:36 +0000 (17:37 +0200)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 23 Sep 2016 07:20:16 +0000 (00:20 -0700)
commitf17948a30a339b4196806de795c25a29058ecdc2
tree263ecd3a2e19dd23bac12b311084f9ead6aa36e7
parent6b21728c4a4f89754a79fe754e0c8496c25d9b66
anv: Check for VK_WHOLE_SIZE in anv_CmdFillBuffer

From the Vulkan spec:

   Size is the number of bytes to fill, and must be either a multiple of 4,
   or VK_WHOLE_SIZE to fill the range from offset to the end of the buffer.
   If VK_WHOLE_SIZE is used and the remaining size of the buffer is not a
   multiple of 4, then the nearest smaller multiple is used.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_meta_clear.c