Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c481 nir_ssa_def *coord_help[3]; in lower_sample_to_txf_for_integer_tex_impl() local
483 coord_help[i] = nir_ffloor(b, nir_channel(b, new_coord, i)); in lower_sample_to_txf_for_integer_tex_impl()
487coord_help[params.ncoord_comp] = nir_fround_even(b, nir_channel(b, new_coord, params.ncoord_comp)); in lower_sample_to_txf_for_integer_tex_impl()
494 coord_help[i] = nir_fadd(b, coord_help[i], nir_i2f32(b, nir_channel(b, offset, i))); 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.s… in lower_sample_to_txf_for_integer_tex_impl()
508 wrap_coords(b, coord_help[params.ncoord_comp], in lower_sample_to_txf_for_integer_tex_impl()
515 params.wrap[i].coords = coord_help[i]; in lower_sample_to_txf_for_integer_tex_impl()