Searched refs:typeComponents (Results 1 – 1 of 1) sorted by relevance
11784 const deUint32 typeComponents; in createFloat16FuncSet() member11914 const deUint32 itemsPerType = testType.typeComponents; in createFloat16FuncSet()12005 const deUint32 typeComponents; in createFloat16VectorExtractSet() member12172 inputDataNdx.push_back(rnd.getUint32() % testType.typeComponents); in createFloat16VectorExtractSet()12266 const deUint32 typeComponents; in createFloat16VectorInsertSet() member12428 inputDataNdx.push_back(rnd.getUint32() % testType.typeComponents); in createFloat16VectorInsertSet()12593 const deUint32 typeComponents; in createFloat16VectorShuffleSet() member12756 const deUint32 input0Stride = (src0Type.typeComponents == 3) ? 4 : src0Type.typeComponents; in createFloat16VectorShuffleSet()12757 const deUint32 input1Stride = (src1Type.typeComponents == 3) ? 4 : src1Type.typeComponents; in createFloat16VectorShuffleSet()12758 const deUint32 outputStride = (dstType.typeComponents == 3) ? 4 : dstType.typeComponents; in createFloat16VectorShuffleSet()[all …]