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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cf.c143 bool can_fold; local in function:try_conversion_folding
144 type_t base_type = ir3_output_conv_type(src, &can_fold);
145 if (!can_fold)
H A Dir3.h1369 * S32 it does a truncation/sign-extension. "can_fold" will be false if it
1373 ir3_output_conv_type(struct ir3_instruction *instr, bool *can_fold) argument
1375 *can_fold = true;
1421 *can_fold = false;
1429 * to call if ir3_output_conv_type() returns can_fold = true.

Completed in 5 milliseconds