HomeSort by relevance Sort by last modified time
    Searched refs:backendState (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
binner.cpp 159 const SWR_BACKEND_STATE& backendState = pDC->pState->state.backendState;
161 LONG constantInterpMask = IsDegenerate::value ? 0xFFFFFFFF : backendState.constantInterpolationMask;
171 for (uint32_t i = 0; i < backendState.numAttributes; ++i)
176 SWR_ATTRIB_SWIZZLE attribSwizzle = backendState.swizzleMap[i];
264 uint32_t mask = backendState.swizzleMap[i].componentOverrideMask;
273 switch ((SWR_CONSTANT_SOURCE)backendState.swizzleMap[i].constantSource)
278 constantValue = constTable[backendState.swizzleMap[i].constantSource][comp];
781 uint32_t linkageCount = state.backendState.numAttributes;
    [all...]
clip.h 271 LONG constantInterpMask = this->state.backendState.constantInterpolationMask;
288 const SWR_BACKEND_STATE& backendState = this->state.backendState;
291 for (uint32_t slot = 0; slot < backendState.numAttributes; ++slot)
294 uint32_t mapSlot = backendState.swizzleEnable ? backendState.swizzleMap[slot].sourceAttrib : slot;
    [all...]
api.cpp 641 pState->backendState = *pBEState;
873 (pState->state.backendState.numAttributes == 0))
886 const SWR_BACKEND_STATE& backendState = pState->state.backendState;
887 if (backendState.swizzleEnable)
890 for (uint32_t i = 0; i < backendState.numAttributes; ++i)
892 pState->state.feNumAttributes = std::max(pState->state.feNumAttributes, (uint32_t)backendState.swizzleMap[i].sourceAttrib + 1);
897 pState->state.feNumAttributes = pState->state.backendState.numAttributes;
    [all...]
context.h 279 SWR_BACKEND_STATE backendState;
rasterizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp     [all...]
  /external/skia/tools/viewer/
Viewer.cpp     [all...]

Completed in 93 milliseconds