Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1067 uint32_t clipEnable : 1; member
Dapi.cpp933 if (pState->state.frontendState.vpTransformDisable || !pState->state.rastState.clipEnable) in SetupPipeline()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1327 rastState->clipEnable = rasterizer->depth_clip_near | rasterizer->depth_clip_far; in swr_update_derived()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c18322 short clipEnable; in Qt_VDSetClipState() local
18328 &clipEnable)) in Qt_VDSetClipState()
18331 clipEnable); in Qt_VDSetClipState()
18342 short clipEnable; in Qt_VDGetClipState() local
18350 &clipEnable); in Qt_VDGetClipState()
18353 clipEnable); in Qt_VDGetClipState()