Home
last modified time | relevance | path

Searched refs:vecOffset (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/ts/flexbuffers/
Dbuilder.ts368 const vecOffset = this.offset; constant
378 return this.offsetStackValue(vecOffset, ValueType.MAP, bitWidth);
382 return this.offsetStackValue(vecOffset, vType, bitWidth);
384 return this.offsetStackValue(vecOffset, ValueType.VECTOR, bitWidth);
/third_party/flatbuffers/dart/lib/src/
Dbuilder.dart338 final vecOffset = _offset;
348 return _StackValue.WithOffset(vecOffset, ValueType.Map, bitWidth);
352 return _StackValue.WithOffset(vecOffset, vType, bitWidth);
354 return _StackValue.WithOffset(vecOffset, ValueType.Vector, bitWidth);
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1820 Value *vecOffset = LOAD(pTesCtx, {0, SWR_DS_CONTEXT_vectorOffset}, "vecOffset"); in CompileTES() local
2010 ADD(MUL(vecStride, MUL(outputSlot, C(4))), vecOffset); in CompileTES()