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

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 292 * This allows the WriteUpdate() and CopyUpdate() operations to be specialized per
302 virtual void WriteUpdate(const VkWriteDescriptorSet *, const uint32_t) = 0;
325 void WriteUpdate(const VkWriteDescriptorSet *, const uint32_t) override;
340 void WriteUpdate(const VkWriteDescriptorSet *, const uint32_t) override;
358 void WriteUpdate(const VkWriteDescriptorSet *, const uint32_t) override;
374 void WriteUpdate(const VkWriteDescriptorSet *, const uint32_t) override;
388 void WriteUpdate(const VkWriteDescriptorSet *, const uint32_t) override;
411 void WriteUpdate(const VkWriteDescriptorSet *, const uint32_t) override { updated = true; }
422 void WriteUpdate(const VkWriteDescriptorSet *, const uint32_t) override { updated = true; }
505 // Validate contents of a WriteUpdate
    [all...]
descriptor_sets.cpp     [all...]

Completed in 77 milliseconds