Searched refs:null_values (Results 1 – 2 of 2) sorted by relevance
123 static const struct tok null_values[] = { variable407 const struct tok *tok = null_values; in oui_to_struct_tok()
2507 const static nir_const_value null_values[][NIR_MAX_VEC_COMPONENTS] = { in nir_address_format_null_value() local2520 assert(addr_format < ARRAY_SIZE(null_values)); in nir_address_format_null_value()2521 return null_values[addr_format]; in nir_address_format_null_value()