Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
Dvn_cs.c207 const uint32_t buf_max = next_array_size(enc->buffer_max, 4); in vn_cs_encoder_grow_buffer_array() local
208 if (!buf_max) in vn_cs_encoder_grow_buffer_array()
211 void *bufs = realloc(enc->buffers, sizeof(*enc->buffers) * buf_max); in vn_cs_encoder_grow_buffer_array()
216 enc->buffer_max = buf_max; in vn_cs_encoder_grow_buffer_array()