Searched refs:BindingType (Results 1 – 2 of 2) sorted by relevance
62 enum class BindingType : uint8_t { NotAssigned, Explicit, Implicit }; enum70 BindingType BindType;73 BindingType BindType = BindingType::NotAssigned,77 void setBindingAttribute(HLSLResourceBindingAttr *A, BindingType BT) { in setBindingAttribute()78 assert(Attr == nullptr && BindType == BindingType::NotAssigned && in setBindingAttribute()
3773 BI->setBindingAttribute(RBA, BindingType::Explicit); in processExplicitBindingsOnDecl()