Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7242 HLSLShaderAttr::ShaderType ShaderType; in handleHLSLShaderAttr() local
7243 if (!HLSLShaderAttr::ConvertStrToShaderType(Str, ShaderType)) { in handleHLSLShaderAttr()
7251 HLSLShaderAttr *NewAttr = S.mergeHLSLShaderAttr(D, AL, ShaderType); in handleHLSLShaderAttr()
7258 HLSLShaderAttr::ShaderType ShaderType) { in mergeHLSLShaderAttr() argument
7260 if (NT->getType() != ShaderType) { in mergeHLSLShaderAttr()
7266 return HLSLShaderAttr::Create(Context, ShaderType, AL); in mergeHLSLShaderAttr()
H A DSemaDecl.cpp12515 HLSLShaderAttr::ShaderType ShaderType; in ActOnHLSLTopLevelFunction() local
12516 if (HLSLShaderAttr::ConvertStrToShaderType(Env, ShaderType)) { in ActOnHLSLTopLevelFunction()
12520 if (Shader->getType() != ShaderType) { in ActOnHLSLTopLevelFunction()
12528 FD->addAttr(HLSLShaderAttr::CreateImplicit(Context, ShaderType, in ActOnHLSLTopLevelFunction()
12545 HLSLShaderAttr::ShaderType ST = ShaderAttr->getType(); in CheckHLSLEntryPoint()
12598 HLSLShaderAttr::ShaderType ST = ShaderAttr->getType(); in CheckHLSLSemanticAnnotation()
12614 const Attr *A, HLSLShaderAttr::ShaderType Stage, in DiagnoseHLSLAttrStageMismatch()
12615 std::initializer_list<HLSLShaderAttr::ShaderType> AllowedStages) { in DiagnoseHLSLAttrStageMismatch()
12618 [](HLSLShaderAttr::ShaderType ST) { in DiagnoseHLSLAttrStageMismatch()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3020 const Attr *A, HLSLShaderAttr::ShaderType Stage,
3021 std::initializer_list<HLSLShaderAttr::ShaderType> AllowedStages);
3752 HLSLShaderAttr::ShaderType ShaderType);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1608 unsigned ShaderType = SIInstrInfo::getDSShaderTypeValue(*MF); in selectDSOrderedIntrinsic() local
1617 Offset1 |= ShaderType << 2; in selectDSOrderedIntrinsic()
H A DSIISelLowering.cpp8435 unsigned ShaderType = in LowerINTRINSIC_W_CHAIN() local
8444 Offset1 |= ShaderType << 2; in LowerINTRINSIC_W_CHAIN()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4325 EnumArgument<"Type", "ShaderType",