Home
last modified time | relevance | path

Searched refs:vpTransformDisable (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h924 bool vpTransformDisable; member
Dbinner.cpp690 if (feState.vpTransformDisable) in BinTrianglesImpl()
1612 if (!feState.vpTransformDisable) in BinPointsImpl()
1910 if (!feState.vpTransformDisable) in BinLinesImpl()
Dapi.cpp933 if (pState->state.frontendState.vpTransformDisable || !pState->state.rastState.clipEnable) in SetupPipeline()