Home
last modified time | relevance | path

Searched refs:bool_true (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dsetup_once.h314 bool_true = 1 enumerator
324 # define true bool_true
/third_party/rust/crates/syn/json/src/
Dlib.rs213 fn bool_true() -> bool { in bool_true() function
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtobject.c142 static const bool bool_true = true; variable
150 …{"SRTO_TSBPDMODE", SRTO_TSBPDMODE, &bool_true, sizeof bool_true}, /* Timestamp-based Packet Deli…
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.c1733 uint32_t bool_true = device->driver_caps.vs_integer ? 0xFFFFFFFF : fui(1.0f); in CSMT_ITEM_NO_WAIT() local
1738 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() local
1837 context->ps_const_b[StartRegister + i] = pConstantData[i] ? bool_true : 0; in CSMT_ITEM_NO_WAIT()
Ddevice9.c3643 uint32_t bool_true = This->driver_caps.vs_integer ? 0xFFFFFFFF : fui(1.0f); in NineDevice9_SetVertexShaderConstantB() local
3665 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() local
4089 state->ps_const_b[StartRegister + i] = pConstantData[i] ? bool_true : 0; in NineDevice9_SetPixelShaderConstantB()