Lines Matching refs:int32
414 deMemcpy(packed+0, ref.int32+0, sizeof(int64_t));
415 deMemcpy(packed+1, ref.int32+2, sizeof(int64_t));
418 const I64Vec4 refColor ((is64Bit ? packed[0] : static_cast<int64_t>(ref.int32[0])),
419 (is64Bit ? packed[1] : static_cast<int64_t>(ref.int32[1])),
420 static_cast<int64_t>(is64Bit ? 0 : ref.int32[2]),
421 static_cast<int64_t>(is64Bit ? 0 : ref.int32[3]));
2008 clearValue.color.int32[0] = (deUint32)((float)maxValues[0] * r);
2009 clearValue.color.int32[1] = (deUint32)((float)maxValues[1] * g);
2010 clearValue.color.int32[2] = (deUint32)((float)maxValues[2] * b);
2011 clearValue.color.int32[3] = (deUint32)((float)maxValues[3] * a);