Searched refs:pMask (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 548 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()
|
D | fetch_jit.cpp | 113 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/ |
D | state.h | 892 simdscalari* pMask; member
|
D | backend_impl.h | 977 blendContext.pMask = reinterpret_cast<simdscalari*>(&coverageMask);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 105145 + 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/ |
D | sqlite3.c | 19727 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;
|