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:VK_KHR_surface
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H
A
D
volk.h
503
#if (defined(VK_KHR_device_group) && defined(
VK_KHR_surface
)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1))
506
#endif /* (defined(VK_KHR_device_group) && defined(
VK_KHR_surface
)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */
954
#if defined(
VK_KHR_surface
)
960
#endif /* defined(
VK_KHR_surface
) */
1064
#if (defined(VK_KHR_device_group) && defined(
VK_KHR_surface
)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1))
1068
#endif /* (defined(VK_KHR_device_group) && defined(
VK_KHR_surface
)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */
H
A
D
volk.c
272
#if defined(
VK_KHR_surface
)
in volkGenLoadInstance()
278
#endif /* defined(
VK_KHR_surface
) */
in volkGenLoadInstance()
316
#if (defined(VK_KHR_device_group) && defined(
VK_KHR_surface
)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1))
in volkGenLoadInstance()
318
#endif /* (defined(VK_KHR_device_group) && defined(
VK_KHR_surface
)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */
in volkGenLoadInstance()
713
#if (defined(VK_KHR_device_group) && defined(
VK_KHR_surface
)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1))
in volkGenLoadDevice()
716
#endif /* (defined(VK_KHR_device_group) && defined(
VK_KHR_surface
)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */
in volkGenLoadDevice()
1114
#if (defined(VK_KHR_device_group) && defined(
VK_KHR_surface
)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1))
in volkGenLoadDeviceTable()
1117
#endif /* (defined(VK_KHR_device_group) && defined(
VK_KHR_surface
)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */
in volkGenLoadDeviceTable()
1569
#if defined(
VK_KHR_surface
)
1575
#endif /* defined(
VK_KHR_surface
) */
[all...]
/third_party/glfw/deps/glad/
H
A
D
vulkan.h
21
* --api='vulkan=1.3' --extensions='VK_EXT_debug_report,VK_KHR_portability_enumeration,
VK_KHR_surface
,VK_KHR_swapchain' c --header-only
169
#define VK_KHR_SURFACE_EXTENSION_NAME "
VK_KHR_surface
"
4876
#define
VK_KHR_surface
1
macro
6247
GLAD_VK_KHR_surface = glad_vk_has_extension("
VK_KHR_surface
", extension_count, extensions);
in glad_vk_find_extensions_vulkan()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H
A
D
vulkan_sc_core.h
5119
#define
VK_KHR_surface
1
macro
5122
#define VK_KHR_SURFACE_EXTENSION_NAME "
VK_KHR_surface
"
/third_party/skia/include/third_party/vulkan/vulkan/
H
A
D
vulkan_core.h
5964
#define
VK_KHR_surface
1
macro
5967
#define VK_KHR_SURFACE_EXTENSION_NAME "
VK_KHR_surface
"
/third_party/mesa3d/include/vulkan/
H
A
D
vulkan_core.h
7367
#define
VK_KHR_surface
1
macro
7370
#define VK_KHR_SURFACE_EXTENSION_NAME "
VK_KHR_surface
"
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H
A
D
vulkan_core.h
6063
#define
VK_KHR_surface
1
macro
6066
#define VK_KHR_SURFACE_EXTENSION_NAME "
VK_KHR_surface
"
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H
A
D
vulkan_core.h
6113
#define
VK_KHR_surface
1
macro
6116
#define VK_KHR_SURFACE_EXTENSION_NAME "
VK_KHR_surface
"
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_core.h
7524
//
VK_KHR_surface
is a preprocessor guard. Do not pass it to API calls.
7525
#define
VK_KHR_surface
1
macro
7528
#define VK_KHR_SURFACE_EXTENSION_NAME "
VK_KHR_surface
"
Completed in 288 milliseconds