Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_clip_cull_distance_arrays.c95 get_unwrapped_array_length(nir_shader *nir, nir_variable *var) in get_unwrapped_array_length() function
402 clip_size = MAX2(clip_size, get_unwrapped_array_length(shader, var)); in nir_lower_clip_cull_distance_to_vec4s()
405 cull_size = MAX2(cull_size, get_unwrapped_array_length(shader, var)); in nir_lower_clip_cull_distance_to_vec4s()
476 const unsigned clip_array_size = get_unwrapped_array_length(nir, clip); in combine_clip_cull()
477 const unsigned cull_array_size = get_unwrapped_array_length(nir, cull); in combine_clip_cull()