HomeSort by relevance Sort by last modified time
    Searched refs:ImageFormatProperties (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 225 VkImageFormatProperties ImageFormatProperties;
294 &ImageFormatProperties);
329 if ((pCreateInfo->extent.depth > ImageFormatProperties.maxExtent.depth) ||
330 (pCreateInfo->extent.width > ImageFormatProperties.maxExtent.width) ||
331 (pCreateInfo->extent.height > ImageFormatProperties.maxExtent.height)) {
337 ImageFormatProperties.maxExtent.width, ImageFormatProperties.maxExtent.height,
338 ImageFormatProperties.maxExtent.depth, string_VkFormat(pCreateInfo->format));
347 if (totalSize > ImageFormatProperties.maxResourceSize) {
352 totalSize, ImageFormatProperties.maxResourceSize)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
image.cpp 225 VkImageFormatProperties ImageFormatProperties;
294 &ImageFormatProperties);
329 if ((pCreateInfo->extent.depth > ImageFormatProperties.maxExtent.depth) ||
330 (pCreateInfo->extent.width > ImageFormatProperties.maxExtent.width) ||
331 (pCreateInfo->extent.height > ImageFormatProperties.maxExtent.height)) {
337 ImageFormatProperties.maxExtent.width, ImageFormatProperties.maxExtent.height,
338 ImageFormatProperties.maxExtent.depth, string_VkFormat(pCreateInfo->format));
347 if (totalSize > ImageFormatProperties.maxResourceSize) {
352 totalSize, ImageFormatProperties.maxResourceSize)
    [all...]
  /external/vulkan-validation-layers/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...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 67 milliseconds