Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_system_values.c288 nir_ssa_def *z_portion = nir_imul(b, id_z, size_x_y); in lower_id_to_index_no_umod() local
289 nir_ssa_def *id_y = nir_udiv(b, nir_isub(b, index, z_portion), size_x); in lower_id_to_index_no_umod()
291 nir_ssa_def *id_x = nir_isub(b, index, nir_iadd(b, z_portion, y_portion)); in lower_id_to_index_no_umod()

Completed in 1 milliseconds