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

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 88 namespace cvdescriptorset { namespace
262 std::vector<cvdescriptorset::DescriptorSetLayout const *> layout_nodes;
278 std::unordered_map<VkDescriptorSet, cvdescriptorset::DescriptorSet *> *,
core_validation_types.h 60 namespace cvdescriptorset { namespace
119 std::unordered_set<cvdescriptorset::DescriptorSet *> sets; // Collection of all sets in this pool
455 std::vector<cvdescriptorset::DescriptorSetLayout const *> set_layouts;
544 std::vector<cvdescriptorset::DescriptorSet *> boundDescriptorSets;
632 cvdescriptorset::DescriptorSet *getSetNode(const layer_data *, VkDescriptorSet);
633 cvdescriptorset::DescriptorSetLayout const *getDescriptorSetLayout(layer_data const *, VkDescriptorSetLayout);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.h 84 namespace cvdescriptorset { namespace
250 const std::unordered_map<VkDescriptorSet, cvdescriptorset::DescriptorSet *> &, uint32_t,
253 void PerformUpdateDescriptorSets(const std::unordered_map<VkDescriptorSet, cvdescriptorset::DescriptorSet *> &, uint32_t,
core_validation_types.h 56 namespace cvdescriptorset { namespace
366 std::unordered_set<cvdescriptorset::DescriptorSet *> uniqueBoundSets;
368 std::vector<cvdescriptorset::DescriptorSet *> boundDescriptorSets;
415 std::unordered_set<cvdescriptorset::DescriptorSet *> destroyedSets;
416 std::unordered_set<cvdescriptorset::DescriptorSet *> updatedSets;

Completed in 499 milliseconds