Home
last modified time | relevance | path

Searched refs:BoolCount (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c3353 UINT BoolCount ) in NineDevice9_SetVertexShaderConstantB() argument
3360 This, StartRegister, pConstantData, BoolCount); in NineDevice9_SetVertexShaderConstantB()
3364 …user_assert(StartRegister + BoolCount <= (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_… in NineDevice9_SetVertexShaderConstantB()
3370 for (i = 0; i < BoolCount; i++) { in NineDevice9_SetVertexShaderConstantB()
3378 for (i = 0; i < BoolCount; i++) in NineDevice9_SetVertexShaderConstantB()
3383 StartRegister, StartRegister + BoolCount, in NineDevice9_SetVertexShaderConstantB()
3388 sizeof(BOOL) * BoolCount, BoolCount); in NineDevice9_SetVertexShaderConstantB()
3397 UINT BoolCount ) in NineDevice9_GetVertexShaderConstantB() argument
3404 …user_assert(StartRegister + BoolCount <= (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_… in NineDevice9_GetVertexShaderConstantB()
3408 for (i = 0; i < BoolCount; i++) in NineDevice9_GetVertexShaderConstantB()
[all …]
Ddevice9.h726 UINT BoolCount );
732 UINT BoolCount );
808 UINT BoolCount );
814 UINT BoolCount );
Dnine_state.h405 UINT BoolCount);
430 UINT BoolCount);
Dnine_lock.c1699 UINT BoolCount ) in LockDevice9_SetVertexShaderConstantB() argument
1703 r = NineDevice9_SetVertexShaderConstantB(This, StartRegister, pConstantData, BoolCount); in LockDevice9_SetVertexShaderConstantB()
1712 UINT BoolCount ) in LockDevice9_GetVertexShaderConstantB() argument
1716 r = NineDevice9_GetVertexShaderConstantB(This, StartRegister, pConstantData, BoolCount); in LockDevice9_GetVertexShaderConstantB()
1885 UINT BoolCount ) in LockDevice9_SetPixelShaderConstantB() argument
1889 r = NineDevice9_SetPixelShaderConstantB(This, StartRegister, pConstantData, BoolCount); in LockDevice9_SetPixelShaderConstantB()
1898 UINT BoolCount ) in LockDevice9_GetPixelShaderConstantB() argument
1902 r = NineDevice9_GetPixelShaderConstantB(This, StartRegister, pConstantData, BoolCount); in LockDevice9_GetPixelShaderConstantB()
Dnine_state.c1602 ARG_VAL(UINT, BoolCount)) in CSMT_ITEM_NO_WAIT() argument
1610 for (i = 0; i < BoolCount; i++) in CSMT_ITEM_NO_WAIT()
1701 ARG_VAL(UINT, BoolCount)) in CSMT_ITEM_NO_WAIT() argument
1709 for (i = 0; i < BoolCount; i++) in CSMT_ITEM_NO_WAIT()
/external/mesa3d/include/D3D9/
Dd3d9.h256 …WINAPI SetVertexShaderConstantB(UINT StartRegister, const BOOL *pConstantData, UINT BoolCount) = 0;
257 …ESULT WINAPI GetVertexShaderConstantB(UINT StartRegister, BOOL *pConstantData, UINT BoolCount) = 0;
271 … WINAPI SetPixelShaderConstantB(UINT StartRegister, const BOOL *pConstantData, UINT BoolCount) = 0;
272 …RESULT WINAPI GetPixelShaderConstantB(UINT StartRegister, BOOL *pConstantData, UINT BoolCount) = 0;
844 …rConstantB)(IDirect3DDevice9 *This, UINT StartRegister, const BOOL *pConstantData, UINT BoolCount);
845 …xShaderConstantB)(IDirect3DDevice9 *This, UINT StartRegister, BOOL *pConstantData, UINT BoolCount);
859 …rConstantB)(IDirect3DDevice9 *This, UINT StartRegister, const BOOL *pConstantData, UINT BoolCount);
860 …lShaderConstantB)(IDirect3DDevice9 *This, UINT StartRegister, BOOL *pConstantData, UINT BoolCount);
1095 …onstantB)(IDirect3DDevice9Ex *This, UINT StartRegister, const BOOL *pConstantData, UINT BoolCount);
1096 …haderConstantB)(IDirect3DDevice9Ex *This, UINT StartRegister, BOOL *pConstantData, UINT BoolCount);
[all …]