HomeSort by relevance Sort by last modified time
    Searched refs:src_ref (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_shader.c 38 struct pipe_reference *src_ref; local
47 src_ref = src ? &src->refcnt : NULL;
50 if (pipe_reference(dst_ref, src_ref)) {
vmw_surface.c 183 struct pipe_reference *src_ref; local
192 src_ref = src ? &src->refcnt : NULL;
195 if (pipe_reference(dst_ref, src_ref)) {
  /external/tensorflow/tensorflow/core/util/
presized_cuckoo_map.h 280 Bucket& src_ref = buckets_[src_bucket]; local
282 dst_ref.keys[dst_slot] = src_ref.keys[src_slot];
283 dst_ref.values[dst_slot] = src_ref.values[src_slot];
  /bootable/recovery/applypatch/
imgdiff.cpp 1117 const auto& src_ref = (src_chunk == nullptr) ? src_image.PseudoSource() : *src_chunk; local
    [all...]

Completed in 288 milliseconds