Lines Matching refs:Size

29 // use Ptr/Size. The convention is that vec<> is used whenever the paramter is
31 // parameters, so a more explicit Ptr/Size is used.
193 * @param sizeBytes Size of the buffer pointed to by "data"
196 allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes);
238 Size compIdx);
263 uint32_t h, vec<uint8_t> data, Size stride);
289 uint32_t d, vec<uint8_t> data, Size stride);
318 * @param sizeBytes Size of the buffer pointed to by "data"
321 allocationRead(Allocation allocation, Ptr data, Size sizeBytes);
339 * @param sizeBytes Size of the buffer pointed to by "data"
343 uint32_t count, Ptr data, Size sizeBytes);
357 * @param sizeBytes Size of the buffer pointed to by "data"
362 uint32_t z, uint32_t lod, Ptr data, Size sizeBytes,
363 Size compIdx);
384 * @param sizeBytes Size of the buffer pointed to by "data"
392 uint32_t h, Ptr data, Size sizeBytes, Size stride);
414 * @param sizeBytes Size of the buffer pointed to by "data"
422 uint32_t d, Ptr data, Size sizeBytes, Size stride);
561 generates (Ptr dataPtr, Size stride);
586 elementGetSubElements(Element element, Size numSubElem)
588 vec<Size> arraySizes);
615 vec<Size> arraySizesPtr)
666 * @param size Size in bytes of the buffer pointed to by "data"
671 contextGetMessage(Ptr data, Size size)
672 generates (MessageToClientType messageType, Size receiveLen);
687 generates (MessageToClientType messageType, Size receiveLen,
790 * TODO: there are some places where we use Size for size, and others where
837 * @param size Size
848 * @param size Size
1126 * @param len Size of data to be filled
1130 scriptGetVarV(Script vs, uint32_t slot, Size len)