mesa/src/intel/vulkan_hasvk
Alyssa Rosenzweig 972f8aa287 vulkan: rename depth bias graphics states
"constant" is a special keyword in OpenCL C, and we'd like to #define it
suitably in host C23 to facilitate compatiblity between host/device headers.
That means we can't have any identifiers named "global" or "constant".
Fortunately, this is the only 'constant' in any file I'm hitting.

To avoid the clash, don't abbreviate "constant factor", use "constant_factor"
instead. For consistency, "slope factor" then becomes "slope_factor".
The new names are longer but match the Vulkan API exactly.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> [Intel]
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> [NVK and panvk]
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> [V3DV]
Reviewed-by: Simon Perretta <simon.perretta@imgtec.com> [IMG]
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32505>
2024-12-06 13:48:26 -05:00
..
layers
tests hasvk/tests: Propagate failures to gtest 2023-08-25 12:08:29 -07:00
anv_allocator.c util: Turn futex_wake parameter to int32_t for consistence across platforms 2024-04-03 00:55:24 +00:00
anv_android.c hasvk/android: remove numFds check 2023-08-24 11:07:12 +00:00
anv_android.h hasvk: refactor to use DETECT_OS_ANDROID instead of ANDROID 2024-02-01 19:29:49 +00:00
anv_android_stubs.c anv,hasvk: android ahb is not always exportable 2023-05-11 22:18:03 +00:00
anv_batch_chain.c anv,hasvk,genxml: Rename genxml files using verx10 2024-11-09 00:04:47 +00:00
anv_blorp.c hasvk: fix non matching image/view format attachment resolve 2024-10-17 20:24:37 +00:00
anv_bo_sync.c
anv_cmd_buffer.c vulkan: pass cmdbuf level to vk_command_buffer_ops::create() 2024-04-23 06:33:31 +00:00
anv_descriptor_set.c anv, hasvk: pMutableDescriptorTypeLists can be out of range on pool creation 2024-03-07 18:56:57 +00:00
anv_device.c anv,hasvk,genxml: Rename genxml files using verx10 2024-11-09 00:04:47 +00:00
anv_formats.c anv,hasvk: use common stype debug 2024-05-10 18:49:38 +00:00
anv_gem.c intel: Move intel_define.h to i915/intel_define.h 2024-02-21 18:10:54 +00:00
anv_gem_stubs.c
anv_genX.h anv/hasvk: add indirect tracepoint arguments 2024-08-03 16:03:04 +03:00
anv_image.c intel/isl: Drop support for the gfx12 CCS ISL surf 2024-06-21 00:08:38 +00:00
anv_measure.c hasvk: move cmd_emit_timestamp initialization to genX 2024-07-03 21:10:13 +00:00
anv_measure.h
anv_nir.h hasvk: Use ELK compiler 2024-02-24 00:24:31 +00:00
anv_nir_apply_pipeline_layout.c treewide: use nir_def_replace sometimes 2024-06-21 15:36:56 +00:00
anv_nir_compute_push_layout.c hasvk: Use ELK compiler 2024-02-24 00:24:31 +00:00
anv_nir_lower_multiview.c treewide: use nir_def_replace sometimes 2024-06-21 15:36:56 +00:00
anv_nir_lower_ubo_loads.c nir: change signature of nir_src_is_divergent() 2024-10-24 10:06:17 +00:00
anv_nir_lower_ycbcr_textures.c treewide: use nir_def_replace sometimes 2024-06-21 15:36:56 +00:00
anv_perf.c intel/perf: Extend intel_perf_stream_set_metrics_id() to syncronize metrics id changes 2024-11-05 19:25:53 +00:00
anv_pipeline.c vulkan: Take a VkPipelineCreateFlags2KHR in vk_pipeline_*shader_stage*() 2024-08-29 03:30:31 +00:00
anv_pipeline_cache.c treewide: Remove vulkan/runtime vulkan/util prefix in include path 2024-03-05 19:05:00 +00:00
anv_private.h hasvk: fix non matching image/view format attachment resolve 2024-10-17 20:24:37 +00:00
anv_queue.c
anv_util.c
anv_utrace.c anv/hasvk: add indirect tracepoint arguments 2024-08-03 16:03:04 +03:00
anv_wsi.c intel: move debug identifier out of libintel_dev 2024-05-11 01:52:01 +00:00
genX_blorp_exec.c intel: Use _brw suffix for genX headers that rely on brw 2024-02-24 00:24:32 +00:00
genX_cmd_buffer.c hasvk: fix non matching image/view format attachment resolve 2024-10-17 20:24:37 +00:00
genX_gpu_memcpy.c anv,iris,hasvk: Use ISL_SURF_USAGE_STREAM_OUT_BIT for setting stream-out MOCS 2023-07-12 23:47:25 -07:00
genX_pipeline.c intel: Move slm functions from brw_compiler.h to intel_compute_slm.c/h 2024-05-30 16:46:16 +00:00
genX_query.c mi-builder: rename relocated api 2024-06-13 11:04:31 +00:00
genX_state.c anv/hasvk: add indirect tracepoint arguments 2024-08-03 16:03:04 +03:00
gfx7_cmd_buffer.c vulkan: rename depth bias graphics states 2024-12-06 13:48:26 -05:00
gfx8_cmd_buffer.c vulkan: rename depth bias graphics states 2024-12-06 13:48:26 -05:00
meson.build format: Generate endian-independent format aliases 2024-07-19 13:50:42 +00:00