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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_loop_analyze.c172 bool is_fp64 = nir_dest_bit_size(alu->dest.dest) == 64 && local in function:instr_cost
177 is_fp64 = true;
180 if (is_fp64) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_loop_analyze.c142 bool is_fp64 = nir_dest_bit_size(alu->dest.dest) == 64 && local in function:instr_cost
147 is_fp64 = true;
150 if (is_fp64) {

Completed in 9 milliseconds