Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.h102 key |= (uint32_t) (context->swvp << 9); in NineVertexShader9_UpdateKey()
104 …s->const_int_slots > 0 || vs->const_bool_slots > 0) && context->inline_constants && !context->swvp) in NineVertexShader9_UpdateKey()
Dnine_state.h319 boolean swvp; member
508 boolean swvp);
Dvertexshader9.c226 info.swvp_on = device->context.swvp; in NineVertexShader9_GetVariant()
Ddevice9.c231 This->swvp = true; in NineDevice9_ctor()
234 This->swvp = false; in NineDevice9_ctor()
239 This->context.swvp = This->swvp; in NineDevice9_ctor()
2899 This->swvp = bSoftware; in NineDevice9_SetSoftwareVertexProcessing()
2909 return This->swvp; in NineDevice9_GetSoftwareVertexProcessing()
Dnine_state.c470 if (context->swvp) { in prepare_vs_constants_userbuf()
1136 if (context->swvp) { in commit_vs_constants()
2016 ARG_VAL(boolean, swvp)) in CSMT_ITEM_NO_WAIT()
2020 context->swvp = swvp; in CSMT_ITEM_NO_WAIT()
Ddevice9.h163 boolean swvp; member