Home
last modified time | relevance | path

Searched defs:DescriptorId (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp115 struct DescriptorId struct
117DescriptorId(uint32_t set_, uint32_t binding_, uint32_t number_) : set(set_), binding(binding_), n… in DescriptorId() function
121 bool operator<(const DescriptorId &other) const in operator <()
127 uint32_t set;
128 uint32_t binding;
129 uint32_t number;