mesa/src/intel/vulkan_hasvk
Felix DeGrood 22f8331320 hasvk: Emit CS stall on INTEL_MEASURE timestamp
For INTEL_MEASURE, ensure all prior instructions completed before
timestamp taken. Continue to support no CS flush case for Perfetto.
CS stall was dropped from pipecontrol when adding u_trace support.

Fixes: cc5843a573 ("anv: implement u_trace support")
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20502>
(cherry picked from commit c1c81137d9)
2023-01-11 17:44:20 +00:00
..
tests
anv_allocator.c hasvk: Nuke code around local memory 2022-10-23 16:33:20 -07:00
anv_android.c
anv_android.h
anv_android_stubs.c
anv_batch_chain.c utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
anv_blorp.c
anv_bo_sync.c
anv_cmd_buffer.c hasvk: Switch to the common descriptor update template struct 2022-09-17 03:32:29 +00:00
anv_descriptor_set.c hasvk: Switch to the common descriptor update template struct 2022-09-17 03:32:29 +00:00
anv_device.c hasvk: fix android build and reported API version 2022-11-09 21:22:05 +00:00
anv_formats.c vulkan_hasvk: set READ/WRITE_WITHOUT_FORMAT for buffer views 2022-10-05 09:45:57 -07:00
anv_gem.c hasvk: Nuke code around local memory 2022-10-23 16:33:20 -07:00
anv_gem_stubs.c hasvk: Nuke code around local memory 2022-10-23 16:33:20 -07:00
anv_genX.h hasvk: Emit CS stall on INTEL_MEASURE timestamp 2023-01-11 17:44:20 +00:00
anv_image.c utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
anv_measure.c hasvk: Emit CS stall on INTEL_MEASURE timestamp 2023-01-11 17:44:20 +00:00
anv_measure.h
anv_nir.h
anv_nir_add_base_work_group_id.c
anv_nir_apply_pipeline_layout.c
anv_nir_compute_push_layout.c
anv_nir_lower_multiview.c utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
anv_nir_lower_ubo_loads.c
anv_nir_lower_ycbcr_textures.c
anv_perf.c intel: Convert missing i915 engine types to intel 2022-10-15 20:04:51 +00:00
anv_pipeline.c intel/fs: make Wa_1806565034 conditional to non robust access 2022-12-14 20:56:54 +00:00
anv_pipeline_cache.c utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
anv_private.h hasvk: Emit CS stall on INTEL_MEASURE timestamp 2023-01-11 17:44:20 +00:00
anv_queue.c
anv_util.c
anv_utrace.c hasvk: Emit CS stall on INTEL_MEASURE timestamp 2023-01-11 17:44:20 +00:00
anv_wsi.c
genX_blorp_exec.c intel/utrace: make blorp tracepoints more readable 2022-09-21 12:38:34 +00:00
genX_cmd_buffer.c hasvk: Emit CS stall on INTEL_MEASURE timestamp 2023-01-11 17:44:20 +00:00
genX_gpu_memcpy.c
genX_pipeline.c intel: factor out dispatch PS enabling logic 2022-12-14 20:47:01 +00:00
genX_query.c intel: Convert missing i915 engine types to intel 2022-10-15 20:04:51 +00:00
genX_state.c intel: Convert missing i915 engine types to intel 2022-10-15 20:04:51 +00:00
gfx7_cmd_buffer.c
gfx8_cmd_buffer.c
meson.build hasvk: remove acceleration structure code 2022-09-02 09:40:46 +00:00
TODO