Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_constant_expression.cpp421 store = substore->get_array_element(index); in constant_referenced()
783 return array->get_array_element(index)->clone(ctx, NULL); in constant_expression_value()
Dir_print_visitor.cpp451 ir->get_array_element(i)->accept(this); in visit()
Dir.h2159 ir_constant *get_array_element(unsigned i) const;
Dir.cpp916 ir_constant::get_array_element(unsigned i) const in get_array_element() function in ir_constant