Home
last modified time | relevance | path

Searched refs:ShaderType (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp7071 HLSLShaderAttr::ShaderType ShaderType; in handleHLSLShaderAttr() local
7072 if (!HLSLShaderAttr::ConvertStrToShaderType(Str, ShaderType) || in handleHLSLShaderAttr()
7076 ShaderType == HLSLShaderAttr::Library) { in handleHLSLShaderAttr()
7084 HLSLShaderAttr *NewAttr = S.mergeHLSLShaderAttr(D, AL, ShaderType); in handleHLSLShaderAttr()
7091 HLSLShaderAttr::ShaderType ShaderType) { in mergeHLSLShaderAttr() argument
7093 if (NT->getType() != ShaderType) { in mergeHLSLShaderAttr()
7099 return HLSLShaderAttr::Create(Context, ShaderType, AL); in mergeHLSLShaderAttr()
H A DSemaDecl.cpp10189 HLSLShaderAttr::ShaderType ShaderType = in ActOnFunctionDeclarator() local
10190 static_cast<HLSLShaderAttr::ShaderType>( in ActOnFunctionDeclarator()
10194 if (HLSLShaderAttr *Attr = mergeHLSLShaderAttr(NewFD, AL, ShaderType)) in ActOnFunctionDeclarator()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td4046 // ShaderType will be converted to llvm::Triple::EnvironmentType like
4047 // (llvm::Triple::EnvironmentType)((uint32_t)ShaderType +
4051 EnumArgument<"Type", "ShaderType",
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1543 unsigned ShaderType = SIInstrInfo::getDSShaderTypeValue(*MF); in selectDSOrderedIntrinsic() local
1552 Offset1 |= ShaderType << 2; in selectDSOrderedIntrinsic()
H A DSIISelLowering.cpp7297 unsigned ShaderType = in LowerINTRINSIC_W_CHAIN() local
7306 Offset1 |= ShaderType << 2; in LowerINTRINSIC_W_CHAIN()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3684 HLSLShaderAttr::ShaderType ShaderType);