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_TRUE
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H
A
D
platform_vk.cpp
36
return vkGetPhysicalDeviceWin32PresentationSupportKHR(device, queuefamily) ==
VK_TRUE
;
in CanDevicePresent()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
render_frame_sync_vk.cpp
79
VK_TRUE
, // waitAll
in WaitForFrameFence()
H
A
D
swapchain_vk.cpp
322
VK_TRUE
, // clipped
in SwapchainVk()
local
H
A
D
pipeline_state_object_vk.cpp
445
sampleShadingEnable =
VK_TRUE
;
in GraphicsPipelineStateObjectVk()
H
A
D
device_vk.cpp
561
enabledPhysicalDeviceFeatures[idx] =
VK_TRUE
;
in PreparePhysicalDeviceFeaturesForEnabling()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H
A
D
vulkan_loader_unit_test.cpp
176
swapchainCI.clipped =
VK_TRUE
;
in GetSwapchainCreateInfo()
576
EXPECT_EQ(supportsPresent[i],
VK_TRUE
);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H
A
D
rs_vulkan_context.cpp
598
protectedSubmitInfo.protectedSubmit =
VK_TRUE
;
in HookedVkQueueSubmit()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/
H
A
D
vulkan_loader_system_test.cpp
397
swapchainCI.clipped =
VK_TRUE
;
in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H
A
D
swapchain_layer.cpp
1276
*pSupported =
VK_TRUE
;
in GetPhysicalDeviceSurfaceSupportKHR()
1389
reinterpret_cast<VkSurfaceProtectedCapabilitiesKHR*>(caps)->supportsProtected=
VK_TRUE
;
in GetPhysicalDeviceSurfaceCapabilities2KHR()
Completed in 12 milliseconds