HomeSort by relevance Sort by last modified time
    Searched defs:availableDescriptorTypeCount (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.h 276 std::vector<uint32_t> availableDescriptorTypeCount; // Available # of descriptors of each type in this pool
280 maxDescriptorTypeCount(VK_DESCRIPTOR_TYPE_RANGE_SIZE, 0), availableDescriptorTypeCount(VK_DESCRIPTOR_TYPE_RANGE_SIZE, 0) {
291 availableDescriptorTypeCount[typeIndex] = maxDescriptorTypeCount[typeIndex];
  /external/vulkan-validation-layers/layers/
core_validation_types.h 121 std::vector<uint32_t> availableDescriptorTypeCount; // Available # of descriptors of each type in this pool
125 maxDescriptorTypeCount(VK_DESCRIPTOR_TYPE_RANGE_SIZE, 0), availableDescriptorTypeCount(VK_DESCRIPTOR_TYPE_RANGE_SIZE, 0) {
136 availableDescriptorTypeCount[typeIndex] = maxDescriptorTypeCount[typeIndex];

Completed in 67 milliseconds