Searched refs:s_address (Results 1 – 5 of 5) sorted by relevance
93 samp.s_address = SPVC_MSL_SAMPLER_ADDRESS_REPEAT; in main()98 samp.s_address = SPVC_MSL_SAMPLER_ADDRESS_CLAMP_TO_EDGE; in main()105 samp.s_address = SPVC_MSL_SAMPLER_ADDRESS_CLAMP_TO_EDGE; in main()
1364 samp.s_address = static_cast<MSLSamplerAddress>(sampler->s_address); in spvc_convert_msl_sampler()2584 sampler->s_address = static_cast<spvc_msl_sampler_address>(defaults.s_address); in spvc_msl_constexpr_sampler_init()
490 spvc_msl_sampler_address s_address; member
202 MSLSamplerAddress s_address = MSL_SAMPLER_ADDRESS_CLAMP_TO_EDGE; member
1137 if (s.s_address == s.t_address && s.s_address == s.r_address) in emit_entry_point_declarations()1139 if (s.s_address != MSL_SAMPLER_ADDRESS_CLAMP_TO_EDGE) in emit_entry_point_declarations()1140 args.push_back(create_sampler_address("", s.s_address)); in emit_entry_point_declarations()1144 if (s.s_address != MSL_SAMPLER_ADDRESS_CLAMP_TO_EDGE) in emit_entry_point_declarations()1145 args.push_back(create_sampler_address("s_", s.s_address)); in emit_entry_point_declarations()1185 …if (s.s_address == MSL_SAMPLER_ADDRESS_CLAMP_TO_BORDER || s.t_address == MSL_SAMPLER_ADDRESS_CLAMP… in emit_entry_point_declarations()