Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexshader9.h94 key |= (uint32_t) (context->swvp << 9); in NineVertexShader9_UpdateKey()
Dnine_state.h305 boolean swvp; member
481 boolean swvp);
Dvertexshader9.c198 info.swvp_on = device->context.swvp; in NineVertexShader9_GetVariant()
Ddevice9.c169 This->swvp = true; in NineDevice9_ctor()
172 This->swvp = false; in NineDevice9_ctor()
177 This->context.swvp = This->swvp; in NineDevice9_ctor()
2678 This->swvp = bSoftware; in NineDevice9_SetSoftwareVertexProcessing()
2688 return This->swvp; in NineDevice9_GetSoftwareVertexProcessing()
Ddevice9.h156 boolean swvp; member
Dnine_state.c437 if (context->swvp) { in prepare_vs_constants_userbuf()
1036 if (context->swvp) { in commit_vs_constants()
1890 ARG_VAL(boolean, swvp)) in CSMT_ITEM_NO_WAIT()
1894 context->swvp = swvp; in CSMT_ITEM_NO_WAIT()