Home | History | Annotate | Download | only in mrst

Lines Matching refs:colocated_buffers

186     struct psb_buffer_s *colocated_buffers;
417 ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size);
418 if (NULL == ctx->colocated_buffers) {
542 if (ctx->colocated_buffers) {
544 psb_buffer_destroy(&(ctx->colocated_buffers[i]));
546 free(ctx->colocated_buffers);
547 ctx->colocated_buffers = NULL;
567 buf = &(ctx->colocated_buffers[index]);
586 return &(ctx->colocated_buffers[index-1]); /* 0 means unset, index is offset by 1 */