Home
last modified time | relevance | path

Searched refs:SWR_CULLMODE_NONE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h234 return SWR_CULLMODE_NONE; in swr_convert_cull_mode()
243 return SWR_CULLMODE_NONE; in swr_convert_cull_mode()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp465 pState->rastState.cullMode = SWR_CULLMODE_NONE; in SetupDefaultState()
1185 pState->rastState.cullMode = SWR_CULLMODE_NONE; in DrawInstanced()
1190 pState->rastState.cullMode = SWR_CULLMODE_NONE; in DrawInstanced()
1326 pState->rastState.cullMode = SWR_CULLMODE_NONE; in DrawIndexedInstance()
1331 pState->rastState.cullMode = SWR_CULLMODE_NONE; in DrawIndexedInstance()
Dstate.h970 SWR_CULLMODE_NONE, enumerator
Dbinner.cpp763 case SWR_CULLMODE_NONE: cullTris = 0x0; break; in BinTrianglesImpl()