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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
binner.cpp 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];
    [all...]
state.h     [all...]
clip.h 294 uint32_t mapSlot = backendState.swizzleEnable ? backendState.swizzleMap[slot].sourceAttrib : slot;
    [all...]
api.cpp 892 pState->state.feNumAttributes = std::max(pState->state.feNumAttributes, (uint32_t)backendState.swizzleMap[i].sourceAttrib + 1);
    [all...]

Completed in 69 milliseconds