OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROP_COPY
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_nv50_fbcon.c
43
ret = RING_SPACE(chan, rect->rop ==
ROP_COPY
? 7 : 11);
47
if (rect->rop !=
ROP_COPY
) {
62
if (rect->rop !=
ROP_COPY
) {
nouveau_nvc0_fbcon.c
43
ret = RING_SPACE(chan, rect->rop ==
ROP_COPY
? 7 : 11);
47
if (rect->rop !=
ROP_COPY
) {
62
if (rect->rop !=
ROP_COPY
) {
nouveau_nv04_fbcon.c
67
OUT_RING(chan, (rect->rop !=
ROP_COPY
) ? 1 : 3);
nouveau_fbcon.c
334
rect.rop =
ROP_COPY
;
/src/sys/dev/pci/voyager/
voyagerfb.c
311
sc->sc_gc.gc_rop =
ROP_COPY
;
818
ROP_COPY
|
957
cmd =
ROP_COPY
|
1028
cmd =
ROP_COPY
|
1117
cmd =
ROP_COPY
|
1198
voyagerfb_bitblt(sc, xs, y, xd, y, width, height,
ROP_COPY
);
1247
ri->ri_font->fontheight,
ROP_COPY
);
1253
ROP_COPY
);
/src/sys/dev/pci/
voodoofbreg.h
200
#define
ROP_COPY
0xccU // src
voodoofb.c
836
| (
ROP_COPY
<< 24) | SST_2D_GO);
855
(
ROP_COPY
<< 24) | SST_2D_GO);
927
(
ROP_COPY
<< 24) | SST_2D_GO);
1020
blitcmd = COMMAND_2D_S2S_BITBLT | (
ROP_COPY
<< 24);
1058
voodoo3_write32(sc, COMMAND_2D, COMMAND_2D_FILLRECT | (
ROP_COPY
<< 24));
1102
(
ROP_COPY
<< 24) | SST_2D_GO);
/src/sys/dev/ic/
ct65550.c
249
sc->sc_gc.gc_rop =
ROP_COPY
;
460
chipsfb_bitblt(sc, xs, y, xd, y, width, height,
ROP_COPY
);
498
chipsfb_bitblt(sc, x, ys, x, yd, width, height,
ROP_COPY
);
648
BLT_PAT_IS_SOLID | BLT_SRC_IS_CPU |
ROP_COPY
);
754
cmd = BLT_PAT_IS_SOLID | BLT_SRC_IS_CPU | BLT_SRC_IS_MONO |
ROP_COPY
;
ct65550reg.h
99
#define
ROP_COPY
0xcc
sm502reg.h
289
#define
ROP_COPY
0x0c
Completed in 17 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025