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

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 54 * DescriptorSetLayoutDef/DescriptorSetLayout classes
60 * The DescriptorSetLayoutDef represents a canonicalization of the input data and contains
63 * validation. The DescriptorSetLayout refers to a DescriptorSetLayoutDef and contains
89 class DescriptorSetLayoutDef {
92 DescriptorSetLayoutDef(const VkDescriptorSetLayoutCreateInfo *p_create_info);
106 bool IsCompatible(VkDescriptorSetLayout, VkDescriptorSetLayout, DescriptorSetLayoutDef const *const, std::string *) const;
188 static inline bool operator==(const DescriptorSetLayoutDef &lhs, const DescriptorSetLayoutDef &rhs) {
195 using DescriptorSetLayoutDict = hash_util::Dictionary<DescriptorSetLayoutDef, hash_util::HasHashMember<DescriptorSetLayoutDef>>;
    [all...]
descriptor_sets.cpp 55 using DescriptorSetLayoutDef = cvdescriptorset::DescriptorSetLayoutDef;
58 // Canonical dictionary of DescriptorSetLayoutDef (without any handle/device specific information)
62 return descriptor_set_layout_dict.look_up(DescriptorSetLayoutDef(p_create_info));
67 cvdescriptorset::DescriptorSetLayoutDef::DescriptorSetLayoutDef(const VkDescriptorSetLayoutCreateInfo *p_create_info)
139 size_t cvdescriptorset::DescriptorSetLayoutDef::hash() const {
151 uint32_t cvdescriptorset::DescriptorSetLayoutDef::GetIndexFromBinding(uint32_t binding) const {
156 VkDescriptorSetLayoutBinding const *cvdescriptorset::DescriptorSetLayoutDef::GetDescriptorSetLayoutBindingPtrFromIndex(
162 uint32_t cvdescriptorset::DescriptorSetLayoutDef::GetDescriptorCountFromIndex(const uint32_t index) const
    [all...]
core_validation_types.h 58 class DescriptorSetLayoutDef;
615 using DescriptorSetLayoutDef = cvdescriptorset::DescriptorSetLayoutDef;
616 using DescriptorSetLayoutId = std::shared_ptr<const DescriptorSetLayoutDef>;
    [all...]

Completed in 131 milliseconds