Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dtest_fs_scoreboard.cpp728 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local
729 fs_inst *add = instruction(then_body, 0); in TEST_F()
773 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local
774 fs_inst *add = instruction(then_body, 3); in TEST_F()
818 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local
819 fs_inst *add = instruction(then_body, 0); in TEST_F()
861 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local
862 fs_inst *add = instruction(then_body, 0); in TEST_F()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c765 list_inithead(&if_stmt->then_body); in vtn_process_block()
786 &if_stmt->then_body, then_block); in vtn_process_block()
1142 vtn_emit_cf_list_structured(b, &vtn_if->then_body, in vtn_emit_cf_list_structured()
1156 vtn_emit_cf_list_structured(b, &vtn_if->then_body, in vtn_emit_cf_list_structured()
Dvtn_private.h185 struct list_head then_body; member