Searched defs:is_helper (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_is_helper_invocation.c | 66 nir_ssa_def *is_helper = nir_load_deref(b, is_helper_deref); in nir_lower_load_and_store_is_helper() local 113 nir_variable *is_helper = nir_local_variable_create(entrypoint, in nir_lower_is_helper_invocation() local
|
D | nir_lower_discard_or_demote.c | 103 nir_ssa_def *is_helper = *(nir_ssa_def**) data; in nir_lower_load_helper_to_is_helper() local 188 nir_ssa_def *is_helper = NULL; in nir_lower_discard_or_demote() local
|
/third_party/libuv/test/ |
D | runner.h | 43 int is_helper; member 69 #define TEST_ENTRY_CUSTOM(name, is_helper, show_output, timeout) \ argument
|
D | runner-win.c | 73 int process_start(char *name, char *part, process_info_t *p, int is_helper) { in process_start()
|
D | runner-unix.c | 81 int process_start(char* name, char* part, process_info_t* p, int is_helper) { in process_start()
|