Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c2430 nir_variable *nir_var = val->pointer->var->var; in vtn_handle_variables() local
2431 nir_var->data.sampler.is_inline_sampler = true; in vtn_handle_variables()
2432 nir_var->data.sampler.addressing_mode = w[3]; in vtn_handle_variables()
2433 nir_var->data.sampler.normalized_coordinates = w[4]; in vtn_handle_variables()
2434 nir_var->data.sampler.filter_mode = w[5]; in vtn_handle_variables()

Completed in 5 milliseconds