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

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiMaintenance3Check.cpp 68 // these variables are equal to minimal values for maxMemoryAllocationSize and maxPerSetDescriptors
69 const deUint32 maxMemoryAllocationSize = 1073741824u;
78 maxMemoryAllocationSize - 1u //VkDeviceSize maxMemoryAllocationSize;
88 if (mainProp3.maxMemoryAllocationSize < maxMemoryAllocationSize)
94 log << tcu::TestLog::Message << "maxMemoryAllocationSize: " << mainProp3.maxMemoryAllocationSize << tcu::TestLog::EndMessage;
127 // these variables are equal to minimal values for maxMemoryAllocationSize and maxPerSetDescriptors
128 const deUint32 maxMemoryAllocationSize = 1073741824u
    [all...]
vktApiFeatureInfo.cpp     [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 617 visitor->Visit("maxMemoryAllocationSize",
618 &properties->maxMemoryAllocationSize);
    [all...]
  /frameworks/native/vulkan/vkjson/
vkjson.cc 617 visitor->Visit("maxMemoryAllocationSize",
618 &properties->maxMemoryAllocationSize);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl     [all...]
vkStrUtilImpl.inl     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 477 milliseconds