Searched refs:vecOffset (Results 1 – 3 of 3) sorted by relevance
/third_party/flatbuffers/ts/flexbuffers/ |
D | builder.ts | 368 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/ |
D | builder.dart | 338 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/ |
D | swr_shader.cpp | 1820 Value *vecOffset = LOAD(pTesCtx, {0, SWR_DS_CONTEXT_vectorOffset}, "vecOffset"); in CompileTES() local 2010 ADD(MUL(vecStride, MUL(outputSlot, C(4))), vecOffset); in CompileTES()
|