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:cliprects_ptr
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H
A
D
i915_drm.h
496
__u64
cliprects_ptr
;
member
545
__u64
cliprects_ptr
;
member
/kernel/linux/linux-5.10/tools/include/uapi/drm/
H
A
D
i915_drm.h
967
__u64
cliprects_ptr
;
member
1112
__u64
cliprects_ptr
;
member
1213
/* Setting I915_FENCE_ARRAY implies that num_cliprects and
cliprects_ptr
1230
* drm_i915_gem_execbuffer2.
cliprects_ptr
is treated as a pointer to an linked
/kernel/linux/linux-5.10/include/uapi/drm/
H
A
D
i915_drm.h
967
__u64
cliprects_ptr
;
member
1112
__u64
cliprects_ptr
;
member
1213
/* Setting I915_FENCE_ARRAY implies that num_cliprects and
cliprects_ptr
1230
* drm_i915_gem_execbuffer2.
cliprects_ptr
is treated as a pointer to an linked
/kernel/linux/linux-6.6/include/uapi/drm/
H
A
D
i915_drm.h
1230
__u64
cliprects_ptr
;
member
1405
/** @num_cliprects: See @
cliprects_ptr
*/
1409
* @
cliprects_ptr
: Kernel clipping was a DRI1 misfeature.
1421
__u64
cliprects_ptr
;
member
1521
/* Setting I915_FENCE_ARRAY implies that num_cliprects and
cliprects_ptr
1538
* drm_i915_gem_execbuffer2.
cliprects_ptr
is treated as a pointer to an linked
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H
A
D
i915_drm.h
496
__u64
cliprects_ptr
;
member
542
__u64
cliprects_ptr
;
member
/kernel/linux/linux-6.6/tools/include/uapi/drm/
H
A
D
i915_drm.h
1230
__u64
cliprects_ptr
;
member
1405
/** @num_cliprects: See @
cliprects_ptr
*/
1409
* @
cliprects_ptr
: Kernel clipping was a DRI1 misfeature.
1421
__u64
cliprects_ptr
;
member
1521
/* Setting I915_FENCE_ARRAY implies that num_cliprects and
cliprects_ptr
1538
* drm_i915_gem_execbuffer2.
cliprects_ptr
is treated as a pointer to an linked
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H
A
D
i915_drm.h
496
__u64
cliprects_ptr
;
member
542
__u64
cliprects_ptr
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
2211
if (exec->num_cliprects || exec->
cliprects_ptr
)
in i915_gem_check_execbuffer()
2831
user = u64_to_user_ptr(args->
cliprects_ptr
);
in add_fence_array()
3009
/* The execbuf2 extension mechanism reuses
cliprects_ptr
. So we cannot
in parse_execbuf2_extensions()
3018
return i915_user_extensions(u64_to_user_ptr(args->
cliprects_ptr
),
in parse_execbuf2_extensions()
3294
exec2.
cliprects_ptr
= args->
cliprects_ptr
;
in i915_gem_execbuffer_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
2210
if (exec->num_cliprects || exec->
cliprects_ptr
)
in i915_gem_check_execbuffer()
2960
user = u64_to_user_ptr(args->
cliprects_ptr
);
in add_fence_array()
3165
/* The execbuf2 extension mechanism reuses
cliprects_ptr
. So we cannot
in parse_execbuf2_extensions()
3174
return i915_user_extensions(u64_to_user_ptr(args->
cliprects_ptr
),
in parse_execbuf2_extensions()
Completed in 42 milliseconds