Searched refs:wrap_mode (Results 1 – 10 of 10) sorted by relevance
41 wrap_mode(unsigned pipe) in wrap_mode() function141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) | in nv30_sampler_state_create()142 (wrap_mode(cso->wrap_t) << NV30_3D_TEX_WRAP_T__SHIFT) | in nv30_sampler_state_create()143 (wrap_mode(cso->wrap_r) << NV30_3D_TEX_WRAP_R__SHIFT); in nv30_sampler_state_create()
185 state->unit[i].wrap_mode = RC_WRAP_REPEAT; in get_external_state()189 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_REPEAT; in get_external_state()195 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_CLAMP; in get_external_state()199 state->unit[i].wrap_mode = RC_WRAP_NONE; in get_external_state()
283 unsigned wrap_mode, in graw_util_create_simple_sampler() argument292 sampler_desc.wrap_r = wrap_mode; in graw_util_create_simple_sampler()
86 unsigned wrap_mode, in lp_build_sample_wrap_nearest_int() argument96 switch(wrap_mode) { in lp_build_sample_wrap_nearest_int()223 unsigned wrap_mode, in lp_build_sample_wrap_linear_int() argument245 switch(wrap_mode) { in lp_build_sample_wrap_linear_int()302 switch(wrap_mode) { in lp_build_sample_wrap_linear_int()
325 unsigned wrap_mode, in lp_build_sample_wrap_linear() argument337 switch(wrap_mode) { in lp_build_sample_wrap_linear()691 unsigned wrap_mode) in lp_build_sample_wrap_nearest() argument699 switch(wrap_mode) { in lp_build_sample_wrap_nearest()
171 unsigned wrap_mode : 3; member
129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode; in radeonTransformTEX()
7 …'wrap_mode=nofallback', # Use --wrap-mode=default to revert, https://github.com/harfbuzz/harfbuzz/…
5178 wrap_mode_needs_border_color(unsigned wrap_mode) argument5181 return wrap_mode == TCM_CLAMP_BORDER ||5182 wrap_mode == TCM_HALF_BORDER;5184 return wrap_mode == TCM_CLAMP_BORDER;
1899 wrap_mode_needs_border_color(unsigned wrap_mode) in wrap_mode_needs_border_color() argument1901 return wrap_mode == TCM_CLAMP_BORDER || wrap_mode == TCM_HALF_BORDER; in wrap_mode_needs_border_color()