Searched refs:hwconfig (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/intel/dev/ |
D | intel_hwconfig.c | 41 struct hwconfig { struct 131 const struct hwconfig *item); 135 const struct hwconfig *hwconfig, in intel_process_hwconfig_table() argument 139 assert(hwconfig); in intel_process_hwconfig_table() 141 const struct hwconfig *current = hwconfig; in intel_process_hwconfig_table() 142 const struct hwconfig *end = in intel_process_hwconfig_table() 143 (struct hwconfig*)(((uint32_t*)hwconfig) + (hwconfig_len / 4)); in intel_process_hwconfig_table() 146 struct hwconfig *next = in intel_process_hwconfig_table() 147 (struct hwconfig*)((uint32_t*)current + 2 + current->len); in intel_process_hwconfig_table() 174 const struct hwconfig *item) in apply_hwconfig_item() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vaapi_vpp.c | 99 AVVAAPIHWConfig *hwconfig = NULL; in ff_vaapi_vpp_config_output() local 133 hwconfig = av_hwdevice_hwconfig_alloc(ctx->device_ref); in ff_vaapi_vpp_config_output() 134 if (!hwconfig) { in ff_vaapi_vpp_config_output() 138 hwconfig->config_id = ctx->va_config; in ff_vaapi_vpp_config_output() 141 hwconfig); in ff_vaapi_vpp_config_output() 226 av_freep(&hwconfig); in ff_vaapi_vpp_config_output() 232 av_freep(&hwconfig); in ff_vaapi_vpp_config_output()
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_decode.c | 430 AVVAAPIHWConfig *hwconfig = NULL; in vaapi_decode_make_config() local 529 hwconfig = av_hwdevice_hwconfig_alloc(device_ref); in vaapi_decode_make_config() 530 if (!hwconfig) { in vaapi_decode_make_config() 534 hwconfig->config_id = *va_config; in vaapi_decode_make_config() 537 av_hwdevice_get_hwframe_constraints(device_ref, hwconfig); in vaapi_decode_make_config() 595 av_freep(&hwconfig); in vaapi_decode_make_config() 601 av_freep(&hwconfig); in vaapi_decode_make_config()
|
D | vaapi_encode.c | 2277 AVVAAPIHWConfig *hwconfig = NULL; in vaapi_encode_create_recon_frames() local 2282 hwconfig = av_hwdevice_hwconfig_alloc(ctx->device_ref); in vaapi_encode_create_recon_frames() 2283 if (!hwconfig) { in vaapi_encode_create_recon_frames() 2287 hwconfig->config_id = ctx->va_config; in vaapi_encode_create_recon_frames() 2290 hwconfig); in vaapi_encode_create_recon_frames() 2333 av_freep(&hwconfig); in vaapi_encode_create_recon_frames() 2357 av_freep(&hwconfig); in vaapi_encode_create_recon_frames()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext.h | 507 const void *hwconfig);
|
D | hwcontext_internal.h | 77 const void *hwconfig,
|
D | hwcontext.c | 577 const void *hwconfig) in av_hwdevice_get_hwframe_constraints() argument 593 if (hw_type->frames_get_constraints(ctx, hwconfig, constraints) >= 0) { in av_hwdevice_get_hwframe_constraints()
|
D | hwcontext_cuda.c | 56 const void *hwconfig, in cuda_frames_get_constraints() argument
|
D | hwcontext_vdpau.c | 191 const void *hwconfig, in vdpau_frames_get_constraints() argument
|
D | hwcontext_d3d11va.c | 118 const void *hwconfig, in d3d11va_frames_get_constraints() argument
|
D | hwcontext_vaapi.c | 193 const void *hwconfig, in vaapi_frames_get_constraints() argument 197 const AVVAAPIHWConfig *config = hwconfig; in vaapi_frames_get_constraints()
|
D | hwcontext_qsv.c | 1065 const void *hwconfig, in qsv_frames_get_constraints() argument
|
D | hwcontext_opencl.c | 1476 const void *hwconfig, in opencl_frames_get_constraints() argument
|
D | hwcontext_vulkan.c | 1257 const void *hwconfig, in vulkan_frames_get_constraints() argument
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 3222 - intel/dev: Read hwconfig from i915 3223 - intel_dev_info: Add --hwconfig command line parameter 3786 - intel/dev: fixup max_cs_workgroup_threads after hwconfig is read 4140 - intel/dev: drop warning for unhandled hwconfig keys
|
D | 22.1.0.rst | 1927 - intel/dev: Read hwconfig from i915 1928 - intel_dev_info: Add --hwconfig command line parameter
|
D | 22.0.0.rst | 2351 - intel/dev: Apply settings from hwconfig if devinfo::apply_hwconfig is set 2352 - intel/dev: Recalculate max_cs_threads after applying hwconfig changes
|