Home | History | Annotate | Download | only in nine

Lines Matching refs:bool_true

3393     uint32_t bool_true = This->driver_caps.vs_integer ? 0xFFFFFFFF : fui(1.0f);
3415 state->vs_const_b[StartRegister + i] = pConstantData[i] ? bool_true : 0;
3800 uint32_t bool_true = This->driver_caps.ps_integer ? 0xFFFFFFFF : fui(1.0f);
3820 state->ps_const_b[StartRegister + i] = pConstantData[i] ? bool_true : 0;