/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_sdma_copy_image.c | 245 uint64_t src_slice_pitch = in cik_sdma_copy_texture() local 258 src_pitch <= (1 << 14) && dst_pitch <= (1 << 14) && src_slice_pitch <= (1 << 28) && in cik_sdma_copy_texture() 275 radeon_emit(src_slice_pitch - 1); in cik_sdma_copy_texture() 300 unsigned tiled_slice_pitch = tiled == ssrc ? src_slice_pitch : dst_slice_pitch; in cik_sdma_copy_texture() 301 unsigned linear_slice_pitch = linear == ssrc ? src_slice_pitch : dst_slice_pitch; in cik_sdma_copy_texture()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_autogen.cpp | 1531 size_t src_slice_pitch, in clEnqueueCopyBufferRect() 1542 ", src_row_pitch = %zu, src_slice_pitch = %zu, dst_row_pitch = %zu, dst_slice_pitch = " in clEnqueueCopyBufferRect() 1547 src_slice_pitch, dst_row_pitch, dst_slice_pitch, num_events_in_wait_list, in clEnqueueCopyBufferRect() 1551 src_origin, dst_origin, region, src_row_pitch, src_slice_pitch, in clEnqueueCopyBufferRect() 1556 region, src_row_pitch, src_slice_pitch, dst_row_pitch, in clEnqueueCopyBufferRect() 1524 clEnqueueCopyBufferRect(cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t *src_origin, const size_t *dst_origin, const size_t *region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueCopyBufferRect() argument
|
H A D | cl_stubs.cpp | 810 size_t src_slice_pitch, in EnqueueCopyBufferRect() 818 src_buffer, dst_buffer, src_origin, dst_origin, region, src_row_pitch, src_slice_pitch, in EnqueueCopyBufferRect() 803 EnqueueCopyBufferRect(cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t *src_origin, const size_t *dst_origin, const size_t *region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) EnqueueCopyBufferRect() argument
|
H A D | cl_stubs_autogen.h | 359 size_t src_slice_pitch,
|
H A D | entry_points_cl_autogen.h | 391 size_t src_slice_pitch,
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 737 size_t src_slice_pitch, in clEnqueueCopyBufferRect() 746 src_slice_pitch, dst_row_pitch, dst_slice_pitch, num_events_in_wait_list, event_wait_list, in clEnqueueCopyBufferRect() 730 clEnqueueCopyBufferRect(cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t *src_origin, const size_t *dst_origin, const size_t *region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueCopyBufferRect() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationCL_autogen.h | 375 size_t src_slice_pitch,
|
H A D | validationCL.cpp | 2606 size_t src_slice_pitch, in ValidateEnqueueCopyBufferRect() 2627 ANGLE_CL_TRY(ValidateBufferRect(src, src_origin, region, src_row_pitch, src_slice_pitch)); in ValidateEnqueueCopyBufferRect() 2630 // CL_INVALID_VALUE if src_buffer and dst_buffer are the same buffer object and src_slice_pitch in ValidateEnqueueCopyBufferRect() 2632 if (&src == &dst && (src_slice_pitch != dst_slice_pitch || src_row_pitch != dst_row_pitch)) in ValidateEnqueueCopyBufferRect() 2599 ValidateEnqueueCopyBufferRect(cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t *src_origin, const size_t *dst_origin, const size_t *region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueCopyBufferRect() argument
|
/third_party/opencl-headers/CL/ |
H A D | cl_function_types.h | 754 size_t src_slice_pitch,
|
H A D | cl_ext.h | 145 size_t src_slice_pitch, 308 size_t src_slice_pitch,
|
H A D | cl_icd.h | 518 size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch,
|
H A D | cl.h | 1601 size_t src_slice_pitch,
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | transfer.cpp | 587 size_t src_row_pitch, size_t src_slice_pitch, 599 auto src_pitch = pitch(region, {{ 1, src_row_pitch, src_slice_pitch }});
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 518 size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch,
|
H A D | cl.h | 1594 size_t src_slice_pitch,
|
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 7659 size_type src_slice_pitch, in enqueueCopyBufferRect() 7675 src_slice_pitch, in enqueueCopyBufferRect() 9574 size_type src_slice_pitch, in enqueueCopyBufferRect() 9594 src_slice_pitch, in enqueueCopyBufferRect() 7652 enqueueCopyBufferRect( const Buffer& src, const Buffer& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, size_type src_row_pitch, size_type src_slice_pitch, size_type dst_row_pitch, size_type dst_slice_pitch, const vector<Event>* events = NULL, Event* event = NULL) const enqueueCopyBufferRect() argument 9567 enqueueCopyBufferRect( const Buffer& src, const Buffer& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, size_type src_row_pitch, size_type src_slice_pitch, size_type dst_row_pitch, size_type dst_slice_pitch, const vector<Event>* events = NULL, Event* event = NULL) enqueueCopyBufferRect() argument
|
H A D | cl_icd.h | 518 size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch,
|
H A D | cl.h | 1592 size_t src_slice_pitch,
|
H A D | cl.hpp | 5876 ::size_t src_slice_pitch, in enqueueCopyBufferRect() 5892 src_slice_pitch, in enqueueCopyBufferRect() 7022 ::size_t src_slice_pitch, in enqueueCopyBufferRect() 7042 src_slice_pitch, in enqueueCopyBufferRect() 5869 enqueueCopyBufferRect( const Buffer& src, const Buffer& dst, const size_t<3>& src_origin, const size_t<3>& dst_origin, const size_t<3>& region, ::size_t src_row_pitch, ::size_t src_slice_pitch, ::size_t dst_row_pitch, ::size_t dst_slice_pitch, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueCopyBufferRect() argument 7015 enqueueCopyBufferRect( const Buffer& src, const Buffer& dst, const size_t<3>& src_origin, const size_t<3>& dst_origin, const size_t<3>& region, ::size_t src_row_pitch, ::size_t src_slice_pitch, ::size_t dst_row_pitch, ::size_t dst_slice_pitch, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) enqueueCopyBufferRect() argument
|