Home
last modified time | relevance | path

Searched refs:src_slice_pitch (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_sdma_copy_image.c245 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 Dentry_points_cl_autogen.cpp1531 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 Dcl_stubs.cpp810 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 Dcl_stubs_autogen.h359 size_t src_slice_pitch,
H A Dentry_points_cl_autogen.h391 size_t src_slice_pitch,
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp737 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 DvalidationCL_autogen.h375 size_t src_slice_pitch,
H A DvalidationCL.cpp2606 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 Dcl_function_types.h754 size_t src_slice_pitch,
H A Dcl_ext.h145 size_t src_slice_pitch,
308 size_t src_slice_pitch,
H A Dcl_icd.h518 size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch,
H A Dcl.h1601 size_t src_slice_pitch,
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp587 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 Dcl_icd.h518 size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch,
H A Dcl.h1594 size_t src_slice_pitch,
/third_party/mesa3d/include/CL/
H A Dcl2.hpp7659 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 Dcl_icd.h518 size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch,
H A Dcl.h1592 size_t src_slice_pitch,
H A Dcl.hpp5876 ::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

Completed in 69 milliseconds