Lines Matching refs:to_underlying
98 llvm::to_underlying(dxbc::RootParameterType::Constants32Bit); in parseRootConstants()
141 Header.ParameterType = llvm::to_underlying(dxbc::RootParameterType::SRV); in parseRootDescriptors()
144 Header.ParameterType = llvm::to_underlying(dxbc::RootParameterType::UAV); in parseRootDescriptors()
147 Header.ParameterType = llvm::to_underlying(dxbc::RootParameterType::CBV); in parseRootDescriptors()
202 .Case("CBV", llvm::to_underlying(dxbc::DescriptorRangeType::CBV)) in parseDescriptorRange()
203 .Case("SRV", llvm::to_underlying(dxbc::DescriptorRangeType::SRV)) in parseDescriptorRange()
204 .Case("UAV", llvm::to_underlying(dxbc::DescriptorRangeType::UAV)) in parseDescriptorRange()
206 llvm::to_underlying(dxbc::DescriptorRangeType::Sampler)) in parseDescriptorRange()
257 llvm::to_underlying(dxbc::RootParameterType::DescriptorTable); in parseDescriptorTable()
422 case llvm::to_underlying(dxbc::RootParameterType::CBV): in validate()
423 case llvm::to_underlying(dxbc::RootParameterType::UAV): in validate()
424 case llvm::to_underlying(dxbc::RootParameterType::SRV): { in validate()
441 case llvm::to_underlying(dxbc::RootParameterType::DescriptorTable): { in validate()
634 case llvm::to_underlying(dxbc::RootParameterType::Constants32Bit): { in run()
642 case llvm::to_underlying(dxbc::RootParameterType::CBV): in run()
643 case llvm::to_underlying(dxbc::RootParameterType::UAV): in run()
644 case llvm::to_underlying(dxbc::RootParameterType::SRV): { in run()
653 case llvm::to_underlying(dxbc::RootParameterType::DescriptorTable): { in run()