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:dri3_reply
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/vulkan/device-select-layer/
H
A
D
device_select_x11.c
77
xcb_query_extension_reply_t *
dri3_reply
= NULL;
in device_select_find_xcb_pci_default()
local
80
dri3_reply
= xcb_query_extension_reply(conn, dri3_cookie, NULL);
in device_select_find_xcb_pci_default()
82
if (!
dri3_reply
)
in device_select_find_xcb_pci_default()
85
if (
dri3_reply
->present == 0)
in device_select_find_xcb_pci_default()
120
free(
dri3_reply
);
in device_select_find_xcb_pci_default()
/third_party/mesa3d/src/glx/
H
A
D
dri3_glx.c
1136
xcb_dri3_query_version_reply_t *
dri3_reply
;
in dri3_create_display()
local
1164
dri3_reply
= xcb_dri3_query_version_reply(c, dri3_cookie, &error);
in dri3_create_display()
1165
if (!
dri3_reply
) {
in dri3_create_display()
1170
pdp->dri3Major =
dri3_reply
->major_version;
in dri3_create_display()
1171
pdp->dri3Minor =
dri3_reply
->minor_version;
in dri3_create_display()
1172
free(
dri3_reply
);
in dri3_create_display()
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common_x11.c
196
xcb_query_extension_reply_t *
dri3_reply
, *pres_reply, *randr_reply,
in wsi_x11_connection_create()
local
232
dri3_reply
= xcb_query_extension_reply(conn, dri3_cookie, NULL);
in wsi_x11_connection_create()
240
if (!
dri3_reply
|| !pres_reply || !xfixes_reply) {
in wsi_x11_connection_create()
241
free(
dri3_reply
);
in wsi_x11_connection_create()
253
wsi_conn->has_dri3 =
dri3_reply
->present != 0;
in wsi_x11_connection_create()
329
free(
dri3_reply
);
in wsi_x11_connection_create()
Completed in 6 milliseconds