OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImageFormatProperties
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
image.cpp
226
VkImageFormatProperties
ImageFormatProperties
;
295
&
ImageFormatProperties
);
330
if ((pCreateInfo->extent.depth >
ImageFormatProperties
.maxExtent.depth) ||
331
(pCreateInfo->extent.width >
ImageFormatProperties
.maxExtent.width) ||
332
(pCreateInfo->extent.height >
ImageFormatProperties
.maxExtent.height)) {
338
ImageFormatProperties
.maxExtent.width,
ImageFormatProperties
.maxExtent.height,
339
ImageFormatProperties
.maxExtent.depth, string_VkFormat(pCreateInfo->format));
348
if (totalSize >
ImageFormatProperties
.maxResourceSize) {
353
totalSize,
ImageFormatProperties
.maxResourceSize)
[
all
...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp
[
all
...]
/external/vulkan-validation-layers/include/vulkan/
vulkan.hpp
[
all
...]
Completed in 845 milliseconds