Lines Matching refs:shading_depth
1167 md->shading_depth = 16;
1169 md->shading_depth = 14;
1171 md->shading_depth = 12;
1173 md->shading_depth = 10;
1175 md->shading_depth = 8;
1242 md->shading_depth = 10;
1276 md->shading_depth = 12;
5687 if ( md->shading_depth > 8)
6141 status = scsi_read_image(ms, buf, md->shading_depth>8 ? 2 : 1);
6282 status = scsi_read_image(ms, buf, md->shading_depth>8 ? 2 : 1);
7562 shading_factor = (float) pow(2.0, (double) (md->shading_depth
7764 shading_factor = (float) pow(2.0,(double)(md->shading_depth - ms->depth));
8022 shading_factor = (float) pow(2.0, (double) (md->shading_depth - ms->depth) );
8251 shading_factor = (float) pow(2.0, (double) (md->shading_depth - 8) );
8374 if ( ( md->shading_depth > 8 ) && ( ms->lut_entry_size == 2) )