| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| propagate_invariance.cpp | 119 ir_invariance_propagation_visitor visitor; local 123 visitor.progress = false; 124 visit_list_elements(&visitor, instructions); 125 progress = progress || visitor.progress; 126 } while (visitor.progress);
|
| ir_function_detect_recursion.cpp | 250 has_recursion_visitor *visitor = (has_recursion_visitor *) closure; local 264 hash_entry *entry = _mesa_hash_table_search(visitor->function_hash, key); 265 _mesa_hash_table_remove(visitor->function_hash, entry); 266 visitor->progress = true;
|
| opt_dead_code_local.cpp | 147 this->visitor = v; 152 ir->array_index->accept(visitor); 162 ir_hierarchical_visitor *visitor; member in class:__anon738::array_index_visit
|
| glsl_to_nir.cpp | 123 * This visitor runs before the main visitor, calling create_function() for 124 * each function so that the main visitor can resolve forward references in 131 nir_function_visitor(nir_visitor *v) : visitor(v) 137 nir_visitor *visitor; member in class:__anon680::nir_function_visitor 141 * to NIR. This visitor checks for parameters it can't currently handle. 187 ir_function_param_visitor visitor; local 188 visit_list_elements(&visitor, ir); 189 return visitor.unsupported; 690 visitor->create_function(sig) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| propagate_invariance.cpp | 119 ir_invariance_propagation_visitor visitor; local 122 visitor.progress = false; 123 visit_list_elements(&visitor, instructions); 124 } while (visitor.progress);
|
| ir_function_detect_recursion.cpp | 250 has_recursion_visitor *visitor = (has_recursion_visitor *) closure; local 264 hash_entry *entry = _mesa_hash_table_search(visitor->function_hash, key); 265 _mesa_hash_table_remove(visitor->function_hash, entry); 266 visitor->progress = true;
|
| opt_dead_code_local.cpp | 145 this->visitor = v; 150 ir->array_index->accept(visitor); 160 ir_hierarchical_visitor *visitor; member in class:__anon3373::array_index_visit
|
| glsl_to_nir.cpp | 121 * This visitor runs before the main visitor, calling create_function() for 122 * each function so that the main visitor can resolve forward references in 129 nir_function_visitor(nir_visitor *v) : visitor(v) 135 nir_visitor *visitor; member in class:__anon3316::nir_function_visitor 139 * to NIR. This visitor checks for parameters it can't currently handle. 179 ir_function_param_visitor visitor; local 180 visit_list_elements(&visitor, ir); 181 return visitor.unsupported; 622 visitor->create_function(sig) [all...] |