Home
last modified time | relevance | path

Searched refs:free_resource (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/tests/amdgpu/
Dvce_tests.c271 static void free_resource(struct amdgpu_vce_bo *vce_bo) in free_resource() function
323 free_resource(&enc.fb[0]); in amdgpu_cs_vce_create()
559 free_resource(&enc.fb[0]); in amdgpu_cs_vce_encode()
560 free_resource(&enc.fb[1]); in amdgpu_cs_vce_encode()
561 free_resource(&enc.bs[0]); in amdgpu_cs_vce_encode()
562 free_resource(&enc.bs[1]); in amdgpu_cs_vce_encode()
563 free_resource(&enc.vbuf); in amdgpu_cs_vce_encode()
564 free_resource(&enc.cpb); in amdgpu_cs_vce_encode()
731 free_resource(&enc.fb[0]); in amdgpu_cs_vce_encode_mv()
732 free_resource(&enc.bs[0]); in amdgpu_cs_vce_encode_mv()
[all …]
Duvd_enc_tests.c228 static void free_resource(struct amdgpu_uvd_enc_bo *uvd_enc_bo) in free_resource() function
459 free_resource(&enc.fb); in amdgpu_cs_uvd_enc_encode()
460 free_resource(&enc.bs); in amdgpu_cs_uvd_enc_encode()
461 free_resource(&enc.vbuf); in amdgpu_cs_uvd_enc_encode()
462 free_resource(&enc.cpb); in amdgpu_cs_uvd_enc_encode()
490 free_resource(&enc.session); in amdgpu_cs_uvd_enc_destroy()
Dvcn_tests.c291 static void free_resource(struct amdgpu_vcn_bo *vcn_bo) in free_resource() function
348 free_resource(&msg_buf); in amdgpu_cs_vcn_dec_create()
424 free_resource(&dec_buf); in amdgpu_cs_vcn_dec_decode()
458 free_resource(&msg_buf); in amdgpu_cs_vcn_dec_destroy()
/external/libdrm/tests/modetest/
Dmodetest.c577 #define free_resource(_res, type, Type) \ in free_resources() macro
601 free_resource(res, plane, Plane); in free_resources()
609 free_resource(res, fb, FB); in free_resources()
610 free_resource(res, connector, Connector); in free_resources()
611 free_resource(res, encoder, Encoder); in free_resources()
612 free_resource(res, crtc, Crtc); in free_resources()