Searched refs:new_local (Results 1 – 8 of 8) sorted by relevance
/third_party/spirv-tools/source/fuzz/ |
D | transformation_replace_copy_object_with_store_load.cpp | 111 opt::Instruction* new_local = fuzzerutil::AddLocalVariable( in Apply() local 114 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_local); in Apply() 115 ir_context->set_instr_block(new_local, &*function->begin()); in Apply()
|
D | transformation_add_copy_memory.cpp | 122 opt::Instruction* new_local = fuzzerutil::AddLocalVariable( in Apply() local 125 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_local); in Apply() 126 ir_context->set_instr_block(new_local, &*enclosing_function->entry()); in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_copy_object_with_store_load.cpp | 111 opt::Instruction* new_local = fuzzerutil::AddLocalVariable( in Apply() local 114 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_local); in Apply() 115 ir_context->set_instr_block(new_local, &*function->begin()); in Apply()
|
D | transformation_add_copy_memory.cpp | 122 opt::Instruction* new_local = fuzzerutil::AddLocalVariable( in Apply() local 125 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_local); in Apply() 126 ir_context->set_instr_block(new_local, &*enclosing_function->entry()); in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_copy_object_with_store_load.cpp | 111 opt::Instruction* new_local = fuzzerutil::AddLocalVariable( in Apply() local 114 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_local); in Apply() 115 ir_context->set_instr_block(new_local, &*function->begin()); in Apply()
|
D | transformation_add_copy_memory.cpp | 122 opt::Instruction* new_local = fuzzerutil::AddLocalVariable( in Apply() local 125 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_local); in Apply() 126 ir_context->set_instr_block(new_local, &*enclosing_function->entry()); in Apply()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnetclientclock.c | 743 GstClockTime new_local; in gst_net_client_internal_clock_thread() local 747 new_local = gst_clock_get_internal_time (GST_CLOCK_CAST (self)); in gst_net_client_internal_clock_thread() 763 GST_TIME_ARGS (new_local)); in gst_net_client_internal_clock_thread() 774 new_local); in gst_net_client_internal_clock_thread() 816 GST_TIME_ARGS (new_local)); in gst_net_client_internal_clock_thread() 820 packet->remote_time, packet->remote_time, new_local); in gst_net_client_internal_clock_thread()
|
/third_party/glib/gio/ |
D | glocalfile.c | 1133 GLocalFile *local, *new_local; in g_local_file_set_display_name() local 1154 new_local = G_LOCAL_FILE (new_file); in g_local_file_set_display_name() 1156 if (g_lstat (new_local->filename, &statbuf) == -1) in g_local_file_set_display_name() 1173 if (g_rename (local->filename, new_local->filename) == -1) in g_local_file_set_display_name() 1194 class->local_file_moved (vfs, local->filename, new_local->filename); in g_local_file_set_display_name()
|