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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
copy_thunk.cc 57 se::DeviceMemoryBase source_data = local
60 stream->ThenMemcpy(&destination_data, source_data, mem_size_);
nccl_all_reduce_thunk.cc 58 se::DeviceMemoryBase source_data; member in struct:xla::gpu::__anon44435::ParticipantData
290 void* send_buffer = participant.source_data.opaque();
324 participant.source_data = buffer_allocations.GetDeviceAddress(source_buffer_);
  /external/mesa3d/src/gallium/auxiliary/util/
u_video.h 130 u_copy_nv12_from_yv12(const void *const *source_data,
140 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field;
141 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 182 void const *const *source_data,
194 if (!(source_data && source_pitches))
203 PIPE_TRANSFER_WRITE, &dst_box, *source_data,
output.c 244 void const *const *source_data,
260 if (!source_data || !source_pitches)
274 PIPE_TRANSFER_WRITE, &dst_box, *source_data,
288 void const *const *source_data,
321 if (!source_data || !source_pitch)
362 source_data[0], source_pitch[0],
431 void const *const *source_data,
461 if (!source_data || !source_pitches)
500 source_data[i], source_pitches[i], 0);
surface.c 303 void const *const *source_data,
321 if (!source_data || !source_pitches)
410 u_copy_nv12_from_yv12(source_data, source_pitches,
418 source_data[i] + source_pitches[i] * j,
  /frameworks/av/media/libstagefright/include/media/stagefright/
CameraSourceTimeLapse.h 190 // Creates a copy of source_data into a new memory of final type MemoryBase.
191 sp<IMemory> createIMemoryCopy(const sp<IMemory> &source_data);
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 244 const sp<IMemory> &source_data) {
247 size_t source_size = source_data->size();
248 void* source_pointer = source_data->pointer();
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 35 static void CropFrame(const uint8_t* source_data,
43 // The |source_data| is cropped and scaled to |target_width| x |target_height|,
332 void CropFrame(const uint8_t* source_data,
344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSizePromotion.cpp 254 glw::GLvoid* source_data = DE_NULL; local
260 source_data = (glw::GLvoid*)s_source_texture_data_f;
268 source_data = (glw::GLvoid*)s_source_texture_data_sn;
276 source_data = (glw::GLvoid*)s_source_texture_data_n;
284 source_data = (glw::GLvoid*)s_source_texture_data_i;
292 source_data = (glw::GLvoid*)s_source_texture_data_ui;
300 source_data = (glw::GLvoid*)s_source_texture_data_f;
308 source_data = (glw::GLvoid*)s_source_texture_data_ui;
324 source_data);
331 source_format, source_type, source_data);
    [all...]
gl4cBufferStorageTests.cpp 3004 GLuint source_data[data_size]; local
3179 GLuint source_data[data_size]; local
    [all...]
  /external/v8/src/
elements.cc 3301 uint8_t* source_data = local
3378 uint8_t* source_data = static_cast<uint8_t*>(source_elements->DataPtr()); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
literal.cc 627 const char* source_data = static_cast<const char*>(untyped_data());
641 source_data + primitive_size * source_index, primitive_size);
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp 3484 static const GLfloat source_data[16] = { local
    [all...]

Completed in 500 milliseconds