Searched refs:ShaderType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 7242 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 D | SemaDecl.cpp | 12515 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 D | Sema.h | 3020 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 D | AMDGPUInstructionSelector.cpp | 1608 unsigned ShaderType = SIInstrInfo::getDSShaderTypeValue(*MF); in selectDSOrderedIntrinsic() local 1617 Offset1 |= ShaderType << 2; in selectDSOrderedIntrinsic()
|
| H A D | SIISelLowering.cpp | 8435 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 D | Attr.td | 4325 EnumArgument<"Type", "ShaderType",
|