Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbinner.cpp82 …2_t constantInterpMask = IsDegenerate::value ? 0xFFFFFFFF : backendState.constantInterpolationMask; in ProcessAttributes()
1068 … 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()
Dstate.h1092 …uint32_t constantInterpolationMask; // bitmask indicating which attributes have constant inter… member
Dclip.h446 uint32_t constantInterpMask = state.backendState.constantInterpolationMask;
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1795 backendState.constantInterpolationMask = ctx->fs->constantMask | in swr_update_derived()