Searched refs:ncoord_comp (Results 1 – 1 of 1) sorted by relevance
116 int ncoord_comp; member327 int ncoord_comp; member354 for (int i = 1; i < params->ncoord_comp; ++i) in evalute_active_lod()429 params.ncoord_comp = tex->coord_components; in lower_sample_to_txf_for_integer_tex_impl()431 params.ncoord_comp -= 1; in lower_sample_to_txf_for_integer_tex_impl()444 .ncoord_comp = params.ncoord_comp in lower_sample_to_txf_for_integer_tex_impl()462 nir_ssa_def *array_index = nir_channel(b, old_coord, params.ncoord_comp); in lower_sample_to_txf_for_integer_tex_impl()463 int mask = (1 << params.ncoord_comp) - 1; in lower_sample_to_txf_for_integer_tex_impl()466 switch (params.ncoord_comp) { in lower_sample_to_txf_for_integer_tex_impl()482 for (int i = 0; i < params.ncoord_comp; ++i) in lower_sample_to_txf_for_integer_tex_impl()[all …]