Searched refs:new_call (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_subroutine.cpp | 113 ir_call *new_call = call_clone(ir, sub_sig); in visit_leave() local 115 last_branch = if_tree(equal(subr_to_int(var), lc), new_call); in visit_leave() 117 last_branch = if_tree(equal(subr_to_int(var), lc), new_call, last_branch); in visit_leave()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 1100 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping() local 1101 call_stack.push(new_call); in ComputeFunctionToEntryPointMapping() 1113 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints() local 1114 call_stack.push(new_call); in ComputeRecursiveEntryPoints() 1133 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints() local 1134 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.cpp | 1100 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping() local 1101 call_stack.push(new_call); in ComputeFunctionToEntryPointMapping() 1113 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints() local 1114 call_stack.push(new_call); in ComputeRecursiveEntryPoints() 1133 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints() local 1134 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
|
/third_party/spirv-tools/source/val/ |
D | validation_state.cpp | 1272 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping() local 1273 call_stack.push(new_call); in ComputeFunctionToEntryPointMapping() 1285 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints() local 1286 call_stack.push(new_call); in ComputeRecursiveEntryPoints() 1305 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints() local 1306 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 5987 …struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data… in test_cil_resolve_call1_paramsflavor_neg() local 5988 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_paramsflavor_neg() 5989 new_call->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_paramsflavor_neg() 5990 struct cil_list_item *item = new_call->macro->params->head; in test_cil_resolve_call1_paramsflavor_neg() 6018 …struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data… in test_cil_resolve_call1_unknownflavor_neg() local 6019 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_unknownflavor_neg() 6020 new_call->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_unknownflavor_neg() 6021 struct cil_list_item *item = new_call->macro->params->head; in test_cil_resolve_call1_unknownflavor_neg()
|