Lines Matching defs:csh_offset
5887 uint32_t sh_offset, csh_offset;
5988 csh_offset = color * ms->ppl + count;
5990 csh_offset = count;
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;
6002 *((uint16_t *)ms->condensed_shading_w + csh_offset) =
6006 *((uint16_t *)ms->condensed_shading_d + csh_offset) =
6012 *((uint8_t *)ms->condensed_shading_w + csh_offset) =
6016 *((uint8_t *)ms->condensed_shading_d + csh_offset) =
8365 uint32_t csh_offset;
8370 csh_offset = (color + 1) * ms->ppl - 1 - pixel;
8372 csh_offset = color * ms->ppl + pixel;
8379 + csh_offset );
8384 + csh_offset );
8392 *s_w = (float) *( ms->condensed_shading_w + csh_offset );
8394 *s_d = (float) *( ms->condensed_shading_d + csh_offset );