Lines Matching refs:result
225 /* Store the result progrtam IDs */
473 static const glw::GLuint bo_size = sizeof(int) * 4 /* components */ * 4 /* result points */;
685 "layout(r32i) uniform writeonly iimage2D result;\n"
689 " imageStore(result, ivec2(0),ivec4(TOKEN) );\n"
928 * par the CS one, since we use a different tool to capture the result data in the
951 /* Verify the result values */
1767 * Expected rendering result is specified in cell bottom.
2876 glw::GLint result = -1;
2881 result = m_to_pixel_data_cache[(m_to_width * y + x) * m_to_pixel_data_cache_color_components];
2883 return result;