Home
last modified time | relevance | path

Searched refs:dst_index (Results 151 – 175 of 654) sorted by relevance

12345678910>>...27

/dports/games/pioneer/pioneer-20210723/src/
H A DPngWriter.cpp36 const int dst_index = (y * stride) + x; in write_png()
38 (static_cast<Uint8 *>(surface->pixels))[dst_index + channel] = bytes[src_index + channel]; in write_png()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/intel/skylake/
H A Dskl-messages.c1041 int src_index, dst_index, src_pin_state, dst_pin_state; in skl_unbind_modules() local
1054 if (dst_index < 0) in skl_unbind_modules()
1057 msg.dst_queue = dst_index; in skl_unbind_modules()
1060 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state; in skl_unbind_modules()
1076 skl_free_queue(dst_mcfg->m_in_pin, dst_index); in skl_unbind_modules()
1118 int src_index, dst_index; in skl_bind_modules() local
1135 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max); in skl_bind_modules()
1136 if (dst_index < 0) { in skl_bind_modules()
1164 msg.dst_queue = dst_index; in skl_bind_modules()
1180 dst_mcfg->m_in_pin[dst_index].pin_state = SKL_PIN_BIND_DONE; in skl_bind_modules()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/intel/skylake/
H A Dskl-messages.c1041 int src_index, dst_index, src_pin_state, dst_pin_state; in skl_unbind_modules() local
1054 if (dst_index < 0) in skl_unbind_modules()
1057 msg.dst_queue = dst_index; in skl_unbind_modules()
1060 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state; in skl_unbind_modules()
1076 skl_free_queue(dst_mcfg->m_in_pin, dst_index); in skl_unbind_modules()
1118 int src_index, dst_index; in skl_bind_modules() local
1135 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max); in skl_bind_modules()
1136 if (dst_index < 0) { in skl_bind_modules()
1164 msg.dst_queue = dst_index; in skl_bind_modules()
1180 dst_mcfg->m_in_pin[dst_index].pin_state = SKL_PIN_BIND_DONE; in skl_bind_modules()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/intel/skylake/
H A Dskl-messages.c1041 int src_index, dst_index, src_pin_state, dst_pin_state; in skl_unbind_modules() local
1054 if (dst_index < 0) in skl_unbind_modules()
1057 msg.dst_queue = dst_index; in skl_unbind_modules()
1060 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state; in skl_unbind_modules()
1076 skl_free_queue(dst_mcfg->m_in_pin, dst_index); in skl_unbind_modules()
1118 int src_index, dst_index; in skl_bind_modules() local
1135 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max); in skl_bind_modules()
1136 if (dst_index < 0) { in skl_bind_modules()
1164 msg.dst_queue = dst_index; in skl_bind_modules()
1180 dst_mcfg->m_in_pin[dst_index].pin_state = SKL_PIN_BIND_DONE; in skl_bind_modules()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A Dmorph.cl159 int dst_index = mad24(gidy, dst_step, mad24(gidx, TSIZE, dst_offset));
166 storepix(convertToT(convertToWT(res) - convertToWT(value)), dstptr + dst_index);
168 storepix(convertToT(convertToWT(value) - convertToWT(res)), dstptr + dst_index);
170 storepix(convertToT(convertToWT(res) - convertToWT(value)), dstptr + dst_index);
173 storepix(res, dstptr + dst_index);
H A Dintegral_sum.cl166 …//int dst_index = dst_offset + dst_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) …
167 …int dst_index = mad24(dst_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumT), y + lid, dst_offset…
176 dst = (__global sumT *)(dst_ptr + dst_index);
178 dst_index += dst_step;
H A Dcalc_back_project.cl83 int dst_index = mad24(y, dst_step, dst_offset + x);
86 dst[dst_index] = value == OUT_OF_RANGE ? 0 : convert_uchar(value);
126 int dst_index = mad24(y, dst_step, dst_offset + x);
130 dst[dst_index] = bin1 == OUT_OF_RANGE || bin2 == OUT_OF_RANGE ? 0 :
H A Dbilateral.cl69 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
92 storepix(convert_uchar_t(sum / (float_t)(wsum)), dst + dst_index);
108 int dst_index = (y * dst_step) + x * 4 + dst_offset ;
120 vstore4(convert_uchar4_rtz(sum), 0, dst + dst_index);
H A Dthreshold.cl64 int dst_index = mad24(gy, dst_step, mad24(gx, (int)sizeof(T), dst_offset));
72 __global T * dst = (__global T *)(dstptr + dst_index);
88 dst_index += dst_step;
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/cd_hw/
H A Dpcm.c457 uint16 dst_index = (scd.regs[0x0a>>1].w << 2) & 0xffe; in pcm_ram_dma_w() local
472 *(uint16 *)(pcm.bank + dst_index) = data ; in pcm_ram_dma_w()
478 dst_index = (dst_index + 2) & 0xffe; in pcm_ram_dma_w()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/cd_hw/
H A Dpcm.c457 uint16 dst_index = (scd.regs[0x0a>>1].w << 2) & 0xffe; in pcm_ram_dma_w() local
472 *(uint16 *)(pcm.bank + dst_index) = data ; in pcm_ram_dma_w()
478 dst_index = (dst_index + 2) & 0xffe; in pcm_ram_dma_w()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/opencl/
H A Darithm.cl117 #define storedst(val) *(__global dstT *)(dstptr + dst_index) = val
120 #define storedst(val) vstore3(val, 0, (__global dstT_C1 *)(dstptr + dst_index))
463 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
466 … y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, src1_index += srcstep1, dst_index += dststep)
493 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
496 … mask_index += maskstep, dst_index += dststep)
516 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
518 … y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, src1_index += srcstep1, dst_index += dststep)
539 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
541 …y0 + rowsPerWI); y < y1; ++y, src1_index += srcstep1, mask_index += maskstep, dst_index += dststep)
H A Dhalfconvert.cl68 int dst_index = mad24(y0, dst_step, mad24(x, (int)sizeof(dstT), dst_offset));
70 … y0, y1 = min(dst_rows, y0 + rowsPerWI); y < y1; ++y, src_index += src_step, dst_index += dst_step)
73 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
H A Dinrange.cl68 int dst_index = mad24(y0, dst_step, mad24(x, colsPerWI, dst_offset));
74 …0, y1 = min(dst_rows, y0 + rowsPerWI); y < y1; ++y, src1_index += src1_step, dst_index += dst_step)
80 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
94 __global uchar * dst = dstptr + dst_index;
H A Dconvert.cl67 int dst_index = mad24(y0, dst_step, mad24(x, (int)sizeof(dstT), dst_offset));
69 … y0, y1 = min(dst_rows, y0 + rowsPerWI); y < y1; ++y, src_index += src_step, dst_index += dst_step)
72 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
H A Dmulspectrums.cl68 int dst_index = mad24(y0, dst_step, mad24(x, (int)sizeof(float2), dst_offset));
71 src1_index += src1_step, src2_index += src2_step, dst_index += dst_step)
75 __global float2 * dst = (__global float2 *)(dstptr + dst_index);
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dproperty-array-inl.h81 void PropertyArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
87 ObjectSlot dst_slot(data_start() + dst_index); in CopyElements()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dproperty-array-inl.h79 void PropertyArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
85 ObjectSlot dst_slot(data_start() + dst_index); in CopyElements()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dproperty-array-inl.h79 void PropertyArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
85 ObjectSlot dst_slot(data_start() + dst_index); in CopyElements()
H A Dfixed-array.h144 inline void MoveElements(Isolate* isolate, int dst_index, int src_index,
147 inline void CopyElements(Isolate* isolate, int dst_index, FixedArray src,
240 inline void MoveElements(Isolate* isolate, int dst_index, int src_index,
285 inline void CopyElements(Isolate* isolate, int dst_index, WeakFixedArray src,
365 inline void CopyElements(Isolate* isolate, int dst_index, WeakArrayList src,
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/util/
H A Du_vbuf.c1010 unsigned dst_index = start_slot + i; in u_vbuf_set_vertex_buffers() local
1022 unsigned dst_index = start_slot + i; in u_vbuf_set_vertex_buffers() local
1037 mask |= BITFIELD_BIT(dst_index); in u_vbuf_set_vertex_buffers()
1056 nonzero_stride_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers()
1058 enabled_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers()
1062 incompatible_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers()
1072 unaligned_vb_mask[0] |= BITFIELD_BIT(dst_index); in u_vbuf_set_vertex_buffers()
1074 unaligned_vb_mask[1] |= BITFIELD_BIT(dst_index); in u_vbuf_set_vertex_buffers()
1078 user_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers()
1090 unsigned dst_index = start_slot + count + i; in u_vbuf_set_vertex_buffers() local
[all …]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorImagePatch.h63 const Self& self, const Index num_coeff_to_copy, const Index dst_index,
67 dst_data[dst_index + i] = impl.coeff(src_index + i);
79 const Self& self, const Index num_coeff_to_copy, const Index dst_index,
87 internal::pstoret<Scalar, Packet, Unaligned>(dst_data + dst_index + i, p);
90 dst_data[dst_index + i] = impl.coeff(src_index + i);
102 const Index dst_index, Scalar* dst_data) {
108 internal::pstoret<Scalar, Packet, Unaligned>(dst_data + dst_index + i,
112 dst_data[dst_index + i] = padding_value;
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorImagePatch.h63 const Self& self, const Index num_coeff_to_copy, const Index dst_index,
67 dst_data[dst_index + i] = impl.coeff(src_index + i);
79 const Self& self, const Index num_coeff_to_copy, const Index dst_index,
87 internal::pstoret<Scalar, Packet, Unaligned>(dst_data + dst_index + i, p);
90 dst_data[dst_index + i] = impl.coeff(src_index + i);
102 const Index dst_index, Scalar* dst_data) {
108 internal::pstoret<Scalar, Packet, Unaligned>(dst_data + dst_index + i,
112 dst_data[dst_index + i] = padding_value;
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-external-refs.cc549 uint32_t dst_index, Address raw_src_array, in array_copy_wrapper() argument
559 (dst_index < src_index ? dst_index + length > src_index in array_copy_wrapper()
560 : src_index + length > dst_index); in array_copy_wrapper()
566 ObjectSlot dst_slot = dst_array.ElementSlot(dst_index); in array_copy_wrapper()
577 void* dst = ArrayElementAddress(dst_array, dst_index, element_size_bytes); in array_copy_wrapper()
/dports/multimedia/mpv/mpv-0.34.1/common/
H A Dplaylist.c242 static int64_t playlist_transfer_entries_to(struct playlist *pl, int dst_index, in playlist_transfer_entries_to() argument
249 MP_TARRAY_INSERT_N_AT(pl, pl->entries, pl->num_entries, dst_index, count); in playlist_transfer_entries_to()
254 e->pl_index = dst_index + n; in playlist_transfer_entries_to()
260 playlist_update_indexes(pl, dst_index + count, -1); in playlist_transfer_entries_to()

12345678910>>...27