HomeSort by relevance Sort by last modified time
    Searched refs:swvp (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
vertexshader9.h 94 key |= (uint32_t) (context->swvp << 9);
nine_state.h 305 boolean swvp; member in struct:nine_context
481 boolean swvp);
vertexshader9.c 76 /* Retry with a swvp shader. It will require swvp to be on. */
198 info.swvp_on = device->context.swvp;
nine_state.c 437 if (context->swvp) {
    [all...]
device9.c 169 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.
    [all...]
device9.h 156 boolean swvp; member in struct:NineDevice9

Completed in 287 milliseconds