mesa/src/intel/common
Kai Wasserbäch ddc588ff71 intel/gen_decoder: Fix unused-but-set-variable warning
This commit fixes the following warning:
../src/intel/common/gen_decoder.c: In function ‘gen_spec_load_from_path’:
../src/intel/common/gen_decoder.c:741:11: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
  741 |    size_t len, filename_len = strlen(path) + 20;
      |           ^~~

Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2019-11-07 11:32:55 +11:00
..
tests intel/device: rename gen_get_device_info 2019-08-01 16:39:56 -07:00
gen_aux_map.c intel: Enable CCS_E for R24_UNORM_X8_TYPELESS on TGL+ 2019-10-28 10:47:05 -07:00
gen_aux_map.h intel/common: Add surface to aux map translation table support 2019-10-28 00:09:13 -07:00
gen_batch_decoder.c intel/tools: Decode PS kernels on SNB 2019-09-06 23:35:09 +00:00
gen_buffer_alloc.h intel/common: Add interface to allocate device buffers 2019-10-28 00:09:13 -07:00
gen_clflush.h intel: Fix clflushing on modern (Baytrail+) Atom CPUs. 2017-07-10 15:55:26 -07:00
gen_decoder.c intel/gen_decoder: Fix unused-but-set-variable warning 2019-11-07 11:32:55 +11:00
gen_decoder.h intel/gen_decoder: Decode <group> inside <group>. 2019-07-23 17:45:19 +00:00
gen_defines.h drm-uapi: use local files, not system libdrm 2019-02-14 11:20:00 +00:00
gen_disasm.c intel/tools: Remove redundant definitions of INTEL_DEBUG 2019-04-10 13:15:33 -07:00
gen_disasm.h intel: Make the disassembler take a const pointer to the assembly. 2018-07-24 11:04:56 -07:00
gen_gem.h intel/common: include unistd.h for ioctl() prototype on Solaris 2019-10-16 13:45:57 +01:00
gen_guardband.h i965,iris: Move guardband calculations to a common location 2019-06-21 14:18:59 +00:00
gen_l3_config.c intel/gen12: Add L3 configurations 2019-09-06 13:11:22 -07:00
gen_l3_config.h intel: Split gen_device_info out into libintel_dev 2018-03-05 09:47:37 -08:00
gen_mi_builder.h intel/mi: only resolve to a temp register if source isn't in memory 2019-07-29 13:35:42 -07:00
gen_sample_positions.h intel: Switch the order of the 2x MSAA sample positions 2018-08-11 10:58:12 -05:00
gen_urb_config.c intel: Use a URB start offset of 0 for disabled stages. 2018-11-03 23:25:57 -07:00
intel_log.c intel: Add simple logging façade for Android (v2) 2017-10-17 11:08:26 -07:00
intel_log.h intel: Add simple logging façade for Android (v2) 2017-10-17 11:08:26 -07:00
meson.build intel/common: Add surface to aux map translation table support 2019-10-28 00:09:13 -07:00