Home
last modified time | relevance | path

Searched refs:new_source (Results 1 – 10 of 10) sorted by relevance

/third_party/spirv-tools/source/opt/
Dmerge_return_pass.h265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
Dmerge_return_pass.cpp261 void MergeReturnPass::UpdatePhiNodes(BasicBlock* new_source, in UpdatePhiNodes() argument
263 target->ForEachPhiInst([this, new_source](Instruction* inst) { in UpdatePhiNodes()
266 inst->AddOperand({SPV_OPERAND_TYPE_ID, {new_source->id()}}); in UpdatePhiNodes()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmerge_return_pass.h267 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
Dmerge_return_pass.cpp257 void MergeReturnPass::UpdatePhiNodes(BasicBlock* new_source, in UpdatePhiNodes() argument
259 target->ForEachPhiInst([this, new_source](Instruction* inst) { in UpdatePhiNodes()
262 inst->AddOperand({SPV_OPERAND_TYPE_ID, {new_source->id()}}); in UpdatePhiNodes()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmerge_return_pass.h267 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
Dmerge_return_pass.cpp257 void MergeReturnPass::UpdatePhiNodes(BasicBlock* new_source, in UpdatePhiNodes() argument
259 target->ForEachPhiInst([this, new_source](Instruction* inst) { in UpdatePhiNodes()
262 inst->AddOperand({SPV_OPERAND_TYPE_ID, {new_source->id()}}); in UpdatePhiNodes()
/third_party/pulseaudio/src/modules/dbus/
Diface-stream.c714 pa_source *new_source = s->source_output->source; in move_finish_cb() local
716 if (s->source != new_source) { in move_finish_cb()
718 s->source = pa_source_ref(new_source); in move_finish_cb()
720 new_device_path = pa_dbusiface_core_get_source_path(s->core, new_source); in move_finish_cb()
/third_party/node/deps/v8/src/debug/
Dliveedit.cc976 Handle<String> new_source, bool preview, in PatchScript() argument
981 new_source, &diffs); in PatchScript()
999 new_script->set_source(*new_source); in PatchScript()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc881 Handle<String> new_source = args.at<String>(1); in RUNTIME_FUNCTION() local
886 LiveEdit::PatchScript(isolate, script, new_source, false, &result); in RUNTIME_FUNCTION()
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c2010 char *new_source = try_direct_replace(process_name, source); in _mesa_read_shader_source() local
2011 if (new_source) in _mesa_read_shader_source()
2012 return new_source; in _mesa_read_shader_source()