Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexshader9.h102 key |= (uint32_t) (context->swvp << 9); in NineVertexShader9_UpdateKey()
104 if ((vs->const_int_slots > 0 || vs->const_bool_slots > 0) && context->inline_constants && !context->swvp) in NineVertexShader9_UpdateKey()
H A Dnine_state.h319 boolean swvp; member
508 boolean swvp);
H A Dvertexshader9.c80 /* Retry with a swvp shader. It will require swvp to be on. */ in NineVertexShader9_ctor()
233 info.swvp_on = device->context.swvp; in NineVertexShader9_GetVariant()
H A Dnine_state.c469 if (context->swvp) { in prepare_vs_constants_userbuf()
1135 if (context->swvp) { in commit_vs_constants()
2012 ARG_VAL(boolean, swvp)) in CSMT_ITEM_NO_WAIT()
2016 context->swvp = swvp; in CSMT_ITEM_NO_WAIT()
2188 * swvp is supposed to allow all 256, but we don't in nine_context_apply_stateblock()
2384 if (context->vs && context->vs->swvp_only && !context->swvp) in CSMT_ITEM_NO_WAIT()
2412 if (context->vs && context->vs->swvp_only && !context->swvp) in CSMT_ITEM_NO_WAIT()
2445 if (context->vs && context->vs->swvp_only && !context->swvp) in CSMT_ITEM_NO_WAIT()
H A Ddevice9.c231 This->swvp = true; in NineDevice9_ctor()
234 This->swvp = false; in NineDevice9_ctor()
239 This->context.swvp = This->swvp; in NineDevice9_ctor()
240 /* TODO: check if swvp is resetted by device Resets */ in NineDevice9_ctor()
249 * swvp, and just set more constants than allowed at init. in NineDevice9_ctor()
2899 This->swvp = bSoftware; in NineDevice9_SetSoftwareVertexProcessing()
2909 return This->swvp; in NineDevice9_GetSoftwareVertexProcessing()
3274 /* TODO: Not hardcode the constant buffers for swvp */ in NineDevice9_ProcessVertices()
H A Ddevice9.h163 boolean swvp; member

Completed in 14 milliseconds