Lines Matching refs:param
82 * @param dstAlloc Allocation to copy data into.
83 * @param dstOff The offset of the first element to be copied in
85 * @param dstMip Mip level in the destination allocation.
86 * @param count The number of elements to be copied.
87 * @param srcAlloc The source data allocation.
88 * @param srcOff The offset of the first element in data to be
90 * @param srcMip Mip level in the source allocation.
103 * @param dstAlloc allocation to copy data into.
104 * @param dstXoff X offset of the region to update in the
106 * @param dstYoff Y offset of the region to update in the
108 * @param dstMip Mip level in the destination allocation.
109 * @param dstFace Cubemap face of the destination allocation,
111 * @param width Width of the incoming region to update.
112 * @param height Height of the incoming region to update.
113 * @param srcAlloc The source data allocation.
114 * @param srcXoff X offset in data of the source allocation.
115 * @param srcYoff Y offset in data of the source allocation.
116 * @param srcMip Mip level in the source allocation.
117 * @param srcFace Cubemap face of the source allocation,
222 * @param a allocation to work on
229 * @param a allocation to work on
237 * @param a allocation to get data from
245 * @param a 1D allocation to sample from
246 * @param s sampler state
247 * @param location to sample from
253 * @param a 1D allocation to sample from
254 * @param s sampler state
255 * @param location to sample from
256 * @param lod mip level to sample from, for fractional values
265 * @param a 2D allocation to sample from
266 * @param s sampler state
267 * @param location to sample from
274 * @param a 2D allocation to sample from
275 * @param s sampler state
276 * @param location to sample from
277 * @param lod mip level to sample from, for fractional values