Home
last modified time | relevance | path

Searched refs:elem_count (Results 1 – 25 of 34) sorted by relevance

12

/external/skia/src/compute/skc/platforms/cl_12/
Dconfig_cl.h95 skc_uint elem_count; member
100 skc_uint elem_count; member
105 skc_uint elem_count; member
110 skc_uint elem_count; member
115 skc_uint elem_count; member
130 skc_uint elem_count; member
135 skc_uint elem_count; member
139 skc_uint elem_count; member
Draster_builder_cl_12.c1273 …ntime,&impl->path_ids ,sizeof(skc_path_t ) * config->raster_cohort.path_ids .elem_count); in skc_raster_builder_cl_12_create()
1274 …ntime,&impl->transforms,sizeof(union skc_transform) * config->raster_cohort.transforms.elem_count); in skc_raster_builder_cl_12_create()
1275 …ntime,&impl->clips ,sizeof(union skc_path_clip) * config->raster_cohort.clips .elem_count); in skc_raster_builder_cl_12_create()
1276 …ntime,&impl->fill_cmds ,sizeof(union skc_cmd_fill ) * config->raster_cohort.fill .elem_count); in skc_raster_builder_cl_12_create()
1277 …ntime,&impl->raster_ids,sizeof(skc_raster_t ) * config->raster_cohort.raster_ids.elem_count); in skc_raster_builder_cl_12_create()
1306 config->raster_cohort.path_ids.elem_count, in skc_raster_builder_cl_12_create()
1311 config->raster_cohort.transforms.elem_count, in skc_raster_builder_cl_12_create()
1316 config->raster_cohort.clips.elem_count, in skc_raster_builder_cl_12_create()
1321 config->raster_cohort.fill.elem_count, in skc_raster_builder_cl_12_create()
1326 config->raster_cohort.raster_ids.elem_count, in skc_raster_builder_cl_12_create()
Dcomposition_cl_12.c804 config->composition.cmds.elem_count, in skc_composition_cl_12_create()
808 …loc(runtime,&impl->cmds.extent ,sizeof(union skc_cmd_place) * config->composition.cmds.elem_count); in skc_composition_cl_12_create()
809 …ntime,&impl->saved.extent,sizeof(skc_raster_t) * config->composition.raster_ids.elem_count); in skc_composition_cl_12_create()
812 … (runtime,&impl->keys ,sizeof(skc_ttxk_t) * config->composition.keys.elem_count); in skc_composition_cl_12_create()
/external/skqp/src/compute/skc/platforms/cl_12/
Dconfig_cl.h95 skc_uint elem_count; member
100 skc_uint elem_count; member
105 skc_uint elem_count; member
110 skc_uint elem_count; member
115 skc_uint elem_count; member
130 skc_uint elem_count; member
135 skc_uint elem_count; member
139 skc_uint elem_count; member
Draster_builder_cl_12.c1273 …ntime,&impl->path_ids ,sizeof(skc_path_t ) * config->raster_cohort.path_ids .elem_count); in skc_raster_builder_cl_12_create()
1274 …ntime,&impl->transforms,sizeof(union skc_transform) * config->raster_cohort.transforms.elem_count); in skc_raster_builder_cl_12_create()
1275 …ntime,&impl->clips ,sizeof(union skc_path_clip) * config->raster_cohort.clips .elem_count); in skc_raster_builder_cl_12_create()
1276 …ntime,&impl->fill_cmds ,sizeof(union skc_cmd_fill ) * config->raster_cohort.fill .elem_count); in skc_raster_builder_cl_12_create()
1277 …ntime,&impl->raster_ids,sizeof(skc_raster_t ) * config->raster_cohort.raster_ids.elem_count); in skc_raster_builder_cl_12_create()
1306 config->raster_cohort.path_ids.elem_count, in skc_raster_builder_cl_12_create()
1311 config->raster_cohort.transforms.elem_count, in skc_raster_builder_cl_12_create()
1316 config->raster_cohort.clips.elem_count, in skc_raster_builder_cl_12_create()
1321 config->raster_cohort.fill.elem_count, in skc_raster_builder_cl_12_create()
1326 config->raster_cohort.raster_ids.elem_count, in skc_raster_builder_cl_12_create()
Dcomposition_cl_12.c804 config->composition.cmds.elem_count, in skc_composition_cl_12_create()
808 …loc(runtime,&impl->cmds.extent ,sizeof(union skc_cmd_place) * config->composition.cmds.elem_count); in skc_composition_cl_12_create()
809 …ntime,&impl->saved.extent,sizeof(skc_raster_t) * config->composition.raster_ids.elem_count); in skc_composition_cl_12_create()
812 … (runtime,&impl->keys ,sizeof(skc_ttxk_t) * config->composition.keys.elem_count); in skc_composition_cl_12_create()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_fft.cc77 GpuExecutor *parent, Stream *stream, int rank, uint64 *elem_count, in Initialize() argument
88 elem_count_[i] = elem_count[i]; in Initialize()
234 int rank, uint64 *elem_count, in Initialize() argument
237 return Initialize(parent_, stream, rank, elem_count, in Initialize()
295 uint64 elem_count[1] = {num_x}; in Create1dPlan() local
297 parent_, stream, 1, elem_count, type, /*scratch_allocator=*/nullptr); in Create1dPlan()
312 uint64 elem_count[1] = {num_x}; in Create1dPlanWithScratchAllocator() local
313 port::Status status = fft_plan_ptr->Initialize(parent_, stream, 1, elem_count, in Create1dPlanWithScratchAllocator()
328 uint64 elem_count[2] = {num_x, num_y}; in Create2dPlan() local
330 parent_, stream, 1, elem_count, type, /*scratch_allocator=*/nullptr); in Create2dPlan()
[all …]
Dcuda_blas.cc433 bool CUDABlas::DoBlasAsum(Stream *stream, uint64 elem_count, in DoBlasAsum() argument
437 elem_count, GpuMemory(x), incx, in DoBlasAsum()
441 bool CUDABlas::DoBlasAsum(Stream *stream, uint64 elem_count, in DoBlasAsum() argument
445 elem_count, GpuMemory(x), incx, in DoBlasAsum()
449 bool CUDABlas::DoBlasAsum(Stream *stream, uint64 elem_count, in DoBlasAsum() argument
453 elem_count, GpuComplex(GpuMemory(x)), incx, in DoBlasAsum()
457 bool CUDABlas::DoBlasAsum(Stream *stream, uint64 elem_count, in DoBlasAsum() argument
461 elem_count, GpuComplex(GpuMemory(x)), incx, in DoBlasAsum()
465 bool CUDABlas::DoBlasAxpy(Stream *stream, uint64 elem_count, float alpha, in DoBlasAxpy() argument
469 elem_count, &alpha, GpuMemory(x), incx, in DoBlasAxpy()
[all …]
Dcuda_fft.h68 uint64* elem_count, uint64* input_embed,
76 uint64* elem_count, fft::Type type,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_fft.cc146 GpuExecutor *parent, Stream *stream, int rank, uint64 *elem_count, in Initialize() argument
156 elem_count_[i] = elem_count[i]; in Initialize()
339 int rank, uint64 *elem_count, in Initialize() argument
342 return Initialize(parent_, stream, rank, elem_count, in Initialize()
376 uint64 elem_count[1] = {num_x}; in Create1dPlan() local
378 parent_, stream, 1, elem_count, type, /*scratch_allocator=*/nullptr); in Create1dPlan()
392 uint64 elem_count[1] = {num_x}; in Create1dPlanWithScratchAllocator() local
393 port::Status status = fft_plan_ptr->Initialize(parent_, stream, 1, elem_count, in Create1dPlanWithScratchAllocator()
407 uint64 elem_count[2] = {num_x, num_y}; in Create2dPlan() local
409 parent_, stream, 1, elem_count, type, /*scratch_allocator=*/nullptr); in Create2dPlan()
[all …]
Drocm_blas.cc400 bool ROCMBlas::DoBlasAsum(Stream *stream, uint64 elem_count, in DoBlasAsum() argument
404 false /* = pointer_mode_host */, elem_count, in DoBlasAsum()
408 bool ROCMBlas::DoBlasAsum(Stream *stream, uint64 elem_count, in DoBlasAsum() argument
412 false /* = pointer_mode_host */, elem_count, in DoBlasAsum()
416 bool ROCMBlas::DoBlasAsum(Stream *stream, uint64 elem_count, in DoBlasAsum() argument
424 bool ROCMBlas::DoBlasAsum(Stream *stream, uint64 elem_count, in DoBlasAsum() argument
432 bool ROCMBlas::DoBlasAxpy(Stream *stream, uint64 elem_count, float alpha, in DoBlasAxpy() argument
436 true /* = pointer_mode_host */, elem_count, &alpha, in DoBlasAxpy()
440 bool ROCMBlas::DoBlasAxpy(Stream *stream, uint64 elem_count, double alpha, in DoBlasAxpy() argument
444 true /* = pointer_mode_host */, elem_count, &alpha, in DoBlasAxpy()
[all …]
Drocm_fft.h67 uint64 *elem_count, uint64 *input_embed,
75 uint64 *elem_count, fft::Type type,
/external/tensorflow/tensorflow/stream_executor/
Dblas.h181 virtual bool DoBlasAsum(Stream *stream, uint64 elem_count,
184 virtual bool DoBlasAsum(Stream *stream, uint64 elem_count,
187 virtual bool DoBlasAsum(Stream *stream, uint64 elem_count,
190 virtual bool DoBlasAsum(Stream *stream, uint64 elem_count,
195 virtual bool DoBlasAxpy(Stream *stream, uint64 elem_count, float alpha,
198 virtual bool DoBlasAxpy(Stream *stream, uint64 elem_count, double alpha,
201 virtual bool DoBlasAxpy(Stream *stream, uint64 elem_count,
205 virtual bool DoBlasAxpy(Stream *stream, uint64 elem_count,
211 virtual bool DoBlasCopy(Stream *stream, uint64 elem_count,
214 virtual bool DoBlasCopy(Stream *stream, uint64 elem_count,
[all …]
Dstream.cc1915 Stream &Stream::ThenBlasAsum(uint64 elem_count, const DeviceMemory<float> &x, in ThenBlasAsum() argument
1917 VLOG_CALL(PARAM(elem_count), PARAM(x), PARAM(incx), PARAM(result)); in ThenBlasAsum()
1921 return impl(this, &blas::BlasSupport::DoBlasAsum, elem_count, x, incx, in ThenBlasAsum()
1925 Stream &Stream::ThenBlasAsum(uint64 elem_count, const DeviceMemory<double> &x, in ThenBlasAsum() argument
1927 VLOG_CALL(PARAM(elem_count), PARAM(x), PARAM(incx), PARAM(result)); in ThenBlasAsum()
1931 return impl(this, &blas::BlasSupport::DoBlasAsum, elem_count, x, incx, in ThenBlasAsum()
1935 Stream &Stream::ThenBlasAsum(uint64 elem_count, in ThenBlasAsum() argument
1938 VLOG_CALL(PARAM(elem_count), PARAM(x), PARAM(incx), PARAM(result)); in ThenBlasAsum()
1942 return impl(this, &blas::BlasSupport::DoBlasAsum, elem_count, x, incx, in ThenBlasAsum()
1946 Stream &Stream::ThenBlasAsum(uint64 elem_count, in ThenBlasAsum() argument
[all …]
Dstream.h720 Stream &ThenBlasAsum(uint64 elem_count, const DeviceMemory<float> &x,
722 Stream &ThenBlasAsum(uint64 elem_count, const DeviceMemory<double> &x,
724 Stream &ThenBlasAsum(uint64 elem_count,
727 Stream &ThenBlasAsum(uint64 elem_count,
736 Stream &ThenBlasAxpy(uint64 elem_count, float alpha,
739 Stream &ThenBlasAxpy(uint64 elem_count, double alpha,
742 Stream &ThenBlasAxpy(uint64 elem_count, std::complex<float> alpha,
745 Stream &ThenBlasAxpy(uint64 elem_count, std::complex<double> alpha,
750 Stream &ThenBlasCopy(uint64 elem_count, const DeviceMemory<float> &x,
752 Stream &ThenBlasCopy(uint64 elem_count, const DeviceMemory<double> &x,
[all …]
Dfft.h140 Stream *stream, int rank, uint64 *elem_count, uint64 *input_embed,
163 Stream *stream, int rank, uint64 *elem_count, uint64 *input_embed,
234 Stream *stream, int rank, uint64 *elem_count, uint64 *input_embed, \
239 Stream *stream, int rank, uint64 *elem_count, uint64 *input_embed, \
Ddevice_memory.h173 explicit SharedDeviceMemory(uint64 elem_count) in SharedDeviceMemory() argument
174 : DeviceMemoryBase(nullptr, elem_count * kElemSize) {} in SharedDeviceMemory()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c179 .elem_count = 8192,
184 .elem_count = 8192,
189 .elem_count = 8192,
194 .elem_count = 8192,
199 .elem_count = 8192,
214 .elem_count = 1024*16,
218 .elem_count = 1024*1024
221 .elem_count = 1024*1024,
/external/skia/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c179 .elem_count = 8192,
184 .elem_count = 8192,
189 .elem_count = 8192,
194 .elem_count = 8192,
199 .elem_count = 8192,
214 .elem_count = 1024*16,
218 .elem_count = 1024*1024
221 .elem_count = 1024*1024,
/external/python/cpython3/Python/
Dast_unparse.c304 Py_ssize_t i, elem_count; in append_ast_set() local
307 elem_count = asdl_seq_LEN(e->v.Set.elts); in append_ast_set()
308 for (i = 0; i < elem_count; i++) { in append_ast_set()
319 Py_ssize_t i, elem_count; in append_ast_list() local
322 elem_count = asdl_seq_LEN(e->v.List.elts); in append_ast_list()
323 for (i = 0; i < elem_count; i++) { in append_ast_list()
334 Py_ssize_t i, elem_count; in append_ast_tuple() local
336 elem_count = asdl_seq_LEN(e->v.Tuple.elts); in append_ast_tuple()
338 if (elem_count == 0) { in append_ast_tuple()
344 for (i = 0; i < elem_count; i++) { in append_ast_tuple()
[all …]
/external/gemmlowp/meta/generators/
Dneon_emitter.py413 elem_count, argument
417 bits_to_load = load_type * elem_count
537 elem_count, argument
541 bits_to_store = store_type * elem_count
666 def EmitVSumReduce(self, reduce_type, elem_count, reduce_count, destinations, argument
676 if len(destinations) * 2 < elem_count:
678 (len(destinations) * 2, elem_count))
680 if len(sources) * 2 != elem_count * reduce_count:
682 (len(sources) * 2, elem_count * reduce_count))
Dneon_emitter_64.py839 elem_count, argument
844 bits_to_load = load_type * elem_count
955 elem_count, argument
960 bits_to_store = store_type * elem_count
1057 def EmitVSumReduce(self, reduce_type, elem_count, reduce_count, destinations, argument
1063 if (elem_count + 3) / 4 > len(destinations):
1065 (len(destinations), (elem_count + 3) / 4))
1067 if elem_count * reduce_count > len(sources) * 4:
/external/syzkaller/sys/fuchsia/
Dfifos.txt8 zx_fifo_create(elem_count flags[fifo_elem_count], elem_size int32, options const[0], out0 ptr[out, …
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlelement_unittest.cc244 int elem_count = 100; // Was 100000, but that's too slow. in TEST() local
250 new XmlElementCreatorThread(elem_count, qname)); in TEST()
/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.cc290 #define OLD_STATE_WAS(orphaned, elem_count) \ in grpc_combiner_continue_exec_ctx() argument
292 ((elem_count)*STATE_ELEM_COUNT_LOW_BIT)) in grpc_combiner_continue_exec_ctx()

12