Home
last modified time | relevance | path

Searched refs:if_depth (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_gcm.c53 unsigned if_depth; member
134 nir_loop *loop, unsigned loop_depth, unsigned if_depth, in gcm_build_block_info()
141 state->blocks[block->index].if_depth = if_depth; in gcm_build_block_info()
150 if_depth + 1, ~0u); in gcm_build_block_info()
152 if_depth + 1, ~0u); in gcm_build_block_info()
157 gcm_build_block_info(&loop->body, state, loop, loop_depth + 1, if_depth, in gcm_build_block_info()
570 if (state->blocks[block->index].if_depth >= in gcm_choose_block_for_instr()
571 state->blocks[best->index].if_depth && in gcm_choose_block_for_instr()
133 gcm_build_block_info(struct exec_list *cf_list, struct gcm_state *state, nir_loop *loop, unsigned loop_depth, unsigned if_depth, unsigned loop_instr_count) gcm_build_block_info() argument

Completed in 2 milliseconds