HomeSort by relevance Sort by last modified time
    Searched refs:buf_handle (Results 1 - 22 of 22) sorted by null

  /external/libdrm/tests/amdgpu/
amdgpu_test.h 210 amdgpu_bo_handle buf_handle; local
220 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
229 r = amdgpu_bo_va_op(buf_handle, 0, size, *vmc_addr, 0, AMDGPU_VA_OP_MAP);
232 return buf_handle;
260 amdgpu_bo_handle buf_handle; local
268 r = amdgpu_bo_alloc(dev, &request, &buf_handle);
272 *bo = buf_handle;
284 amdgpu_bo_handle buf_handle; local
294 r = amdgpu_bo_alloc(dev, &request, &buf_handle);
305 r = amdgpu_bo_va_op(buf_handle, 0, size, vmc_addr, 0, AMDGPU_VA_OP_MAP)
    [all...]
bo_tests.c 60 amdgpu_bo_handle buf_handle; local
79 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
90 r = amdgpu_bo_va_op(buf_handle, 0, BUFFER_SIZE, va, 0, AMDGPU_VA_OP_MAP);
94 buffer_handle = buf_handle;
103 amdgpu_bo_free(buf_handle);
144 CU_ASSERT_EQUAL(res.buf_handle, buffer_handle);
147 r = amdgpu_bo_free(res.buf_handle);
249 amdgpu_bo_handle buf_handle; local
257 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
cs_tests.c 205 amdgpu_bo_handle buf_handle; local
214 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
223 r = amdgpu_bo_va_op(buf_handle, 0, 4096, va, 0, AMDGPU_VA_OP_MAP);
226 r = amdgpu_bo_cpu_map(buf_handle, &msg);
245 r = amdgpu_bo_cpu_unmap(buf_handle);
249 resources[num_resources++] = buf_handle;
260 r = amdgpu_bo_va_op(buf_handle, 0, 4096, va, 0, AMDGPU_VA_OP_UNMAP);
266 r = amdgpu_bo_free(buf_handle);
275 amdgpu_bo_handle buf_handle; local
292 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
415 amdgpu_bo_handle buf_handle; local
    [all...]
