Searched refs:is_noperspective (Results 1 – 2 of 2) sorted by relevance
2003 uint32_t CompilerMSL::build_msl_interpolant_type(uint32_t type_id, bool is_noperspective) in build_msl_interpolant_type() argument2011 if (is_noperspective) in build_msl_interpolant_type()2108 bool is_noperspective = has_decoration(var.self, DecorationNoPerspective); in add_plain_variable_to_interface_block() local2150 ib_type.member_types.push_back(build_msl_interpolant_type(type_id, is_noperspective)); in add_plain_variable_to_interface_block()2236 ib_type.member_types[ib_mbr_idx] = build_msl_interpolant_type(type_id, is_noperspective); in add_plain_variable_to_interface_block()2275 if (is_noperspective) in add_plain_variable_to_interface_block()2315 bool is_noperspective = has_decoration(var.self, DecorationNoPerspective); in add_composite_variable_to_interface_block() local2381 …member_types.push_back(build_msl_interpolant_type(get_pointee_type_id(type_id), is_noperspective)); in add_composite_variable_to_interface_block()2399 ib_type.member_types[ib_mbr_idx] = build_msl_interpolant_type(mbr_type_id, is_noperspective); in add_composite_variable_to_interface_block()2432 if (is_noperspective) in add_composite_variable_to_interface_block()[all …]
1081 uint32_t build_msl_interpolant_type(uint32_t type_id, bool is_noperspective);