Home
last modified time | relevance | path

Searched refs:try_extract_const_addition (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_offsets.c38 try_extract_const_addition(nir_builder *b, nir_scalar val, opt_offsets_state *state, unsigned *out_… in try_extract_const_addition() function
82 return try_extract_const_addition(b, src[1 - i], state, out_const, max); in try_extract_const_addition()
88 src[0] = try_extract_const_addition(b, src[0], state, out_const, max); in try_extract_const_addition()
89 src[1] = try_extract_const_addition(b, src[1], state, out_const, max); in try_extract_const_addition()
122 val = try_extract_const_addition(b, val, state, &add_offset, max - off_const); in try_fold_load_store()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.0.0.rst3694 - nir/opt_offsets: fix try_extract_const_addition recursion
3695 - nir/opt_offsets: remove need to loop try_extract_const_addition