Lines Matching refs:cond_length
5883 uint32_t cond_length; /* bytes per condensed shading line */
5919 cond_length = ms->bpl * ms->lut_entry_size;
5926 ms->condensed_shading_w = (uint8_t *)malloc(cond_length);
5929 (void *) ms->condensed_shading_w, cond_length);
5947 ms->condensed_shading_d = (uint8_t *)malloc(cond_length);
5950 (void *) ms->condensed_shading_d, cond_length);
5992 if ( csh_offset > cond_length )
5995 DBG(1, "csh_offset (%d) > cond_length(%d)\n",
5996 csh_offset, cond_length );
5997 csh_offset = cond_length;
6028 dump_area2(ms->condensed_shading_w, cond_length, "condensed_shading_w");
6030 dump_area2(ms->condensed_shading_d, cond_length,