HomeSort by relevance Sort by last modified time
    Searched refs:maxPerSetDescriptors (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
77 maxDescriptorsInSet - 1u, //deUint32 maxPerSetDescriptors;
91 if (mainProp3.maxPerSetDescriptors < maxDescriptorsInSet)
95 log << tcu::TestLog::Message << "maxPerSetDescriptors: " << mainProp3.maxPerSetDescriptors << tcu::TestLog::EndMessage;
127 // these variables are equal to minimal values for maxMemoryAllocationSize and maxPerSetDescriptors
135 maxDescriptorsInSet, //deUint32 maxPerSetDescriptors;
158 descriptorSetLayoutBinding[ndx].descriptorCount = mainProp3.maxPerSetDescriptors;
199 deUint32 fraction = mainProp3.maxPerSetDescriptors / static_cast<deUint32>(VK_DESCRIPTOR_TYPE_LAST);
200 deUint32 rest = mainProp3.maxPerSetDescriptors % static_cast<deUint32>(VK_DESCRIPTOR_TYPE_LAST)
    [all...]
vktApiFeatureInfo.cpp     [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 615 return visitor->Visit("maxPerSetDescriptors",
616 &properties->maxPerSetDescriptors) &&
    [all...]
  /frameworks/native/vulkan/vkjson/
vkjson.cc 615 return visitor->Visit("maxPerSetDescriptors",
616 &properties->maxPerSetDescriptors) &&
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl     [all...]
vkStrUtilImpl.inl     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 533 milliseconds