DirectXShaderCompiler/lib/DxilPIXPasses
Joshua Batista 071972d7df
Remove some warnings from GCC when building DXC (#5262)
* remove warnings on dxc

* address feedback

* remove removed functions' declarations

* get rid of another unused function

* use maybe_unused instead of if 0 when removing unused functions

* address commenting issues

* Revert "use maybe_unused instead of if 0 when removing unused functions" because c++17 extensions aren't enabled

This reverts commit 3a00d8eb84.

* remove incorrect scope
2023-06-02 13:10:20 -07:00
..
CMakeLists.txt Automate generating of intrinsic code (#4001) 2021-11-02 13:43:47 -05:00
DxilAddPixelHitInstrumentation.cpp Change getPassName return type to StringRef. (#4247) 2022-02-10 14:14:43 -08:00
DxilAnnotateWithVirtualRegister.cpp PIX:Descend Type Hierarchy for Alloca'd structs (#5028) 2023-02-15 16:52:23 -08:00
DxilDbgValueToDbgDeclare.cpp Remove some warnings from GCC when building DXC (#5262) 2023-06-02 13:10:20 -07:00
DxilDebugInstrumentation.cpp Pix: Debug instrumentation: Create values per-function (#4976) 2023-01-27 15:25:08 -08:00
DxilForceEarlyZ.cpp Change getPassName return type to StringRef. (#4247) 2022-02-10 14:14:43 -08:00
DxilOutputColorBecomesConstant.cpp Change getPassName return type to StringRef. (#4247) 2022-02-10 14:14:43 -08:00
DxilPIXAddTidToAmplificationShaderPayload.cpp Change getPassName return type to StringRef. (#4247) 2022-02-10 14:14:43 -08:00
DxilPIXMeshShaderOutputInstrumentation.cpp PIX: Switch back to non-raw buffer stores (#4764) 2022-11-04 12:29:01 -07:00
DxilPIXPasses.cpp Automate generating of intrinsic code (#4001) 2021-11-02 13:43:47 -05:00
DxilPIXVirtualRegisters.cpp Just run clang format on PIX passes (#2611) 2019-12-02 11:22:54 -08:00
DxilReduceMSAAToSingleSample.cpp Change getPassName return type to StringRef. (#4247) 2022-02-10 14:14:43 -08:00
DxilRemoveDiscards.cpp Change getPassName return type to StringRef. (#4247) 2022-02-10 14:14:43 -08:00
DxilShaderAccessTracking.cpp PIX: Preserve shader-access-tracking flag for descriptor-heap-indexed resources (#5053) 2023-02-23 11:28:34 -08:00
LLVMBuild.txt Clean up and rework DXIL library depencencies (#4877) 2023-01-03 10:04:22 -06:00
PixPassHelpers.cpp PIX: Modify root sigs in place (plus fix root sig memory leak) (#4876) 2022-12-15 16:36:09 -08:00
PixPassHelpers.h PIX: Fix instrumentation of libraries; instruction numbering reports (#4817) 2022-11-28 09:31:41 -08:00