Lines Matching refs:dimension
79 * Use rsGetDimHasFaces() to get the dimension of a currently running kernel.
92 * Use rsGetDimLod() to get the dimension of a currently running kernel.
100 * rsAllocationGetDimX: Size of the X dimension
102 * Returns the size of the X dimension of the Allocation.
104 * Use rsGetDimX() to get the dimension of a currently running kernel.
106 * Returns: X dimension of the Allocation.
112 * rsAllocationGetDimY: Size of the Y dimension
114 * Returns the size of the Y dimension of the Allocation. If the Allocation has less
117 * Use rsGetDimY() to get the dimension of a currently running kernel.
119 * Returns: Y dimension of the Allocation.
125 * rsAllocationGetDimZ: Size of the Z dimension
127 * Returns the size of the Z dimension of the Allocation. If the Allocation has less
130 * Use rsGetDimZ() to get the dimension of a currently running kernel.
132 * Returns: Z dimension of the Allocation.