We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AtomicInt64OnTypedResource
DXIL::OpCode::AtomicBinOp
DXIL::OpCode::AtomicCompareExchange
Int64Ty
AtomicInt64OnGroupShared
Instruction::AtomicCmpXchg
Instruction::AtomicRMW
AtomicInt64OnHeapResource
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AtomicInt64OnTypedResource
#116148Set function-level flag if
DXIL::OpCode::AtomicBinOp
orDXIL::OpCode::AtomicCompareExchange
with
Int64Ty
operands is used and has typed resource property.AtomicInt64OnGroupShared
#116150Set function-level flag if
Instruction::AtomicCmpXchg
orInstruction::AtomicRMW
instruction with
Int64Ty
operands is used and has typed resource propertyAtomicInt64OnHeapResource
#116152Set function-level flag if
DXIL::OpCode::AtomicBinOp
orDXIL::OpCode::AtomicCompareExchange
instruction with Int64Ty operands is used and no resource is associated with handle
The text was updated successfully, but these errors were encountered: