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

  /external/libdrm/tests/amdgpu/
amdgpu_test.h 120 amdgpu_bo_handle buf_handle; local
130 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
139 r = amdgpu_bo_va_op(buf_handle, 0, size, *vmc_addr, 0, AMDGPU_VA_OP_MAP);
142 return buf_handle;
171 amdgpu_bo_handle buf_handle; local
181 r = amdgpu_bo_alloc(dev, &request, &buf_handle);
192 r = amdgpu_bo_va_op(buf_handle, 0, size, vmc_addr, 0, AMDGPU_VA_OP_MAP);
196 r = amdgpu_bo_cpu_map(buf_handle, cpu);
200 *bo = buf_handle;
207 amdgpu_bo_cpu_unmap(buf_handle);
    [all...]
bo_tests.c 62 amdgpu_bo_handle buf_handle; local
81 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
92 r = amdgpu_bo_va_op(buf_handle, 0, BUFFER_SIZE, va, 0, AMDGPU_VA_OP_MAP);
96 buffer_handle = buf_handle;
105 amdgpu_bo_free(buf_handle);
146 CU_ASSERT_EQUAL(res.buf_handle, buffer_handle);
149 r = amdgpu_bo_free(res.buf_handle);
cs_tests.c 189 amdgpu_bo_handle buf_handle; local
198 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
207 r = amdgpu_bo_va_op(buf_handle, 0, 4096, va, 0, AMDGPU_VA_OP_MAP);
210 r = amdgpu_bo_cpu_map(buf_handle, &msg);
226 r = amdgpu_bo_cpu_unmap(buf_handle);
230 resources[num_resources++] = buf_handle;
241 r = amdgpu_bo_va_op(buf_handle, 0, 4096, va, 0, AMDGPU_VA_OP_UNMAP);
247 r = amdgpu_bo_free(buf_handle);
256 amdgpu_bo_handle buf_handle; local
273 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
385 amdgpu_bo_handle buf_handle; local
    [all...]
vce_tests.c 191 amdgpu_bo_handle buf_handle; local
198 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
205 r = amdgpu_bo_va_op(buf_handle, 0, req.alloc_size, va, 0,
209 vce_bo->handle = buf_handle;
basic_tests.c 1143 amdgpu_bo_handle buf_handle; local
    [all...]
  /external/libdrm/amdgpu/
amdgpu.h 226 amdgpu_bo_handle buf_handle; member in struct:amdgpu_bo_import_result
547 * \param buf_handle - \c [out] Allocated buffer handle
556 amdgpu_bo_handle *buf_handle);
562 * \param buf_handle - \c [in] Buffer handle
568 int amdgpu_bo_set_metadata(amdgpu_bo_handle buf_handle,
577 * \param buf_handle - \c [in] Buffer handle
585 int amdgpu_bo_query_info(amdgpu_bo_handle buf_handle,
593 * \param buf_handle - \c [in] Buffer handle
603 int amdgpu_bo_export(amdgpu_bo_handle buf_handle,
640 * \param buf_handle - [out] Buffer handle for the userptr memor
    [all...]
amdgpu_bo.c 81 amdgpu_bo_handle *buf_handle)
120 *buf_handle = bo;
349 output->buf_handle = bo;
415 output->buf_handle = bo;
420 int amdgpu_bo_free(amdgpu_bo_handle buf_handle)
423 amdgpu_bo_reference(&buf_handle, NULL);
535 amdgpu_bo_handle *buf_handle)
559 *buf_handle = bo;
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.c 75 amdgpu_bo_handle buf_handle; local
99 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle);
113 r = amdgpu_bo_va_op(buf_handle, 0, size, va, 0, AMDGPU_VA_OP_MAP);
117 bo->bo = buf_handle;
130 amdgpu_bo_free(buf_handle);
184 r = amdgpu_bo_query_info(result.buf_handle, &info);
193 r = amdgpu_bo_va_op(result.buf_handle, 0, result.alloc_size, va, 0, AMDGPU_VA_OP_MAP);
202 bo->bo = result.buf_handle;
213 amdgpu_bo_free(result.buf_handle);
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.c 364 amdgpu_bo_handle buf_handle; local
394 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle);
409 r = amdgpu_bo_va_op(buf_handle, 0, size, va, 0, AMDGPU_VA_OP_MAP);
419 bo->bo = buf_handle;
438 amdgpu_bo_free(buf_handle);
814 r = amdgpu_bo_query_info(result.buf_handle, &info);
823 r = amdgpu_bo_va_op(result.buf_handle, 0, result.alloc_size, va, 0, AMDGPU_VA_OP_MAP);
835 bo->bo = result.buf_handle;
863 amdgpu_bo_free(result.buf_handle);
915 amdgpu_bo_handle buf_handle; local
    [all...]
amdgpu_cs.c 174 amdgpu_bo_handle buf_handle; local
192 r = amdgpu_bo_alloc(ctx->ws->dev, &alloc_buffer, &buf_handle);
198 r = amdgpu_bo_cpu_map(buf_handle, (void**)&ctx->user_fence_cpu_address_base);
205 ctx->user_fence_bo = buf_handle;
210 amdgpu_bo_free(buf_handle);
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_isp.h 379 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 315 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /hardware/qcom/msm8994/kernel-headers/media/
msm_isp.h 375 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_isp.h 310 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /hardware/qcom/msm8996/kernel-headers/media/
msm_isp.h 375 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_isp.h 310 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /hardware/qcom/msm8998/kernel-headers/media/
msm_isp.h 375 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_isp.h 310 uint32_t buf_handle; member in struct:msm_mctl_pp_frame_buffer
  /external/mesa3d/src/mesa/main/
bufferobj.h 84 struct gl_buffer_object **buf_handle,
bufferobj.c 984 struct gl_buffer_object **buf_handle,
987 struct gl_buffer_object *buf = *buf_handle;
1005 *buf_handle = buf;
    [all...]
  /hardware/intel/img/psb_video/src/
psb_surface.c 381 value.buf_handle = (uint32_t)(wsbmKBufHandle(wsbmKBuf(psb_surface->buf.drm_buf)));
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 245 uint32_t buf_handle; member in struct:drm_video_displaying_frameinfo
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 280 uint32_t buf_handle; member in struct:drm_video_displaying_frameinfo
    [all...]

Completed in 1292 milliseconds