Searched defs:Decorations (Results 1 – 3 of 3) sorted by relevance
655 struct Decorations struct in sw::SpirvShader657 int32_t Location = -1;658 int32_t Component = 0;659 spv::BuiltIn BuiltIn = static_cast<spv::BuiltIn>(-1);660 int32_t Offset = -1;661 int32_t ArrayStride = -1;662 int32_t MatrixStride = 1;664 bool HasLocation : 1;665 bool HasComponent : 1;666 bool HasBuiltIn : 1;[all …]
622 struct Decorations struct624 Decorations() in Decorations() function626 Decorations(const string& f, const string& v, const string& o) in Decorations() argument631 string fragment;632 string vertex;633 string others;
208 ## Decorations section in 'spv' Dialect