Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c655 const int num_chunks_in_32 = 32 / chunk_bits; in lower_extract() local
658 if (chunk < num_chunks_in_32) { in lower_extract()
664 nir_imm_int(b, chunk - num_chunks_in_32), in lower_extract()

Completed in 3 milliseconds