Home
last modified time | relevance | path

Searched defs:is_helper (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_is_helper_invocation.c66 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
Dnir_lower_discard_or_demote.c103 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/
Drunner.h43 int is_helper; member
69 #define TEST_ENTRY_CUSTOM(name, is_helper, show_output, timeout) \ argument
Drunner-win.c73 int process_start(char *name, char *part, process_info_t *p, int is_helper) { in process_start()
Drunner-unix.c81 int process_start(char* name, char* part, process_info_t* p, int is_helper) { in process_start()