Home
last modified time | relevance | path

Searched refs:whole_variable_referenced (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dast_array_index.cpp219 ir_variable *v = array->whole_variable_referenced(); in _mesa_ast_array_index_to_hir()
278 ir_variable *v = array->whole_variable_referenced(); in _mesa_ast_array_index_to_hir()
Dopt_dead_code_local.cpp182 if (lhs_var != NULL && lhs_var == ir->rhs->whole_variable_referenced()) { in process_assignment()
Dir.h258 virtual ir_variable *whole_variable_referenced() in whole_variable_referenced() function
2099 virtual ir_variable *whole_variable_referenced() in whole_variable_referenced() function
Dir.cpp131 ir_variable *v = this->lhs->whole_variable_referenced(); in whole_variable_written()