Lines Matching refs:allocations
40 * rsAllocationCopy1DRange: Copy consecutive cells between allocations
44 * The two allocations must be different. Using this function to copy whithin
50 * This function should only be called between 1D allocations. Calling it
51 * on other allocations is undefined.
69 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations
74 * The two allocations must be different. Using this function to copy whithin
80 * This function should only be called between 2D allocations. Calling it
81 * on other allocations is undefined.
88 …* dstFace: Cubemap face of the destination allocation. Ignored for allocations that aren't cube…
95 * srcFace: Cubemap face of the source allocation. Ignored for allocations that aren't cubemaps.
119 * When retrieving from a three dimensional allocations, use the x, y, z variant.
120 * Similarly, use the x, y variant for two dimensional allocations and x for the
121 * mono dimensional allocations.
598 * When storing into a three dimensional allocations, use the x, y, z variant.
599 * Similarly, use the x, y variant for two dimensional allocations and x for the
600 * mono dimensional allocations.
1070 * When retrieving from a three dimensional allocations, use the x, y, z variant.
1071 * Similarly, use the x, y variant for two dimensional allocations and x for the
1072 * mono dimensional allocations.
2676 * When storing into a three dimensional allocations, use the x, y, z variant.
2677 * Similarly, use the x, y variant for two dimensional allocations and x for
2678 * the mono dimensional allocations.