Searched refs:fValueId (Results 1 – 3 of 3) sorted by relevance
68 fValueId[0] == that.fValueId[0] &&69 fValueId[1] == that.fValueId[1] &&70 fValueId[2] == that.fValueId[2] &&71 fValueId[3] == that.fValueId[3];74 SpvId fValueId[4]; member
1204 key.fValueId[n] = this->writeExpression(*expr, fConstantBuffer); in writeConstantVector()1216 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()