Searched defs:make_copies (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp847 * pointer) for \c last and \c false for \c make_copies on the first
849 * \c last and \c true for \c make_copies.
854 * \param make_copies Flag selecting whether instructions in \c instructions
865 bool make_copies, gl_shader *target)
869 if (make_copies)
888 if (make_copies) {
903 if (make_copies)
864 move_non_declarations(exec_list *instructions, exec_node *last, bool make_copies, gl_shader *target) argument
/external/mesa3d/src/glsl/
H A Dlinker.cpp847 * pointer) for \c last and \c false for \c make_copies on the first
849 * \c last and \c true for \c make_copies.
854 * \param make_copies Flag selecting whether instructions in \c instructions
865 bool make_copies, gl_shader *target)
869 if (make_copies)
888 if (make_copies) {
903 if (make_copies)
864 move_non_declarations(exec_list *instructions, exec_node *last, bool make_copies, gl_shader *target) argument

Completed in 114 milliseconds