Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dtarget-env.mlir22 // The GeometryPointSize capability implies the Geometry capability, which
118 spv.target_env = #spv.target_env<#spv.vce<v1.0, [GeometryPointSize], []>, #spv.resource_limits<>>
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h48 GeometryPointSize = 24, enumerator
H A DSPIRVBaseInfo.cpp56 CASE(Capability, GeometryPointSize) in getCapabilityName()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td1248 def SPV_C_GeometryPointSize : I32EnumAttrCase<"GeometryPointSize", 24> {