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
defs:present_modes
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_kopper.h
72
uint32_t
present_modes
; //VkPresentModeKHR bitmask
member
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common_win32.c
261
static const VkPresentModeKHR
present_modes
[] = {
variable
H
A
D
wsi_common_wayland.c
693
static const VkPresentModeKHR
present_modes
[] = {
variable
H
A
D
wsi_common_x11.c
416
static const VkPresentModeKHR
present_modes
[] = {
variable
H
A
D
wsi_common.c
337
VkPresentModeKHR *
present_modes
;
in wsi_swapchain_is_present_mode_supported()
local
H
A
D
wsi_common_display.c
1032
wsi_display_surface_get_
present_modes
(VkIcdSurfaceBase *surface, uint32_t *present_mode_count, VkPresentModeKHR *
present_modes
)
wsi_display_surface_get_present_modes()
argument
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H
A
D
main.cpp
222
VkPresentModeKHR
present_modes
[] = { VK_PRESENT_MODE_MAILBOX_KHR, VK_PRESENT_MODE_IMMEDIATE_KHR, VK_PRESENT_MODE_FIFO_KHR };
in SetupVulkanWindow()
local
224
VkPresentModeKHR
present_modes
[] = { VK_PRESENT_MODE_FIFO_KHR };
in SetupVulkanWindow()
local
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H
A
D
main.cpp
230
VkPresentModeKHR
present_modes
[] = { VK_PRESENT_MODE_MAILBOX_KHR, VK_PRESENT_MODE_IMMEDIATE_KHR, VK_PRESENT_MODE_FIFO_KHR };
in SetupVulkanWindow()
local
232
VkPresentModeKHR
present_modes
[] = { VK_PRESENT_MODE_FIFO_KHR };
in SetupVulkanWindow()
local
Completed in 15 milliseconds