Searched refs:structItemNdx (Results 1 – 1 of 1) sorted by relevance
13306 for (deUint32 structItemNdx = 0; structItemNdx < structItemsCount; ++structItemNdx) in createFloat16CompositeConstructSet() local13307 expectedIterationOutput.push_back(tcu::Float16(float(structItemNdx)).bits()); in createFloat16CompositeConstructSet()13309 …for (deUint32 structItemNdx = 0; structItemNdx < DE_LENGTH_OF_ARRAY(exceptionIndices); ++structIte… in createFloat16CompositeConstructSet() local13310 expectedIterationOutput[exceptionIndices[structItemNdx]] = exceptionValue; in createFloat16CompositeConstructSet()14204 for (deUint32 structItemNdx = 0; structItemNdx < structItemsCount; ++structItemNdx) in createFloat16CompositeInsertExtractSet() local14205 …inputFP16.push_back((accessPath[structItemNdx] == DE_NULL) ? exceptionValue : tcu::Float16(float(s… in createFloat16CompositeInsertExtractSet()