Home
last modified time | relevance | path

Searched refs:aligned_structs (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.hpp903 void align_struct(SPIRType &ib_type, std::unordered_set<uint32_t> &aligned_structs);
Dspirv_msl.cpp3976 void CompilerMSL::align_struct(SPIRType &ib_type, unordered_set<uint32_t> &aligned_structs) in align_struct() argument
3980 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() local
6719 align_struct(type, aligned_structs); in emit_specialization_constants_and_structs()