Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp10443 string pack_pfx; in to_struct_member() local
10479 pack_pfx = "packed_"; in to_struct_member()
10485 pack_pfx = "packed_rm_"; in to_struct_member()
10490 td_line += " " + pack_pfx; in to_struct_member()
10498 pack_pfx = "packed_"; in to_struct_member()
10535 …auto result = join(pack_pfx, type_to_glsl(*declared_type, orig_id), " ", qualifier, to_member_name… in to_struct_member()