Searched refs:fValueId (Results 1 – 3 of 3) sorted by relevance
67 fValueId[0] == that.fValueId[0] &&68 fValueId[1] == that.fValueId[1] &&69 fValueId[2] == that.fValueId[2] &&70 fValueId[3] == that.fValueId[3];73 SpvId fValueId[4]; member
1297 key.fValueId[n] = this->writeLiteral(*slotVal, scalarType); in writeConstantVector()1309 this->writeWord(key.fValueId[i], fConstantBuffer); in writeConstantVector()
2637 const TYPE* fValueId = reinterpret_cast<const TYPE*>(&expectedBytes.front()); in compareBytes() local2654 SType expectedInt = fValueId[0].bits(); in compareBytes()