Lines Matching refs:xlut
135 if (clr.xlut ) wndw->func-> xlut_clr(wndw);
155 if (asyw->set.xlut ) {
157 asyw->xlut.i.offset =
158 nv50_lut_load(&wndw->ilut, asyw->xlut.i.buffer,
159 asyw->ilut, asyw->xlut.i.load);
203 asyw->xlut.handle = 0;
406 memset(&asyw->xlut, 0x00, sizeof(asyw->xlut));
409 asyw->xlut.handle = wndw->wndw.vram.handle;
410 asyw->xlut.i.buffer = !asyw->xlut.i.buffer;
411 asyw->set.xlut = true;
413 asyw->clr.xlut = armw->xlut.handle != 0;
418 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle)))
419 asyw->set.xlut = true;
506 asyw->clr.xlut = armw->xlut.handle != 0;
507 if (asyw->clr.xlut && asyw->visible)
508 asyw->set.xlut = asyw->xlut.handle != 0;
607 asyw->xlut = armw->xlut;