Lines Matching refs:xlut
132 if (clr.xlut ) wndw->func-> xlut_clr(wndw);
152 if (asyw->set.xlut ) {
154 asyw->xlut.i.offset =
155 nv50_lut_load(&wndw->ilut, asyw->xlut.i.buffer,
156 asyw->ilut, asyw->xlut.i.load);
200 asyw->xlut.handle = 0;
403 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;
503 asyw->clr.xlut = armw->xlut.handle != 0;
504 if (asyw->clr.xlut && asyw->visible)
505 asyw->set.xlut = asyw->xlut.handle != 0;
601 asyw->xlut = armw->xlut;