Searched refs:SelectionControl (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/ |
D | SPIRVBaseInfo.h | 139 namespace SelectionControl {
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
D | SPIRVSymbolicOperands.td | 1243 // Multiclass used to define SelectionControl enum values and at the same time 1247 def SelectionControl : GenericEnum, Operand<i32> { 1248 let FilterClass = "SelectionControl"; 1254 class SelectionControl<string name, bits<32> value> { 1260 def : SelectionControl<NAME, value>;
|
D | SPIRVInstrInfo.td | 583 def OpSelectionMerge: Op<247, (outs), (ins ID:$merge, SelectionControl:$sc),
|
/external/angle/third_party/spirv-tools/src/test/ |
D | operand_capabilities_test.cpp | 595 SelectionControl, EnumCapabilityTest,
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | operand_capabilities_test.cpp | 595 SelectionControl, EnumCapabilityTest,
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand_capabilities_test.cpp | 595 SelectionControl, EnumCapabilityTest,
|
/external/rust/android-crates-io/crates/vulkano/out/ |
D | spirv_parse.rs | 1254 selection_control: SelectionControl, 5410 selection_control: SelectionControl::parse(reader)?, in parse() 9540 pub struct SelectionControl { struct 9544 impl SelectionControl { argument 9546 fn parse(reader: &mut InstructionReader<'_>) -> Result<SelectionControl, ParseError> { in parse() argument
|