Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/
H A Dmi_builder.h1265 struct mi_goto_target { struct
1272 #define MI_GOTO_TARGET_INIT ((struct mi_goto_target) {})
1278 struct mi_goto_target *t) in mi_goto_if()
1332 mi_goto(struct mi_builder *b, struct mi_goto_target *t) in mi_goto()
1338 mi_goto_target(struct mi_builder *b, struct mi_goto_target *t) in mi_goto_target() function
1356 static inline struct mi_goto_target
1359 struct mi_goto_target t = MI_GOTO_TARGET_INIT; in mi_goto_target_init_and_place()
1360 mi_goto_target(b, &t); in mi_goto_target_init_and_place()
1365 for (struct mi_goto_target __brea
[all...]
/third_party/mesa3d/src/intel/common/tests/
H A Dmi_builder_test.cpp1032 struct mi_goto_target t = MI_GOTO_TARGET_INIT;
1038 mi_goto_target(&b, &t);
1063 struct mi_goto_target t = MI_GOTO_TARGET_INIT;
1079 mi_goto_target(&b, &t);

Completed in 6 milliseconds