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:ctx_config
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_context.c
47
const struct __DriverContextConfig *
ctx_config
,
in dri_create_context()
73
if (
ctx_config
->flags & ~allowed_flags) {
in dri_create_context()
78
if (
ctx_config
->attribute_mask & ~allowed_attribs) {
in dri_create_context()
100
attribs.major =
ctx_config
->major_version;
in dri_create_context()
101
attribs.minor =
ctx_config
->minor_version;
in dri_create_context()
103
if ((
ctx_config
->flags & __DRI_CTX_FLAG_FORWARD_COMPATIBLE) != 0)
in dri_create_context()
111
if ((
ctx_config
->flags & __DRI_CTX_FLAG_DEBUG) != 0)
in dri_create_context()
114
if (
ctx_config
->flags & __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS)
in dri_create_context()
117
if (
ctx_config
->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY)
in dri_create_context()
118
if (
ctx_config
in dri_create_context()
45
dri_create_context(gl_api api, const struct gl_config * visual, __DRIcontext * cPriv, const struct __DriverContextConfig *
ctx_config
, unsigned *error, void *sharedContextPrivate)
dri_create_context()
argument
[all...]
H
A
D
dri_util.c
457
struct __DriverContextConfig
ctx_config
;
in driCreateContextAttribs()
local
459
ctx_config
.major_version = 1;
in driCreateContextAttribs()
460
ctx_config
.minor_version = 0;
in driCreateContextAttribs()
461
ctx_config
.flags = 0;
in driCreateContextAttribs()
462
ctx_config
.attribute_mask = 0;
in driCreateContextAttribs()
463
ctx_config
.priority = __DRI_CTX_PRIORITY_MEDIUM;
in driCreateContextAttribs()
494
ctx_config
.major_version = attribs[i * 2 + 1];
in driCreateContextAttribs()
497
ctx_config
.minor_version = attribs[i * 2 + 1];
in driCreateContextAttribs()
500
ctx_config
.flags = attribs[i * 2 + 1];
in driCreateContextAttribs()
504
ctx_config
in driCreateContextAttribs()
[all...]
H
A
D
dri_context.h
93
const struct __DriverContextConfig *
ctx_config
,
Completed in 2 milliseconds