Home
last modified time | relevance | path

Searched defs:MSLConstexprSampler (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.hpp196 struct MSLConstexprSampler struct
198 MSLSamplerCoord coord = MSL_SAMPLER_COORD_NORMALIZED;
199 MSLSamplerFilter min_filter = MSL_SAMPLER_FILTER_NEAREST;
200 MSLSamplerFilter mag_filter = MSL_SAMPLER_FILTER_NEAREST;
201 MSLSamplerMipFilter mip_filter = MSL_SAMPLER_MIP_FILTER_NONE;
202 MSLSamplerAddress s_address = MSL_SAMPLER_ADDRESS_CLAMP_TO_EDGE;
203 MSLSamplerAddress t_address = MSL_SAMPLER_ADDRESS_CLAMP_TO_EDGE;
204 MSLSamplerAddress r_address = MSL_SAMPLER_ADDRESS_CLAMP_TO_EDGE;
205 MSLSamplerCompareFunc compare_func = MSL_SAMPLER_COMPARE_FUNC_NEVER;
206 MSLSamplerBorderColor border_color = MSL_SAMPLER_BORDER_COLOR_TRANSPARENT_BLACK;
[all …]