Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/tests-other/
Dmsl_constexpr_test.cpp93 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()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.cpp1364 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()
Dspirv_cross_c.h490 spvc_msl_sampler_address s_address; member
Dspirv_msl.hpp202 MSLSamplerAddress s_address = MSL_SAMPLER_ADDRESS_CLAMP_TO_EDGE; member
Dspirv_msl.cpp1137 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()