Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OP_2D
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
cmd_parser.c
131
#define
OP_2D
(x) ((2<<7) | x)
macro
133
#define OP_XY_SETUP_BLT
OP_2D
(0x1)
134
#define OP_XY_SETUP_CLIP_BLT
OP_2D
(0x3)
135
#define OP_XY_SETUP_MONO_PATTERN_SL_BLT
OP_2D
(0x11)
136
#define OP_XY_PIXEL_BLT
OP_2D
(0x24)
137
#define OP_XY_SCANLINES_BLT
OP_2D
(0x25)
138
#define OP_XY_TEXT_BLT
OP_2D
(0x26)
139
#define OP_XY_TEXT_IMMEDIATE_BLT
OP_2D
(0x31)
140
#define OP_XY_COLOR_BLT
OP_2D
(0x50)
141
#define OP_XY_PAT_BLT
OP_2D
(
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
cmd_parser.c
143
#define
OP_2D
(x) ((2<<7) | x)
macro
145
#define OP_XY_SETUP_BLT
OP_2D
(0x1)
146
#define OP_XY_SETUP_CLIP_BLT
OP_2D
(0x3)
147
#define OP_XY_SETUP_MONO_PATTERN_SL_BLT
OP_2D
(0x11)
148
#define OP_XY_PIXEL_BLT
OP_2D
(0x24)
149
#define OP_XY_SCANLINES_BLT
OP_2D
(0x25)
150
#define OP_XY_TEXT_BLT
OP_2D
(0x26)
151
#define OP_XY_TEXT_IMMEDIATE_BLT
OP_2D
(0x31)
152
#define OP_XY_COLOR_BLT
OP_2D
(0x50)
153
#define OP_XY_PAT_BLT
OP_2D
(
[all...]
Completed in 7 milliseconds