Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_constant_expression.cpp515 store = substore->get_array_element(index); in constant_referenced()
1014 return array->get_array_element(index)->clone(mem_ctx, NULL); in constant_expression_value()
H A Dir_print_visitor.cpp505 ir->get_array_element(i)->accept(this); in visit()
H A Dlower_precision.cpp986 lower_constant(ir->get_array_element(i)); in lower_constant()
H A Dir.h2320 ir_constant *get_array_element(unsigned i) const;
H A Dir.cpp1329 ir_constant::get_array_element(unsigned i) const in get_array_element() function in ir_constant
H A Dglsl_to_nir.cpp2591 ir->offset->as_constant()->get_array_element(i); in visit()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc276 auto get_array_element = [](mirror::Object* cur_obj, const DirtyEntry::RefInfo& ref_info) in MatchDirtyObjectPaths() local
344 cur_obj = get_array_element(cur_obj, ref_info); in MatchDirtyObjectPaths()