Searched refs:max_buffers (Results 1 – 11 of 11) sorted by relevance
/external/crosvm/devices/src/virtio/video/ |
D | params.rs | 27 pub max_buffers: u32, field 42 max_buffers, 69 max_buffers: max_buffers.into(), 84 max_buffers, in to_virtio_video_params() 104 max_buffers: Le32::from(*max_buffers), in to_virtio_video_params()
|
D | protocol.rs | 330 pub max_buffers: Le32, field
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cMultiBindTests.cpp | 1665 GLint max_buffers = 0; in iterate() local 1681 gl.getIntegerv(pname_max, &max_buffers); in iterate() 1687 if (n_buffers > max_buffers) in iterate() 1689 count = max_buffers; in iterate() 1690 validated_index = max_buffers - 1; in iterate() 1715 if (n_buffers <= max_buffers) in iterate() 1717 t_first = max_buffers - n_buffers + 1; in iterate() 1721 t_count = max_buffers + 1; in iterate() 2247 GLint max_buffers = 0; in iterate() local 2251 gl.getIntegerv(GL_MAX_VERTEX_ATTRIB_BINDINGS, &max_buffers); in iterate() [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | caches-queues-lists.c | 283 struct cache *cache_init(int buffer_size, int max_buffers, int noshrink_lookup, in INSERT_LIST() 291 cache->max_buffers = max_buffers; in INSERT_LIST() 404 else if(cache->count < cache->max_buffers) { in _cache_get() 410 if(cache->count < cache->max_buffers) { in _cache_get() 514 cache->max_buffers, cache->count, cache->used, in dump_cache() 518 "size %d\n", cache->max_buffers, cache->count, in dump_cache() 542 else if(cache->count < cache->max_buffers) { in cache_get_nowait()
|
D | unsquashfs.h | 128 int max_buffers; member
|
D | caches-queues-lists.h | 158 int max_buffers; member
|
D | unsquashfs.c | 311 struct cache *cache_init(int buffer_size, int max_buffers) in cache_init() argument 318 cache->max_buffers = max_buffers; in cache_init() 369 if(cache->count < cache->max_buffers) { in cache_get() 497 cache->max_buffers, cache->count, cache->used, in dump_cache()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | buffer_sequence_adapter.hpp | 29 enum { max_buffers = 64 < max_iov_len ? 64 : max_iov_len }; enumerator 71 for (; iter != end && count_ < max_buffers; ++iter, ++count_) in buffer_sequence_adapter() 99 for (; iter != end && i < max_buffers; ++iter, ++i) in all_empty() 130 native_buffer_type buffers_[max_buffers];
|
/external/crosvm/devices/src/virtio/video/decoder/ |
D | mod.rs | 195 max_buffers: 32, in new() 326 max_buffers: 32, in handle_provide_picture_buffers()
|
/external/crosvm/devices/src/virtio/video/encoder/ |
D | mod.rs | 110 max_buffers: MAX_BUFFERS, in new() 237 self.src_params.max_buffers = 32; in require_input_buffers()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 2152 GLint max_buffers = 0, max_counters = 0; in Run() local 2153 glGetIntegerv(GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS, &max_buffers); in Run() 2155 if (max_buffers < 1 || max_counters < 1) in Run()
|