Home
last modified time | relevance | path

Searched refs:cond_length (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dmicrotek2.c5883 uint32_t cond_length; /* bytes per condensed shading line */ in condense_shading() local
5919 cond_length = ms->bpl * ms->lut_entry_size; in condense_shading()
5926 ms->condensed_shading_w = (uint8_t *)malloc(cond_length); in condense_shading()
5929 (void *) ms->condensed_shading_w, cond_length); in condense_shading()
5947 ms->condensed_shading_d = (uint8_t *)malloc(cond_length); in condense_shading()
5950 (void *) ms->condensed_shading_d, cond_length); in condense_shading()
5992 if ( csh_offset > cond_length ) in condense_shading()
5995 DBG(1, "csh_offset (%d) > cond_length(%d)\n", in condense_shading()
5996 csh_offset, cond_length ); in condense_shading()
5997 csh_offset = cond_length; in condense_shading()
[all...]

Completed in 7 milliseconds