Home | History | Annotate | Download | only in nine

Lines Matching refs:bool_true

1697     uint32_t bool_true = device->driver_caps.vs_integer ? 0xFFFFFFFF : fui(1.0f);
1702 context->vs_const_b[StartRegister + i] = pConstantData[i] ? bool_true : 0;
1796 uint32_t bool_true = device->driver_caps.ps_integer ? 0xFFFFFFFF : fui(1.0f);
1801 context->ps_const_b[StartRegister + i] = pConstantData[i] ? bool_true : 0;