Home | History | Annotate | Download | only in common

Lines Matching refs:BVec4

249 static inline BVec4 extractBVec4 (const deUint32 val, int offset)
251 return BVec4(((val>>(offset+0))&1) != 0,
341 const BVec4 cmpTrue = extractBVec4(comb, 0);
479 const BVec4 cmpTrue0 = extractBVec4(comb, 0);
480 const BVec4 cmpTrue1 = extractBVec4(comb, 4);