Searched refs:todo (Results 1 – 8 of 8) sorted by relevance
283 size_t todo = len; in transferToHost() local292 size_t toXfer = todo > kTransferBufferSize ? kTransferBufferSize : todo; in transferToHost()308 todo -= toXfer; in transferToHost()316 size_t todo = len; in transferFromHost() local328 size_t toXfer = todo > kTransferBufferSize ? kTransferBufferSize : todo; in transferFromHost()342 todo -= toXfer; in transferFromHost()
137 std::vector<Command> todo; in worker() local138 todo.reserve(10); in worker()145 todo.swap(mQueue); in worker()149 for (Command& item : todo) { in worker()161 todo.clear(); in worker()
81 auto todo = remaining < avail ? remaining : avail; in commitBuffer() local86 data + sent, todo, 1); in commitBuffer()88 sent += todo; in commitBuffer()
28 //! \todo epsilon is hard coded to 0.01
322 T const w = h * height / width; ///todo max(width , Height) / min(width , Height)?349 T const w = h * height / width; ///todo max(width , Height) / min(width , Height)?
317 uint8_t todo[CODEC_MAX_VERTEX_ATTRIBUTES]; in getVBOUsage() local336 todo[todo_count] = i; in getVBOUsage()349 int i = todo[k]; in getVBOUsage()
1975 int restart_interval, todo; member2909 j->todo = j->restart_interval ? j->restart_interval : 0x7fffffff; in stbi__jpeg_reset()2935 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()2967 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()2998 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()3027 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()