Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c643 nir_block *nir_else_block = nir_if_first_else_block(if_stmt); in ppir_emit_if() local
645 (nir_else_block == nir_if_last_else_block(if_stmt) && in ppir_emit_if()
646 exec_list_is_empty(&nir_else_block->instr_list)); in ppir_emit_if()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c2793 nir_block *nir_else_block = nir_if_first_else_block(if_stmt); in ntq_emit_uniform_if() local
2795 (nir_else_block == nir_if_last_else_block(if_stmt) && in ntq_emit_uniform_if()
2796 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_uniform_if()
2838 nir_block *nir_else_block = nir_if_first_else_block(if_stmt); in ntq_emit_nonuniform_if() local
2840 (nir_else_block == nir_if_last_else_block(if_stmt) && in ntq_emit_nonuniform_if()
2841 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_nonuniform_if()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1909 nir_block *nir_else_block = nir_if_first_else_block(if_stmt); in ntq_emit_if() local
1911 (nir_else_block == nir_if_last_else_block(if_stmt) && in ntq_emit_if()
1912 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_if()