Lines Matching defs:datas

2842 			std::vector<const void*> datas;
2843 datas.push_back(allocResult.getHostPtr());
2844 if (!checkResult(internalData, datas, width/2u, subgroupSize))
2862 bool vkt::subgroups::check (std::vector<const void*> datas, deUint32 width, deUint32 ref)
2864 const deUint32* data = reinterpret_cast<const deUint32*>(datas[0]);
2877 bool vkt::subgroups::checkComputeOrMesh (std::vector<const void*> datas,
2886 return check(datas, globalSizeX * globalSizeY * globalSizeZ, ref);
3081 std::vector<const void*> datas;
3082 datas.push_back(allocResult.getHostPtr());
3083 if (!checkResult(internalData, datas, width, subgroupSize))
3386 std::vector<const void*> datas;
3392 datas.push_back(resultAlloc.getHostPtr());
3403 datas.push_back(resultAlloc.getHostPtr());
3414 if (!checkResult(internalData, datas, usedWidth, subgroupSize, multiCall))
3419 std::vector<const void*> datas;
3424 datas.push_back(resultAlloc.getHostPtr());
3434 datas.push_back(alloc.getHostPtr());
3438 if (!checkResult(internalData, datas, width, subgroupSize, false))
3663 std::vector<const void*> datas;
3664 datas.push_back(allocResult.getHostPtr());
3665 if (!checkResult(internalData, datas, width, subgroupSize))
3854 std::vector<const void*> datas;
3860 datas.push_back(resultAlloc.getHostPtr());
3863 if (!checkResult(internalData, datas, width, height, subgroupSize))
4308 std::vector<const void*> datas;
4315 datas.push_back(resultAlloc.getHostPtr());
4326 datas.push_back(resultAlloc.getHostPtr());
4330 if (!checkResult(internalData, datas, numWorkgroups, usedLocalSizes[index].getPtr(), subgroupSize))
5083 std::vector<const void*> datas;
5092 datas.push_back(resultAlloc.getHostPtr());
5106 datas.push_back(resultAlloc.getHostPtr());
5110 if (!checkResult(internalData, datas, width, subgroupSize, false))