Home | History | Annotate | Download | only in SPIRV

Lines Matching defs:EPT

1060     SPIR::ParamType *EPT = nullptr;
1064 EPT = new SPIR::BlockType;
1092 EPT = BlockTy;
1098 EPT = OpaquePtrTy;
1101 EPT = new SPIR::PrimitiveType(Prim);
1106 EPT = new SPIR::PrimitiveType(SPIR::PRIMITIVE_NDRANGE_T);
1108 if (EPT)
1109 return SPIR::RefParamType(EPT);