Home
last modified time | relevance | path

Searched refs:vce_harvest_config (Results 1 – 9 of 9) sorted by relevance

/third_party/libdrm/amdgpu/
Damdgpu_gpu_info.c166 dev->info.vce_harvest_config = dev->dev_info.vce_harvest_config; in amdgpu_query_gpu_info_init()
Damdgpu.h487 uint32_t vce_harvest_config; member
/third_party/libdrm/tests/amdgpu/
Dvce_tests.c68 static uint32_t vce_harvest_config; variable
157 vce_harvest_config = device_handle->info.vce_harvest_config; in suite_vce_tests_init()
539 if (vce_harvest_config == 0) { in amdgpu_cs_vce_encode()
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h149 uint32_t vce_harvest_config; member
Dac_gpu_info.c136 uint32_t vce_harvest_config; member
560 info->vce_harvest_config = amdinfo->vce_harvest_config; in ac_query_gpu_info()
1224 fprintf(f, " vce_harvest_config = %i\n", info->vce_harvest_config); in ac_print_gpu_info()
/third_party/libdrm/include/drm/
Damdgpu_drm.h968 __u32 vce_harvest_config; member
/third_party/mesa3d/include/drm-uapi/
Damdgpu_drm.h1018 __u32 vce_harvest_config; member
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.c415 (sscreen->info.vce_harvest_config == 0)) in si_vce_create_encoder()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1298 printf("vce_harvest_config = %i\n", rscreen->info.vce_harvest_config); in r600_common_screen_init()