Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce_40_2_2.c51 RVCE_BEGIN(0x00000001); // session cmd in session()
59 RVCE_BEGIN(0x00000002); // task info in task_info()
79 RVCE_BEGIN(0x05000005); // feedback buffer in feedback()
89 RVCE_BEGIN(0x01000001); // create cmd in create()
106 RVCE_BEGIN(0x04000005); // rate control in rate_control()
136 RVCE_BEGIN(0x04000001); // config extension in config_extension()
148 RVCE_BEGIN(0x04000002); // pic control in pic_control()
181 RVCE_BEGIN(0x04000007); // motion estimation in motion_estimation()
211 RVCE_BEGIN(0x04000008); // rdo in rdo()
239 RVCE_BEGIN(0x04000009); // vui in vui()
[all …]
Dradeon_vce_50.c49 RVCE_BEGIN(0x04000005); // rate control in rate_control()
97 RVCE_BEGIN(0x05000001); // context buffer in encode()
103 RVCE_BEGIN(0x05000004); // video bitstream buffer in encode()
111 RVCE_BEGIN(0x05000002); // auxiliary buffer in encode()
121 RVCE_BEGIN(0x03000001); // encode in encode()
Dradeon_vce_52.c172 RVCE_BEGIN(0x01000001); // create cmd in create()
210 RVCE_BEGIN(0x05000001); // context buffer in encode()
216 RVCE_BEGIN(0x05000004); // video bitstream buffer in encode()
224 RVCE_BEGIN(0x05000002); // auxiliary buffer in encode()
234 RVCE_BEGIN(0x03000001); // encode in encode()
390 RVCE_BEGIN(0x04000005); // rate control in rate_control()
434 RVCE_BEGIN(0x04000001); // config extension in config_extension()
443 RVCE_BEGIN(0x02000001); // destroy in destroy()
449 RVCE_BEGIN(0x05000005); // feedback buffer in feedback()
457 RVCE_BEGIN(0x04000007); // motion estimation in motion_estimation()
[all …]
Dradeon_vce.h40 #define RVCE_BEGIN(cmd) { \ macro