Home
last modified time | relevance | path

Searched refs:vce_session (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/tests/amdgpu/
Dvce_tests.c266 memcpy(ib_cpu, vce_session, sizeof(vce_session)); in amdgpu_cs_vce_create()
267 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_create()
289 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_config()
290 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_config()
321 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_encode_idr()
322 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_encode_idr()
372 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_encode_p()
373 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_encode_p()
534 memcpy(ib_cpu, vce_session, sizeof(vce_session)); in amdgpu_cs_vce_destroy()
535 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_destroy()
Dvce_ib.h27 static const uint32_t vce_session[] = { variable