Searched refs:zero32 (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ | ||
| H A D | nir_lower_frexp.c | 92 nir_ssa_def *zero32 = nir_imm_int(b, 0); local in function:lower_frexp_sig 96 nir_bcsel(b, is_not_zero, exponent_value, zero32)); 139 nir_ssa_def *zero32 = nir_imm_int(b, 0); local in function:lower_frexp_exp 143 nir_bcsel(b, is_not_zero, exponent_bias, zero32)); |
| H A D | nir_linking_helpers.c | 701 uint32_t zero32 = 0; local in function:compact_components 704 &consumer->info.patch_inputs_read, &zero32); |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_lower_frexp.c | 151 nir_ssa_def *zero32 = nir_imm_int(b, 0); local in function:lower_frexp_exp 155 nir_bcsel(b, is_not_zero, exponent_bias, zero32)); |
| H A D | nir_linking_helpers.c | 888 uint32_t zero32 = 0; local in function:compact_components 891 &consumer->info.patch_inputs_read, &zero32); |
Completed in 7 milliseconds