HomeSort by relevance Sort by last modified time
    Searched refs:availableDescriptorTypeCount (Results 1 - 6 of 6) 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];
core_validation.cpp     [all...]
  /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];
descriptor_sets.cpp     [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp     [all...]

Completed in 829 milliseconds