Searched refs:first_out_loc (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 12435 const GLuint first_out_loc = 0; in test() local 12492 first_out_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */, in test() 12805 const GLuint first_out_loc = 0; in test() local 12863 first_out_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */, in test() 15013 const GLuint first_out_loc = 0; in test() local 15038 desc_out[0].assign(0, "comp_x", first_out_loc, "first_output_location", 4, "gvec4"); in test() 15048 desc_out[0].assign(0, "comp_x", first_out_loc, "first_output_location", 1, "scalar"); in test() 15050 desc_out[2].assign(1, "comp_y", first_out_loc, "first_output_location", 3, "gvec3"); in test() 15060 desc_out[0].assign(0, "comp_x", first_out_loc, "first_output_location", 3, "gvec3"); in test() 15062 desc_out[2].assign(3, "comp_w", first_out_loc, "first_output_location", 1, "scalar"); in test() [all …]
|