Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_lower_texture.c276 nir_def *sample_array = (ms_idx && layer) in lower_regular_texture() local
283 if (sample_array != NULL) { in lower_regular_texture()
286 coord = nir_vector_insert_imm(b, coord, sample_array, end); in lower_regular_texture()