Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_variable_index_to_cond_assign.cpp291 ir_factory then_body(&if_less->then_instructions, body.mem_ctx); in bisect() local
293 generate(begin, middle, then_body); in bisect()
490 ir_factory then_body(&if_stmt->then_instructions, body.mem_ctx); in convert_dereference_array() local
492 sg.generate(0, length, then_body); in convert_dereference_array()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_op.cc213 const FunctionBody* then_body; in Compile() local
218 &then_body)); in Compile()
226 (then_branch_must_be_const_nodes[then_body->arg_nodes[arg_idx] in Compile()
/external/mesa3d/src/intel/compiler/
Dtest_fs_scoreboard.cpp713 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local
714 fs_inst *add = instruction(then_body, 0); in TEST_F()
758 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local
759 fs_inst *add = instruction(then_body, 3); in TEST_F()
803 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local
804 fs_inst *add = instruction(then_body, 0); in TEST_F()
846 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local
847 fs_inst *add = instruction(then_body, 0); in TEST_F()
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c726 list_inithead(&if_stmt->then_body); in vtn_process_block()
746 &if_stmt->then_body, then_block); in vtn_process_block()
1092 vtn_emit_cf_list_structured(b, &vtn_if->then_body, in vtn_emit_cf_list_structured()
Dvtn_private.h176 struct list_head then_body; member