Searched refs:nir_var (Results 1 – 1 of 1) sorted by relevance
2255 nir_variable *nir_var = val->pointer->var->var; in vtn_handle_variables() local2256 nir_var->data.sampler.is_inline_sampler = true; in vtn_handle_variables()2257 nir_var->data.sampler.addressing_mode = w[3]; in vtn_handle_variables()2258 nir_var->data.sampler.normalized_coordinates = w[4]; in vtn_handle_variables()2259 nir_var->data.sampler.filter_mode = w[5]; in vtn_handle_variables()