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

  /external/libdrm/tests/amdgpu/
basic_tests.c 291 amdgpu_context_handle context_handle; local
304 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
348 r = amdgpu_cs_submit(context_handle, 0,&ibs_request, 1);
352 fence_status.context = context_handle;
373 r = amdgpu_cs_ctx_free(context_handle);
380 amdgpu_context_handle context_handle; local
393 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
430 r = amdgpu_cs_submit(context_handle, 0, &ibs_request, 1);
434 fence_status.context = context_handle;
451 r = amdgpu_cs_ctx_free(context_handle);
486 amdgpu_context_handle context_handle[2]; local
616 amdgpu_context_handle context_handle; local
800 amdgpu_context_handle context_handle; local
901 amdgpu_context_handle context_handle; local
1004 amdgpu_context_handle context_handle; local
1140 amdgpu_context_handle context_handle; local
    [all...]
cs_tests.c 49 static amdgpu_context_handle context_handle; variable
93 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
122 r = amdgpu_cs_ctx_free(context_handle);
155 r = amdgpu_cs_submit(context_handle, 0, &ibs_request, 1);
163 fence_status.context = context_handle;
vce_tests.c 70 static amdgpu_context_handle context_handle; variable
109 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
134 r = amdgpu_cs_ctx_free(context_handle);
167 r = amdgpu_cs_submit(context_handle, 0, &ibs_request, 1);
175 fence_status.context = context_handle;
  /system/tpm/attestation/common/
tpm_utility_v1.h 68 // Populates |context_handle| with a valid TSS_HCONTEXT and |tpm_handle| with
71 bool ConnectContext(trousers::ScopedTssContext* context_handle,
74 // Populates |context_handle| with a valid TSS_HCONTEXT and |tpm_handle| with
86 // |context_handle| must be connected and valid. Returns true on success.
87 bool LoadSrk(TSS_HCONTEXT context_handle, trousers::ScopedTssKey* srk_handle);
90 // |context_handle| must be connected and valid. Returns true and populates
93 TSS_HCONTEXT context_handle,
98 // |object_handle|. The |context_handle| is only used for TSS memory
100 bool GetDataAttribute(TSS_HCONTEXT context_handle,
tpm_utility_v1.cc 117 ScopedTssContext context_handle; local
119 if (!ConnectContextAsDelegate(delegate_blob, delegate_secret, &context_handle,
126 ScopedTssKey srk_handle(context_handle);
127 if (!LoadSrk(context_handle, &srk_handle)) {
135 ScopedTssKey identity_key(context_handle);
137 context_handle, srk_handle, identity_key_blob.size(),
149 ScopedTssMemory credential_buffer(context_handle);
556 bool TpmUtilityV1::LoadSrk(TSS_HCONTEXT context_handle,
560 if (TPM_ERROR(result = Tspi_Context_LoadKeyByUUID(context_handle,
599 TSS_HCONTEXT context_handle,
    [all...]
  /external/curl/lib/
setup-os400.h 165 gss_ctx_id_t * context_handle,
181 gss_ctx_id_t * context_handle,
socks_sspi.c 80 PCtxtHandle context_handle = NULL; local
165 context_handle,
311 context_handle = &sspi_context;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adtgen.h 185 [context_handle]
p2p.h 58 [context_handle]
64 [context_handle]
    [all...]
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 113 __u32 context_handle; member in struct:drm_vmw_execbuf_arg
  /external/curl/packages/OS400/
os400sys.c 836 gss_ctx_id_t * context_handle,
870 rc = gss_init_sec_context(minor_status, cred_handle, context_handle,
893 gss_ctx_id_t * context_handle,
899 rc = gss_delete_sec_context(minor_status, context_handle, output_token);
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 313 __u32 context_handle; member in struct:drm_vmw_execbuf_arg
  /external/libdrm/include/drm/
vmwgfx_drm.h 309 __u32 context_handle; member in struct:drm_vmw_execbuf_arg
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 311 uint32_t context_handle; member in struct:drm_vmw_execbuf_arg
vmw_screen_ioctl.c 449 arg.context_handle = (vws->base.have_vgpu10 ? cid : SVGA3D_INVALID_ID);
456 offsetof(struct drm_vmw_execbuf_arg, context_handle);

Completed in 224 milliseconds