Searched refs:pRef (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | blend_jit.cpp | 463 Value* pRef = VBROADCAST(LOAD(pBlendState, {0, SWR_BLEND_STATE_alphaTestReference})); local in function:BlendJit::AlphaTest 485 pTest = ICMP_ULT(pAlphaU8, pRef); 488 pTest = ICMP_EQ(pAlphaU8, pRef); 491 pTest = ICMP_ULE(pAlphaU8, pRef); 494 pTest = ICMP_UGT(pAlphaU8, pRef); 497 pTest = ICMP_NE(pAlphaU8, pRef); 500 pTest = ICMP_UGE(pAlphaU8, pRef); 510 pRef = BITCAST(pRef, mSimdFP32Ty); 522 pTest = FCMP_OLT(pAlpha, pRef); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | blend_jit.cpp | 465 Value* pRef = VBROADCAST(LOAD(pBlendState, {0, SWR_BLEND_STATE_alphaTestReference})); local in function:BlendJit::AlphaTest 487 pTest = ICMP_ULT(pAlphaU8, pRef); 490 pTest = ICMP_EQ(pAlphaU8, pRef); 493 pTest = ICMP_ULE(pAlphaU8, pRef); 496 pTest = ICMP_UGT(pAlphaU8, pRef); 499 pTest = ICMP_NE(pAlphaU8, pRef); 502 pTest = ICMP_UGE(pAlphaU8, pRef); 512 pRef = BITCAST(pRef, mSimdFP32Ty); 524 pTest = FCMP_OLT(pAlpha, pRef); [all...] |
Completed in 7 milliseconds