Searched refs:vce_session (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | vce_tests.c | 301 memcpy(ib_cpu, vce_session, sizeof(vce_session)); in amdgpu_cs_vce_create() 302 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_create() 330 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_config() 331 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_config() 364 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_encode_idr() 365 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_encode_idr() 415 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_encode_p() 416 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_encode_p() 579 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_mv() 580 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_mv() [all …]
|
D | vce_ib.h | 27 static const uint32_t vce_session[] = { variable
|