Searched refs:free_resource (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | vce_tests.c | 236 static void free_resource(struct amdgpu_vce_bo *vce_bo) in free_resource() function 282 free_resource(&enc.fb[0]); in amdgpu_cs_vce_create() 516 free_resource(&enc.fb[0]); in amdgpu_cs_vce_encode() 517 free_resource(&enc.fb[1]); in amdgpu_cs_vce_encode() 518 free_resource(&enc.bs[0]); in amdgpu_cs_vce_encode() 519 free_resource(&enc.bs[1]); in amdgpu_cs_vce_encode() 520 free_resource(&enc.vbuf); in amdgpu_cs_vce_encode() 521 free_resource(&enc.cpb); in amdgpu_cs_vce_encode() 549 free_resource(&enc.fb[0]); in amdgpu_cs_vce_destroy()
|
D | uvd_enc_tests.c | 228 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()
|
D | vcn_tests.c | 222 static void free_resource(struct amdgpu_vcn_bo *vcn_bo) in free_resource() function 277 free_resource(&msg_buf); in amdgpu_cs_vcn_dec_create() 350 free_resource(&dec_buf); in amdgpu_cs_vcn_dec_decode() 382 free_resource(&msg_buf); in amdgpu_cs_vcn_dec_destroy()
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 562 #define free_resource(_res, __res, type, Type) \ in free_resources() macro 585 free_resource(res, res, crtc, Crtc); in free_resources() 586 free_resource(res, res, encoder, Encoder); in free_resources() 591 free_resource(res, res, connector, Connector); in free_resources() 592 free_resource(res, res, fb, FB); in free_resources() 600 free_resource(res, plane_res, plane, Plane); in free_resources()
|