Searched refs:vtn_emit_cf_list_structured (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 1048 vtn_emit_cf_list_structured(struct vtn_builder *b, struct list_head *cf_list, in vtn_emit_cf_list_structured() function 1092 vtn_emit_cf_list_structured(b, &vtn_if->then_body, in vtn_emit_cf_list_structured() 1100 vtn_emit_cf_list_structured(b, &vtn_if->else_body, in vtn_emit_cf_list_structured() 1127 vtn_emit_cf_list_structured(b, &vtn_loop->body, NULL, NULL, handler); in vtn_emit_cf_list_structured() 1145 vtn_emit_cf_list_structured(b, &vtn_loop->cont_body, NULL, NULL, in vtn_emit_cf_list_structured() 1198 vtn_emit_cf_list_structured(b, &cse->body, fall_var, &has_break, in vtn_emit_cf_list_structured() 1368 vtn_emit_cf_list_structured(b, &func->body, NULL, NULL, in vtn_function_emit()
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 3075 - spirv: rename vtn_emit_cf_list to vtn_emit_cf_list_structured
|