Lines Matching defs:size
213 /** Allocated memory size */
242 /** Buffer size */
303 * - The size is in units of dwords (4 bytes).
306 uint32_t size;
418 * Theoretical possible max. size of buffer which
484 /** constant engine ram size*/
666 * \param size - [in] Size of allocation (must be correctly aligned)
681 * amount of memory to be pinned will be limited by left "free" size in total
682 * amount of memory which could be locked simultaneously ("GART" size).
684 * Supported (theoretical) max. size of mapping is restricted only by
685 * "GART" size.
691 void *cpu, uint64_t size,
701 * \param size - [in] Size of allocation (must be correctly aligned)
713 uint64_t size,
1088 * Query allocation size alignments
1090 * UMD should query information about GPU VM MC size alignments requirements
1091 * to be able correctly choose required allocation size and implement
1095 * \param info - \c [out] Pointer to structure to get size alignment
1205 * The return size is query-specific and depends on the "info_id" parameter.
1206 * No more than "size" bytes is returned.
1210 * \param size - \c [in] Size of the returned value.
1218 unsigned size, void *value);
1223 * The return size is query-specific and depends on the "info_id" parameter.
1224 * No more than "size" bytes is returned.
1253 * The return size is query-specific and depends on the "sensor_type"
1254 * parameter. No more than "size" bytes is returned.
1258 * \param size - \c [in] Size of the returned value.
1266 unsigned size, void *value);
1275 * \param size - \c [in] Size of the returned value.
1283 unsigned size, void *value);
1318 * \param size - \c [in] Size of range. Size must be correctly* aligned.
1319 * It is client responsibility to correctly aligned size based on the future
1323 * address assignment. Must be multiple of size alignments received as
1351 uint64_t size,
1380 * \param size - \c [out] Size of virtual address range
1397 * \param size - \c [in] Size to map
1409 uint64_t size,
1418 * parameters are treated "raw", i.e. size is not automatically aligned, and
1424 * \param size - \c [in] Size to map
1437 uint64_t size,