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.h303 boolean swvp; member
479 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()
2716 This->swvp = bSoftware; in NineDevice9_SetSoftwareVertexProcessing()
2726 return This->swvp; in NineDevice9_GetSoftwareVertexProcessing()
Ddevice9.h164 boolean swvp; member
Dnine_state.c485 if (context->swvp) { in prepare_vs_constants_userbuf()
1121 if (context->swvp) { in commit_vs_constants()
1981 ARG_VAL(boolean, swvp)) in CSMT_ITEM_NO_WAIT()
1985 context->swvp = swvp; in CSMT_ITEM_NO_WAIT()