Lines Matching defs:size
43 uint64_t size;
201 ib_info.size = ndw;
236 unsigned size, unsigned domain)
244 req.alloc_size = ALIGN(size, 4096);
258 vcn_bo->size = req.alloc_size;
262 memset(vcn_bo->ptr, 0, size);
271 r = amdgpu_bo_va_op(vcn_bo->handle, 0, vcn_bo->size,
332 int size, len, i, r;
335 size = 4*1024; /* msg */
336 size += 4*1024; /* fb */
337 size += 4096; /*it_scaling_table*/
338 size += ALIGN(sizeof(uvd_bitstream), 4*1024);
339 size += ALIGN(dpb_size, 4*1024);
340 size += ALIGN(dt_size, 4*1024);
343 alloc_resource(&dec_buf, size, AMDGPU_GEM_DOMAIN_GTT);
351 memset(dec_buf.ptr, 0, size);