Home
last modified time | relevance | path

Searched refs:OffsetInBytes (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.h364 UINT OffsetInBytes,
371 UINT OffsetInBytes);
393 UINT OffsetInBytes,
Dnine_state.c1557 ARG_VAL(UINT, OffsetInBytes), in CSMT_ITEM_NO_WAIT() argument
1566 context->vtxbuf[i].buffer_offset == OffsetInBytes && in CSMT_ITEM_NO_WAIT()
1571 context->vtxbuf[i].buffer_offset = OffsetInBytes; in CSMT_ITEM_NO_WAIT()
1581 UINT OffsetInBytes, in nine_context_set_stream_source() argument
1593 res, offset + OffsetInBytes, in nine_context_set_stream_source()
1617 ARG_VAL(UINT, OffsetInBytes)) in CSMT_ITEM_NO_WAIT() argument
1622 context->index_offset = OffsetInBytes; in CSMT_ITEM_NO_WAIT()
1634 unsigned OffsetInBytes = 0; in nine_context_set_indices() local
1637 res = NineIndexBuffer9_GetBuffer(idxbuf, &OffsetInBytes); in nine_context_set_indices()
1641 nine_context_set_indices_apply(device, res, IndexSize, OffsetInBytes); in nine_context_set_indices()
Ddevice9.c3703 UINT OffsetInBytes, in NineDevice9_SetStreamSource() argument
3711 This, StreamNumber, pStreamData, OffsetInBytes, Stride); in NineDevice9_SetStreamSource()
3720 state->vtxbuf[i].buffer_offset = OffsetInBytes; in NineDevice9_SetStreamSource()
3726 state->vtxbuf[i].buffer_offset == OffsetInBytes) in NineDevice9_SetStreamSource()
3730 state->vtxbuf[i].buffer_offset = OffsetInBytes; in NineDevice9_SetStreamSource()
3739 OffsetInBytes, in NineDevice9_SetStreamSource()
Ddevice9.h761 UINT OffsetInBytes,
Dnine_lock.c1725 UINT OffsetInBytes, in LockDevice9_SetStreamSource() argument
1730 r = NineDevice9_SetStreamSource(This, StreamNumber, pStreamData, OffsetInBytes, Stride); in LockDevice9_SetStreamSource()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1494 uint64_t OffsetInBytes; in constructMemberDIE() local
1512 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE()
1524 OffsetInBytes = FieldOffset >> 3; in constructMemberDIE()
1530 OffsetInBytes = DT->getOffsetInBits() / 8; in constructMemberDIE()
1539 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE()
1543 OffsetInBytes); in constructMemberDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp4364 unsigned OffsetInBytes = 0; // From beginning of struct in passByValArg() local
4377 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) { in passByValArg()
4379 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
4388 if (ByValSizeInBytes == OffsetInBytes) in passByValArg()
4396 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg()
4397 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg()
4404 DAG.getConstant(OffsetInBytes, DL, in passByValArg()
4427 OffsetInBytes += LoadSizeInBytes; in passByValArg()
4439 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg()
4441 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
/third_party/mesa3d/include/D3D9/
Dd3d9.h258 …amSource(UINT StreamNumber, IDirect3DVertexBuffer9 *pStreamData, UINT OffsetInBytes, UINT Stride) …
846 …e9 *This, UINT StreamNumber, IDirect3DVertexBuffer9 *pStreamData, UINT OffsetInBytes, UINT Stride);
1097 …Ex *This, UINT StreamNumber, IDirect3DVertexBuffer9 *pStreamData, UINT OffsetInBytes, UINT Stride);