Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.h364 UINT OffsetInBytes,
371 UINT OffsetInBytes);
393 UINT OffsetInBytes,
H A Dnine_state.c1553 ARG_VAL(UINT, OffsetInBytes), in CSMT_ITEM_NO_WAIT()
1562 context->vtxbuf[i].buffer_offset == OffsetInBytes && in CSMT_ITEM_NO_WAIT()
1567 context->vtxbuf[i].buffer_offset = OffsetInBytes; in CSMT_ITEM_NO_WAIT()
1577 UINT OffsetInBytes, in nine_context_set_stream_source()
1586 * to OffsetInBytes */ in nine_context_set_stream_source()
1589 res, offset + OffsetInBytes, in nine_context_set_stream_source()
1613 ARG_VAL(UINT, OffsetInBytes)) in CSMT_ITEM_NO_WAIT()
1618 context->index_offset = OffsetInBytes; in CSMT_ITEM_NO_WAIT()
1630 unsigned OffsetInBytes = 0; in nine_context_set_indices() local
1633 res = NineIndexBuffer9_GetBuffer(idxbuf, &OffsetInBytes); in nine_context_set_indices()
1574 nine_context_set_stream_source(struct NineDevice9 *device, UINT StreamNumber, struct NineVertexBuffer9 *pVBuf9, UINT OffsetInBytes, UINT Stride) nine_context_set_stream_source() argument
[all...]
H A Ddevice9.c3705 UINT OffsetInBytes, in NineDevice9_SetStreamSource()
3712 DBG("This=%p StreamNumber=%u pStreamData=%p OffsetInBytes=%u Stride=%u\n", in NineDevice9_SetStreamSource()
3713 This, StreamNumber, pStreamData, OffsetInBytes, Stride); in NineDevice9_SetStreamSource()
3722 state->vtxbuf[i].buffer_offset = OffsetInBytes; in NineDevice9_SetStreamSource()
3728 state->vtxbuf[i].buffer_offset == OffsetInBytes) in NineDevice9_SetStreamSource()
3732 state->vtxbuf[i].buffer_offset = OffsetInBytes; in NineDevice9_SetStreamSource()
3741 OffsetInBytes, in NineDevice9_SetStreamSource()
3702 NineDevice9_SetStreamSource( struct NineDevice9 *This, UINT StreamNumber, IDirect3DVertexBuffer9 *pStreamData, UINT OffsetInBytes, UINT Stride ) NineDevice9_SetStreamSource() argument
H A Ddevice9.h761 UINT OffsetInBytes,
H A Dnine_lock.c1725 UINT OffsetInBytes, in LockDevice9_SetStreamSource()
1730 r = NineDevice9_SetStreamSource(This, StreamNumber, pStreamData, OffsetInBytes, Stride); in LockDevice9_SetStreamSource()
1722 LockDevice9_SetStreamSource( struct NineDevice9 *This, UINT StreamNumber, IDirect3DVertexBuffer9 *pStreamData, UINT OffsetInBytes, UINT Stride ) LockDevice9_SetStreamSource() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A 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/
H A 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, D in passByValArg()
[all...]
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h258 virtual HRESULT WINAPI SetStreamSource(UINT StreamNumber, IDirect3DVertexBuffer9 *pStreamData, UINT OffsetInBytes, UINT Stride) = 0;
846 HRESULT (WINAPI *SetStreamSource)(IDirect3DDevice9 *This, UINT StreamNumber, IDirect3DVertexBuffer9 *pStreamData, UINT OffsetInBytes, UINT Stride);
1097 HRESULT (WINAPI *SetStreamSource)(IDirect3DDevice9Ex *This, UINT StreamNumber, IDirect3DVertexBuffer9 *pStreamData, UINT OffsetInBytes, UINT Stride);

Completed in 34 milliseconds