Home | History | Annotate | Download | only in common

Lines Matching refs:BVec4

247 static inline BVec4 extractBVec4 (const deUint32 val, int offset)
249 return BVec4(((val>>(offset+0))&1) != 0,
339 const BVec4 cmpTrue = extractBVec4(comb, 0);
477 const BVec4 cmpTrue0 = extractBVec4(comb, 0);
478 const BVec4 cmpTrue1 = extractBVec4(comb, 4);