Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c67 src_mark_needs_resolve(nir_src *src, void *void_state) in src_mark_needs_resolve() function
152 src_mark_needs_resolve(&alu->src[0].src, NULL); in analyze_boolean_resolves_block()
187 nir_foreach_src(instr, src_mark_needs_resolve, NULL); in analyze_boolean_resolves_block()
216 nir_foreach_src(instr, src_mark_needs_resolve, NULL); in analyze_boolean_resolves_block()
250 nir_foreach_src(instr, src_mark_needs_resolve, NULL); in analyze_boolean_resolves_block()
257 src_mark_needs_resolve(&following_if->condition, NULL); in analyze_boolean_resolves_block()