Home
last modified time | relevance | path

Searched refs:swizzleEnable (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1098 bool swizzleEnable; // when enabled, core will parse the swizzle map when member
Dbinner.cpp1068 … state.backendState.swizzleEnable, state.backendState.constantInterpolationMask, isDegenerate); in BinTrianglesImpl()
1210 state.backendState.swizzleEnable, state.backendState.constantInterpolationMask); in BinPostSetupPointsImpl()
1618 state.backendState.swizzleEnable, state.backendState.constantInterpolationMask); in BinPostSetupLinesImpl()
Dclip.h468 … uint32_t mapSlot = backendState.swizzleEnable ? backendState.swizzleMap[slot].sourceAttrib : slot;
Dapi.cpp958 if (backendState.swizzleEnable) in SetupPipeline()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1779 backendState.swizzleEnable = true; in swr_update_derived()