HomeSort by relevance Sort by last modified time
    Searched full:vattrib (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
clip.h 725 simdscalar vAttrib = GatherComponent(pInVerts, attribSlot, s_in, s, c);
726 ScatterComponent(pOutVerts, attribSlot, s_in, vOutIndex, c, vAttrib);
736 simdscalar vAttrib = GatherComponent(pInVerts, attribSlot, s_in, s, c);
737 ScatterComponent(pOutVerts, attribSlot, s_in, vOutIndex, c, vAttrib);
746 simdscalar vAttrib = GatherComponent(pInVerts, attribSlot, s_in, s, c);
747 ScatterComponent(pOutVerts, attribSlot, s_in, vOutIndex, c, vAttrib);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
streamout_jit.cpp 151 Value *vattrib = LOAD(pAttrib); local
154 Value* vpackedAttrib = VSHUFFLE(vattrib, vattrib, PackMask(decl.componentMask));

Completed in 234 milliseconds