Searched refs:bool_true (Results 1 – 5 of 5) sorted by relevance
314 bool_true = 1 enumerator324 # define true bool_true
213 fn bool_true() -> bool { in bool_true() function
142 static const bool bool_true = true; variable150 …{"SRTO_TSBPDMODE", SRTO_TSBPDMODE, &bool_true, sizeof bool_true}, /* Timestamp-based Packet Deli…
1733 uint32_t bool_true = device->driver_caps.vs_integer ? 0xFFFFFFFF : fui(1.0f); in CSMT_ITEM_NO_WAIT() local1738 context->vs_const_b[StartRegister + i] = pConstantData[i] ? bool_true : 0; in CSMT_ITEM_NO_WAIT()1832 uint32_t bool_true = device->driver_caps.ps_integer ? 0xFFFFFFFF : fui(1.0f); in CSMT_ITEM_NO_WAIT() local1837 context->ps_const_b[StartRegister + i] = pConstantData[i] ? bool_true : 0; in CSMT_ITEM_NO_WAIT()
3643 uint32_t bool_true = This->driver_caps.vs_integer ? 0xFFFFFFFF : fui(1.0f); in NineDevice9_SetVertexShaderConstantB() local3665 state->vs_const_b[StartRegister + i] = pConstantData[i] ? bool_true : 0; in NineDevice9_SetVertexShaderConstantB()4069 uint32_t bool_true = This->driver_caps.ps_integer ? 0xFFFFFFFF : fui(1.0f); in NineDevice9_SetPixelShaderConstantB() local4089 state->ps_const_b[StartRegister + i] = pConstantData[i] ? bool_true : 0; in NineDevice9_SetPixelShaderConstantB()