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:i915_drm_winsys
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H
A
D
i915_drm_winsys.h
16
struct
i915_drm_winsys
struct
31
static inline struct
i915_drm_winsys
*
32
i915_drm_winsys
(struct i915_winsys *iws)
in i915_drm_winsys()
function
34
return (struct
i915_drm_winsys
*)iws;
in i915_drm_winsys()
39
void i915_drm_winsys_init_batchbuffer_functions(struct
i915_drm_winsys
*idws);
40
void i915_drm_winsys_init_buffer_functions(struct
i915_drm_winsys
*idws);
41
void i915_drm_winsys_init_fence_functions(struct
i915_drm_winsys
*idws);
H
A
D
i915_drm_batchbuffer.c
2
#include "
i915_drm_winsys
.h"
38
struct
i915_drm_winsys
*idws =
i915_drm_winsys
(batch->base.iws);
in i915_drm_batchbuffer_reset()
56
struct
i915_drm_winsys
*idws =
i915_drm_winsys
(iws);
in i915_drm_batchbuffer_create()
155
i915_drm_throttle(struct
i915_drm_winsys
*idws)
in i915_drm_throttle()
181
if (ret == 0 &&
i915_drm_winsys
(ibatch->iws)->send_cmd)
in i915_drm_batchbuffer_flush()
185
i915_drm_throttle(
i915_drm_winsys
(ibatch->iws));
in i915_drm_batchbuffer_flush()
187
if (ret != 0 ||
i915_drm_winsys
(ibatch->iws)->dump_cmd) {
in i915_drm_batchbuffer_flush()
192
if (
i915_drm_winsys
(ibatc
in i915_drm_batchbuffer_flush()
[all...]
H
A
D
i915_drm_winsys.c
8
#include "
i915_drm_winsys
.h"
34
struct
i915_drm_winsys
*idws =
i915_drm_winsys
(iws);
in i915_drm_aperture_size()
45
struct
i915_drm_winsys
*idws =
i915_drm_winsys
(iws);
in i915_drm_winsys_destroy()
55
struct
i915_drm_winsys
*idws;
in i915_drm_winsys_create()
58
idws = CALLOC_STRUCT(
i915_drm_winsys
);
in i915_drm_winsys_create()
H
A
D
i915_drm_buffer.c
2
#include "
i915_drm_winsys
.h"
31
struct
i915_drm_winsys
*idws =
i915_drm_winsys
(iws);
in i915_drm_buffer_create()
61
struct
i915_drm_winsys
*idws =
i915_drm_winsys
(iws);
in i915_drm_buffer_create_tiled()
97
struct
i915_drm_winsys
*idws =
i915_drm_winsys
(iws);
in i915_drm_buffer_from_handle()
248
i915_drm_winsys_init_buffer_functions(struct
i915_drm_winsys
*idws)
in i915_drm_winsys_init_buffer_functions()
H
A
D
i915_drm_fence.c
2
#include "
i915_drm_winsys
.h"
82
i915_drm_winsys_init_fence_functions(struct
i915_drm_winsys
*idws)
in i915_drm_winsys_init_fence_functions()
Completed in 2 milliseconds