• Home
  • Raw
  • Download

Lines Matching refs:allocation

28  * a valid allocation.  The results are undefined if the pointer is not from a
29 * valid allocation.
35 * Query the dimension of an allocation.
37 * @return uint32_t The X dimension of the allocation.
43 * Query the dimension of an allocation.
45 * @return uint32_t The Y dimension of the allocation.
51 * Query the dimension of an allocation.
53 * @return uint32_t The Z dimension of the allocation.
59 * Query an allocation for the presence of more than one LOD.
67 * Query an allocation for the presence of more than one face.
77 * Copy part of an allocation from another allocation.
81 * the destination allocation.
82 * @param dstMip Mip level in the destination allocation.
84 * @param srcAlloc The source data allocation.
86 * copied in the source allocation.
87 * @param srcMip Mip level in the source allocation.
97 * Copy a rectangular region into the allocation from another
98 * allocation.
100 * @param dstAlloc allocation to copy data into.
102 * destination allocation.
104 * destination allocation.
105 * @param dstMip Mip level in the destination allocation.
106 * @param dstFace Cubemap face of the destination allocation,
110 * @param srcAlloc The source data allocation.
111 * @param srcXoff X offset in data of the source allocation.
112 * @param srcYoff Y offset in data of the source allocation.
113 * @param srcMip Mip level in the source allocation.
114 * @param srcFace Cubemap face of the source allocation,
131 * Extract a single element from an allocation.
151 * @param a allocation to work on
158 * @param a allocation to work on
165 * Get the element object describing the allocation's layout
166 * @param a allocation to get data from
167 * @return element describing allocation layout
173 * Fetch allocation in a way described by the sampler
174 * @param a 1D allocation to sample from
181 * Fetch allocation in a way described by the sampler
182 * @param a 1D allocation to sample from
193 * Fetch allocation in a way described by the sampler
194 * @param a 2D allocation to sample from
202 * Fetch allocation in a way described by the sampler
203 * @param a 2D allocation to sample from