Lines Matching defs:result
103 // in the result vector, and when scanning the resulting 2d grid
111 std::vector<float> result;
131 result.push_back(choices[j][i[j]]);
137 result.push_back((float)2.0f / (float)numCols);
138 result.push_back((float)2.0f / (float)numRows);
140 result.push_back((float)col / (float)numCols * 2.0f - 1.0f);
141 result.push_back((float)row / (float)numRows * 2.0f - 1.0f);
148 return result;
528 // Copy render result to a host-visible buffer
552 // Verify case result