Searched refs:swvp (Results 1 – 6 of 6) sorted by relevance
102 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()
319 boolean swvp; member508 boolean swvp);
226 info.swvp_on = device->context.swvp; in NineVertexShader9_GetVariant()
231 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()
470 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()
163 boolean swvp; member