Lines Matching refs:scalarSize
729 const int scalarSize = glu::getDataTypeScalarSize(entry.type); in generateValue() local
736 const int vecSize = scalarSize / numVecs; in generateValue()
739 DE_ASSERT(scalarSize%numVecs == 0); in generateValue()
1010 const int scalarSize = glu::getDataTypeScalarSize(basicType); in generateImmScalarVectorSrc() local
1013 if (scalarSize > 1) in generateImmScalarVectorSrc()
1016 for (int scalarNdx = 0; scalarNdx < scalarSize; scalarNdx++) in generateImmScalarVectorSrc()
1034 if (scalarSize > 1) in generateImmScalarVectorSrc()
1488 const int scalarSize = glu::getDataTypeScalarSize(dstEntry.type); in copyBufferVarData() local
1535 …DE_ASSERT((deIntptr)(srcElemPtr + scalarSize*compSize) - (deIntptr)srcBlockPtr.ptr <= (deIntptr)sr… in copyBufferVarData()
1536 …DE_ASSERT((deIntptr)(dstElemPtr + scalarSize*compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)ds… in copyBufferVarData()
1537 deMemcpy(dstElemPtr, srcElemPtr, scalarSize*compSize); in copyBufferVarData()
1695 const int scalarSize = glu::getDataTypeScalarSize(resEntry.type); in compareBufferVarData() local
1762 …DE_ASSERT((deIntptr)(refElemPtr + scalarSize*compSize) - (deIntptr)refBlockPtr.ptr <= (deIntptr)re… in compareBufferVarData()
1763 …DE_ASSERT((deIntptr)(resElemPtr + scalarSize*compSize) - (deIntptr)resBlockPtr.ptr <= (deIntptr)re… in compareBufferVarData()
1765 const bool isOk = compareComponents(scalarType, resElemPtr, refElemPtr, scalarSize); in compareBufferVarData()