Searched refs:aligned_structs (Results 1 – 2 of 2) sorted by relevance
903 void align_struct(SPIRType &ib_type, std::unordered_set<uint32_t> &aligned_structs);
3976 void CompilerMSL::align_struct(SPIRType &ib_type, unordered_set<uint32_t> &aligned_structs) in align_struct() argument3980 if (aligned_structs.count(ib_type_id)) in align_struct()3982 aligned_structs.insert(ib_type_id); in align_struct()3996 align_struct(mbr_type, aligned_structs); in align_struct()6587 unordered_set<uint32_t> aligned_structs; in emit_specialization_constants_and_structs() local6719 align_struct(type, aligned_structs); in emit_specialization_constants_and_structs()