Home
last modified time | relevance | path

Searched refs:D3DRS_LAST (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.h44 #define D3DRS_LAST D3DRS_BLENDOPALPHA macro
51 #define D3DRS_COUNT (D3DRS_LAST + 1)
Ddevice9.c2347 dst->changed.rs[D3DRS_LAST / 32] |= (1 << (D3DRS_COUNT % 32)) - 1; in NineDevice9_CreateStateBlock()