Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir_print_visitor.cpp381 ir->get_array_element(i)->accept(this); in visit()
Dir_constant_expression.cpp1054 store = substore->get_array_element(index); in constant_referenced()
1121 return array->get_array_element(index)->clone(ctx, NULL); in constant_expression_value()
Dir.h1747 ir_constant *get_array_element(unsigned i) const;
Dir.cpp828 ir_constant::get_array_element(unsigned i) const in get_array_element() function in ir_constant