Searched refs:use_dot (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_nir_lower_ngg.c | 165 bool use_dot = b->shader->options->has_dot_4x8; local in function:summarize_repack 168 nir_ssa_def *dot_op = !use_dot ? NULL : nir_ushr(b, nir_ushr(b, nir_imm_int(b, 0x01010101), shift), shift); 174 if (use_dot) { 181 nir_ssa_def *dot_op = !use_dot ? NULL : nir_ushr(b, nir_ushr(b, nir_imm_int64(b, 0x0101010101010101), shift), shift); 188 if (use_dot) {
|
Completed in 9 milliseconds