Home
last modified time | relevance | path

Searched refs:swvp (Results 1 – 7 of 7) 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);
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()
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()
Dvertexshader9.c233 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()
Ddevice9.h163 boolean swvp; member
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst839 - frontend/nine: Skip invalid swvp calls