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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_find_array_copies.c315 const struct glsl_type *src_arr_type = local in function:opt_find_array_copies_block
320 assert(glsl_type_is_array(src_arr_type) ||
321 glsl_type_is_matrix(src_arr_type));
325 if (s.array_len != glsl_get_length(src_arr_type))

Completed in 50 milliseconds