Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_double

203    assert(ir->operands[1]->type->is_float() || ir->operands[1]->type->is_double());
332 (lowering(DDIV_TO_MUL_RCP) && ir->type->is_double()))
338 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double())
1590 if (ir->operands[0]->type->is_double())
1594 if (ir->operands[0]->type->is_double())
1606 (ir->operands[1]->type->is_double() && lowering(DDIV_TO_MUL_RCP)))
1621 if (lowering(MOD_TO_FLOOR) && (ir->type->is_float() || ir->type->is_double()))
1633 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->type->is_double())
1638 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double())
1643 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double())
1663 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double())
1668 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double())
1673 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double())
1678 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double())
1683 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double())