Searched refs:colocated_buffers_size (Results 1 – 6 of 6) sorted by relevance
67 int colocated_buffers_size; member
355 if (index >= ctx->colocated_buffers_size) { in vld_dec_allocate_colocated_buffer()407 ctx->colocated_buffers_size = obj_context->num_render_targets; in vld_dec_CreateContext()409 …ated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size); in vld_dec_CreateContext()
294 int colocated_buffers_size; member
187 int colocated_buffers_size; member415 ctx->colocated_buffers_size = obj_context->num_render_targets; in psb_H264_CreateContext()417 …ated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size); in psb_H264_CreateContext()562 if (index >= ctx->colocated_buffers_size) { in psb__H264_allocate_colocated_buffer()
329 int colocated_buffers_size; member463 ctx->colocated_buffers_size = obj_context->num_render_targets; in psb_MPEG4_CreateContext()465 …ated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size); in psb_MPEG4_CreateContext()560 if (index >= ctx->colocated_buffers_size) { in psb__MPEG4_allocate_colocated_buffer()
452 ctx->colocated_buffers_size = obj_context->num_render_targets; in psb_VC1_CreateContext()454 …ated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size); in psb_VC1_CreateContext()564 if (index >= ctx->colocated_buffers_size) { in psb__VC1_allocate_colocated_buffer()