Home
last modified time | relevance | path

Searched refs:hwconfig (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_hwconfig.c41 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/
Dvaapi_vpp.c99 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/
Dvaapi_decode.c430 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()
Dvaapi_encode.c2277 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/
Dhwcontext.h507 const void *hwconfig);
Dhwcontext_internal.h77 const void *hwconfig,
Dhwcontext.c577 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()
Dhwcontext_cuda.c56 const void *hwconfig, in cuda_frames_get_constraints() argument
Dhwcontext_vdpau.c191 const void *hwconfig, in vdpau_frames_get_constraints() argument
Dhwcontext_d3d11va.c118 const void *hwconfig, in d3d11va_frames_get_constraints() argument
Dhwcontext_vaapi.c193 const void *hwconfig, in vaapi_frames_get_constraints() argument
197 const AVVAAPIHWConfig *config = hwconfig; in vaapi_frames_get_constraints()
Dhwcontext_qsv.c1065 const void *hwconfig, in qsv_frames_get_constraints() argument
Dhwcontext_opencl.c1476 const void *hwconfig, in opencl_frames_get_constraints() argument
Dhwcontext_vulkan.c1257 const void *hwconfig, in vulkan_frames_get_constraints() argument
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst3222 - 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
D22.1.0.rst1927 - intel/dev: Read hwconfig from i915
1928 - intel_dev_info: Add --hwconfig command line parameter
D22.0.0.rst2351 - intel/dev: Apply settings from hwconfig if devinfo::apply_hwconfig is set
2352 - intel/dev: Recalculate max_cs_threads after applying hwconfig changes