Home
last modified time | relevance | path

Searched refs:pMask (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp548 Value* pMask = LOAD(ppMask); in AlphaTest() local
551 pMask = MASK(pMask); in AlphaTest()
554 pMask = AND(pMask, pTest); in AlphaTest()
557 pMask = VMASK(pMask); in AlphaTest()
560 STORE(pMask, ppMask); in AlphaTest()
853 Value* pMask = LOAD(ppMask); in Create() local
857 Value* outputMask = AND(pMask, currentSampleMask); in Create()
Dfetch_jit.cpp113 SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* result[4]);
376 SWR_FORMAT format, Value* pMask, Value* xpBase, Value* pOffsets, Value* pResult[4]) in CreateGatherOddFormats() argument
387 GATHERDD(VIMMED1(0), xpBase, pOffsets, pMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH); in CreateGatherOddFormats()
401 Value* mask = VEXTRACT(pMask, C(lane)); in CreateGatherOddFormats()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h892 simdscalari* pMask; member
Dbackend_impl.h977 blendContext.pMask = reinterpret_cast<simdscalari*>(&coverageMask);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch105145 + int *pMask /* OUT: Mask of TRIGGER_BEFORE|TRIGGER_AFTER */
105151 + if( pMask ) *pMask = 0;
105154 + return triggersReallyExist(pParse,pTab,op,pChanges,pMask);
142788 + int *pMask /* OUT: Mask of TRIGGER_BEFORE|TRIGGER_AFTER */
142794 + if( pMask ) *pMask = 0;
142797 + return triggersReallyExist(pParse,pTab,op,pChanges,pMask);
177748 + int *pMask /* OUT: Mask of TRIGGER_BEFORE|TRIGGER_AFTER */
177754 + if( pMask ) *pMask = 0;
177757 + return triggersReallyExist(pParse,pTab,op,pChanges,pMask);
/third_party/sqlite/src/
Dsqlite3.c19727 SQLITE_PRIVATE Trigger *sqlite3TriggersExist(Parse *, Table*, int, ExprList*, int *pMask);
142331 int *pMask /* OUT: Mask of TRIGGER_BEFORE|TRIGGER_AFTER */
142384 if( pMask ){
142385 *pMask = mask;