Home
last modified time | relevance | path

Searched refs:new_impl (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_queue.c729 struct anv_fence_impl new_impl = { in anv_ImportFenceFdKHR() local
735 new_impl.type = ANV_FENCE_TYPE_SYNCOBJ; in anv_ImportFenceFdKHR()
737 new_impl.syncobj = anv_gem_syncobj_fd_to_handle(device, fd); in anv_ImportFenceFdKHR()
738 if (!new_impl.syncobj) in anv_ImportFenceFdKHR()
748 new_impl.type = ANV_FENCE_TYPE_SYNCOBJ; in anv_ImportFenceFdKHR()
750 new_impl.syncobj = anv_gem_syncobj_create(device, 0); in anv_ImportFenceFdKHR()
751 if (!new_impl.syncobj) in anv_ImportFenceFdKHR()
754 if (anv_gem_syncobj_import_sync_file(device, new_impl.syncobj, fd)) { in anv_ImportFenceFdKHR()
755 anv_gem_syncobj_destroy(device, new_impl.syncobj); in anv_ImportFenceFdKHR()
779 fence->temporary = new_impl; in anv_ImportFenceFdKHR()
[all …]
/external/libchrome/mojo/public/cpp/bindings/
Dbinding_set.h130 ImplPointerType SwapImplForTesting(BindingId id, ImplPointerType new_impl) {
135 return it->second->SwapImplForTesting(new_impl);
231 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) {
232 return binding_.SwapImplForTesting(new_impl);
Dassociated_binding.h141 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument
143 stub_.set_sink(std::move(new_impl)); in SwapImplForTesting()
Dbinding.h238 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument
239 return internal_state_.SwapImplForTesting(new_impl); in SwapImplForTesting()
Dstrong_associated_binding.h89 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument
90 return binding_.SwapImplForTesting(new_impl); in SwapImplForTesting()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dbinding_state.h127 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument
129 stub_.set_sink(std::move(new_impl)); in SwapImplForTesting()
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h456 auto AppendImpl(NewImpl new_impl) const
459 std::move(new_impl)))> {
460 auto new_allof = AllOf<Layout>(impl_, std::move(new_impl));
948 auto AppendImpl(NewImpl new_impl) const
950 std::move(new_impl)))> {
951 auto new_all_of = AllOf<Shape>(impl_, std::move(new_impl));
1791 auto AppendImpl(NewImpl new_impl) const -> HloInstructionPattern<
1793 std::declval<Impl>(), std::move(new_impl)))> {
1794 auto new_allof = AllOf<HloInstruction>(impl_, std::move(new_impl));