Home
last modified time | relevance | path

Searched refs:TessellationControl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBarrierOps.td45 TessellationControl, GLCompute, or Kernel execution models. There is no
48 When used with the TessellationControl execution model, it also
H A DSPIRVBase.td3019 def SPV_EM_TessellationControl : I32EnumAttrCase<"TessellationControl", 1> {
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h177 TessellationControl = 1, enumerator
H A DSPIRVBaseInfo.cpp183 CASE(ExecutionModel, TessellationControl) in getExecutionModelName()