OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pOffsets
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
clip.h
881
const uint32_t*
pOffsets
= reinterpret_cast<const uint32_t*>(&vOffsets);
888
const uint8_t* pBuf = reinterpret_cast<const uint8_t*>(pBuffer) +
pOffsets
[lane];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp
219
Value*
pOffsets
= mVWidth == 8 ? C({0, 1, 2, 3, 4, 5, 6, 7})
224
vIndices = ADD(vIndices,
pOffsets
);
376
SWR_FORMAT format, Value* pMask, Value* xpBase, Value*
pOffsets
, Value* pResult[4])
387
GATHERDD(VIMMED1(0), xpBase,
pOffsets
, pMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH);
400
Value* index = VEXTRACT(
pOffsets
, C(lane));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp
216
Value*
pOffsets
= mVWidth == 8 ? C({0, 1, 2, 3, 4, 5, 6, 7})
221
vIndices = ADD(vIndices,
pOffsets
);
371
SWR_FORMAT format, Value* pMask, Value* xpBase, Value*
pOffsets
, Value* pResult[4])
381
pGather = GATHERDD(VIMMED1(0), xpBase,
pOffsets
, pMask, 1, JIT_MEM_CLIENT::GFX_MEM_CLIENT_FETCH);
394
Value* index = VEXTRACT(
pOffsets
, C(lane));
Completed in 11 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026