Home
last modified time | relevance | path

Searched refs:active_wrap_state (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c423 dxil_wrap_sampler_state *active_wrap_state = &states->wrap_states[tex->sampler_index]; in lower_sample_to_txf_for_integer_tex_impl() local
439 if (active_wrap_state->last_level > 0) { in lower_sample_to_txf_for_integer_tex_impl()
441 .aws = active_wrap_state, in lower_sample_to_txf_for_integer_tex_impl()
456 if (!active_wrap_state->is_nonnormalized_coords) { in lower_sample_to_txf_for_integer_tex_impl()
499 if (!active_wrap_state->skip_boundary_conditions) { in lower_sample_to_txf_for_integer_tex_impl()
502 params.wrap[i] = wrap_coords(b, coord_help[i], active_wrap_state->wrap[i], nir_channel(b, params.size, i)); in lower_sample_to_txf_for_integer_tex_impl()
529 nir_ssa_def *border_color = load_bordercolor(b, tex, active_wrap_state, swizzle); in lower_sample_to_txf_for_integer_tex_impl()

Completed in 2 milliseconds