Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir_analyze_boolean_resolves.c60 src_mark_needs_resolve(nir_src *src, void *void_state) in src_mark_needs_resolve() function
142 src_mark_needs_resolve(&alu->src[0].src, NULL); in analyze_boolean_resolves_block()
177 nir_foreach_src(instr, src_mark_needs_resolve, NULL); in analyze_boolean_resolves_block()
198 nir_foreach_src(instr, src_mark_needs_resolve, NULL); in analyze_boolean_resolves_block()
232 nir_foreach_src(instr, src_mark_needs_resolve, NULL); in analyze_boolean_resolves_block()
239 src_mark_needs_resolve(&following_if->condition, NULL); in analyze_boolean_resolves_block()