Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmicrotek2.c2033 get_lut_size(mi, &md->max_lut_size, &md->lut_entry_size); in init_options()
4175 RG_WORD(readgamma, ( ms->dev->lut_entry_size == 1 ) ? 0 : 1);
5372 ms->lut_entry_size = ms->depth > 8 ? 2 : 1; in sane_start()
5376 get_lut_size(mi, &ms->lut_size, &ms->lut_entry_size); in sane_start()
5378 ms->lut_size_bytes = ms->lut_size * ms->lut_entry_size; in sane_start()
5379 ms->word = (ms->lut_entry_size == 2); in sane_start()
5689 + linenr * ( ms->bpl / ms->lut_entry_size ) in write_shading_buf_pnm()
5691 * ( ms->bpl / ms->lut_entry_size / 3 ) in write_shading_buf_pnm()
5695 + linenr * ( ms->bpl / ms->lut_entry_size ) in write_shading_buf_pnm()
5697 * ( ms->bpl / ms->lut_entry_size / in write_shading_buf_pnm()
6794 get_lut_size(Microtek2_Info *mi, int *max_lut_size, int *lut_entry_size) get_lut_size() argument
[all...]
H A Dmicrotek2.h862 int lut_entry_size; /* word or byte transfer in LUT */ member
1096 int lut_entry_size; /* size of one entry in lookup table */ member

Completed in 13 milliseconds