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:nouveau
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/nouveau/drm-shim/
H
A
D
nouveau_noop.c
39
static struct nouveau_device
nouveau
= {
variable
75
assert(ULONG_MAX -
nouveau
.next_offset > create->info.size);
in nouveau_ioctl_gem_new()
81
nouveau
.next_offset = align64(
nouveau
.next_offset, create->align);
in nouveau_ioctl_gem_new()
82
create->info.offset =
nouveau
.next_offset;
in nouveau_ioctl_gem_new()
83
nouveau
.next_offset += create->info.size;
in nouveau_ioctl_gem_new()
132
notify->offset =
nouveau
.next_offset;
in nouveau_ioctl_channel_alloc()
133
nouveau
.next_offset += 0x1000;
in nouveau_ioctl_channel_alloc()
211
shim_device.driver_name = "
nouveau
";
in drm_shim_driver_init()
226
"DRIVER=
nouveau
\
in drm_shim_driver_init()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_context.h
6
#include <
nouveau
.h>
H
A
D
nouveau_winsys.h
10
#include <
nouveau
.h>
H
A
D
nouveau_vp3_video.h
23
#include <
nouveau
.h>
/third_party/mesa3d/src/gallium/targets/dri/
H
A
D
target.c
47
DEFINE_LOADER_DRM_ENTRYPOINT(
nouveau
)
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
H
A
D
drm_helper.h
136
#include "
nouveau
/drm/nouveau_drm_public.h"
146
DRM_DRIVER_DESCRIPTOR(
nouveau
, NULL, 0)
149
DRM_DRIVER_DESCRIPTOR_STUB(
nouveau
)
/third_party/mesa3d/android/
H
A
D
Android.mk
75
ifneq ($(filter
nouveau
,$(BOARD_MESA3D_GALLIUM_DRIVERS)),)
Completed in 3 milliseconds