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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvertexshader9.h102 key |= (uint32_t) (context->swvp << 9);
104 if ((vs->const_int_slots > 0 || vs->const_bool_slots > 0) && context->inline_constants && !context->swvp)
H A Dnine_state.h312 boolean swvp; member in struct:nine_context
488 boolean swvp);
H A Dvertexshader9.c79 /* Retry with a swvp shader. It will require swvp to be on. */
224 info.swvp_on = device->context.swvp;
H A Dnine_state.c443 if (context->swvp) {
1112 if (context->swvp) {
1965 ARG_VAL(boolean, swvp))
1969 context->swvp = swvp;
2141 * swvp is supposed to allow all 256, but we don't
H A Ddevice9.c169 This->swvp = true;
172 This->swvp = false;
177 This->context.swvp = This->swvp;
178 /* TODO: check if swvp is resetted by device Resets */
187 * swvp, and just set more constants than allowed at init.
2722 This->swvp = bSoftware;
2732 return This->swvp;
3037 /* TODO: Not hardcode the constant buffers for swvp */
H A Ddevice9.h160 boolean swvp; member in struct:NineDevice9
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvertexshader9.h102 key |= (uint32_t) (context->swvp << 9);
104 if ((vs->const_int_slots > 0 || vs->const_bool_slots > 0) && context->inline_constants && !context->swvp)
H A Dnine_state.h319 boolean swvp; member in struct:nine_context
508 boolean swvp);
H A Dvertexshader9.c80 /* Retry with a swvp shader. It will require swvp to be on. */
226 info.swvp_on = device->context.swvp;
H A Dnine_state.c470 if (context->swvp) {
1136 if (context->swvp) {
2016 ARG_VAL(boolean, swvp))
2020 context->swvp = swvp;
2192 * swvp is supposed to allow all 256, but we don't
H A Ddevice9.c231 This->swvp = true;
234 This->swvp = false;
239 This->context.swvp = This->swvp;
240 /* TODO: check if swvp is resetted by device Resets */
249 * swvp, and just set more constants than allowed at init.
2899 This->swvp = bSoftware;
2909 return This->swvp;
3272 /* TODO: Not hardcode the constant buffers for swvp */
H A Ddevice9.h163 boolean swvp; member in struct:NineDevice9

Completed in 33 milliseconds