Searched refs:log2_size_x (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_lower_system_values.c | 376 nir_ssa_def *log2_size_x = nir_imm_int(b, util_logbase2(size_x)); local in function:lower_compute_system_value_instr 377 i = nir_ior(b, bits_01x, nir_ishl(b, y_bits_1n, log2_size_x)); |
Completed in 2 milliseconds