Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c2255 nir_variable *nir_var = val->pointer->var->var; in vtn_handle_variables() local
2256 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()