OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:depthFormatPresent
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp
439
bool
depthFormatPresent
= false;
441
depthFormatPresent
|= vk_format_is_depth_or_stencil(pCreateInfo->pAttachments[i].format);
444
if (!
depthFormatPresent
) {
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
image.cpp
439
bool
depthFormatPresent
= false;
441
depthFormatPresent
|= vk_format_is_depth_or_stencil(pCreateInfo->pAttachments[i].format);
444
if (!
depthFormatPresent
) {
[
all
...]
Completed in 71 milliseconds