Skip to content

Commit

Permalink
Removing isInputsPulled
Browse files Browse the repository at this point in the history
Removing `isInputsPulled`
  • Loading branch information
scottp101 authored and igcbot committed Dec 19, 2024
1 parent a4ccf49 commit 1746447
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IGC/Compiler/CISACodeGen/GenericShaderState.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ namespace IGC
uint32_t m_BindingTableEntryCount = 0;
// Holds binding table entries bitmap.
uint32_t m_BindingTableUsedEntriesBitmap = 0;
//true if any input is pulled, false otherwise
bool isInputsPulled = false;
/// Dispatch size is the number of logical threads running in one hardware thread
SIMDMode m_dispatchSize = SIMDMode::UNKNOWN;

Expand Down

0 comments on commit 1746447

Please sign in to comment.