vcn_tests.c 194 amdgpu_bo_handle buf_handle; local
201 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
208 r = amdgpu_bo_va_op(buf_handle, 0, req.alloc_size, va, 0,
212 vcn_bo->handle = buf_handle;
uvd_enc_tests.c 200 amdgpu_bo_handle buf_handle; local
207 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
214 r = amdgpu_bo_va_op(buf_handle, 0, req.alloc_size, va, 0,
218 uvd_enc_bo->handle = buf_handle;
vce_tests.c 208 amdgpu_bo_handle buf_handle; local
215 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
222 r = amdgpu_bo_va_op(buf_handle, 0, req.alloc_size, va, 0,
226 vce_bo->handle = buf_handle;
basic_tests.c 1536 amdgpu_bo_handle buf_handle; local
    [all...]
  /external/libdrm/amdgpu/
amdgpu.h 234 amdgpu_bo_handle buf_handle; member in struct:amdgpu_bo_import_result
555 * \param buf_handle - \c [out] Allocated buffer handle
564 amdgpu_bo_handle *buf_handle);
570 * \param buf_handle - \c [in] Buffer handle
576 int amdgpu_bo_set_metadata(amdgpu_bo_handle buf_handle,
585 * \param buf_handle - \c [in] Buffer handle
593 int amdgpu_bo_query_info(amdgpu_bo_handle buf_handle,
601 * \param buf_handle - \c [in] Buffer handle
611 int amdgpu_bo_export(amdgpu_bo_handle buf_handle,
648 * \param buf_handle - [out] Buffer handle for the userptr memor
    [all...]
amdgpu_bo.c 54 amdgpu_bo_handle *buf_handle)
93 *buf_handle = bo;
323 output->buf_handle = bo;
389 output->buf_handle = bo;
394 int amdgpu_bo_free(amdgpu_bo_handle buf_handle)
397 struct amdgpu_bo *bo = buf_handle;
536 amdgpu_bo_handle *buf_handle)
560 *buf_handle = bo;
  /device/google/bonito/sdm710/kernel-headers/media/
cam_req_mgr.h 158 uint32_t buf_handle; member in struct:cam_mem_alloc_out_params
163 uint32_t buf_handle; member in struct:cam_mem_map_out_params
184 int32_t buf_handle; member in struct:cam_mem_mgr_release_cmd
188 int32_t buf_handle; member in struct:cam_mem_cache_ops_cmd
msm_isp.h 304 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /device/google/bonito/sdm710/original-kernel-headers/media/
cam_req_mgr.h 295 * @buf_handle: buffer handle
300 uint32_t buf_handle; member in struct:cam_mem_alloc_out_params
307 * @buf_handle: buffer handle
312 uint32_t buf_handle; member in struct:cam_mem_map_out_params
358 * @buf_handle: buffer handle
363 int32_t buf_handle; member in struct:cam_mem_mgr_release_cmd
369 * @buf_handle: buffer handle
374 int32_t buf_handle; member in struct:cam_mem_cache_ops_cmd
msm_isp.h 310 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /device/google/crosshatch/sdm845/kernel-headers/media/
cam_req_mgr.h 158 uint32_t buf_handle; member in struct:cam_mem_alloc_out_params
163 uint32_t buf_handle; member in struct:cam_mem_map_out_params
184 int32_t buf_handle; member in struct:cam_mem_mgr_release_cmd
188 int32_t buf_handle; member in struct:cam_mem_cache_ops_cmd
msm_isp.h 304 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /device/google/crosshatch/sdm845/original-kernel-headers/media/
cam_req_mgr.h 295 * @buf_handle: buffer handle
300 uint32_t buf_handle; member in struct:cam_mem_alloc_out_params
307 * @buf_handle: buffer handle
312 uint32_t buf_handle; member in struct:cam_mem_map_out_params
358 * @buf_handle: buffer handle
363 int32_t buf_handle; member in struct:cam_mem_mgr_release_cmd
369 * @buf_handle: buffer handle
374 int32_t buf_handle; member in struct:cam_mem_cache_ops_cmd
msm_isp.h 310 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.c 297 amdgpu_bo_handle buf_handle; local
356 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle);
365 r = radv_amdgpu_bo_va_op(ws, buf_handle, 0, size, va, flags,
370 bo->bo = buf_handle;
376 amdgpu_bo_free(buf_handle);
427 r = amdgpu_bo_query_info(result.buf_handle, &info);
436 r = radv_amdgpu_bo_va_op(ws, result.buf_handle, 0, result.alloc_size,
446 bo->bo = result.buf_handle;
460 amdgpu_bo_free(result.buf_handle);
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.c 382 amdgpu_bo_handle buf_handle; local
426 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle);
449 r = amdgpu_bo_va_op_raw(ws->dev, buf_handle, 0, size, va, vm_flags,
460 bo->bo = buf_handle;
480 amdgpu_bo_free(buf_handle);
1393 amdgpu_bo_handle buf_handle; local
    [all...]
amdgpu_cs.c 265 amdgpu_bo_handle buf_handle; local
284 r = amdgpu_bo_alloc(ctx->ws->dev, &alloc_buffer, &buf_handle);
290 r = amdgpu_bo_cpu_map(buf_handle, (void**)&ctx->user_fence_cpu_address_base);
297 ctx->user_fence_bo = buf_handle;
302 amdgpu_bo_free(buf_handle);
    [all...]
  /external/mesa3d/src/mesa/main/
bufferobj.h 84 struct gl_buffer_object **buf_handle,
bufferobj.c 978 struct gl_buffer_object **buf_handle,
981 struct gl_buffer_object *buf = *buf_handle;
998 *buf_handle = buf;
    [all...]

Completed in 842 milliseconds