SYMBOL INDEX (2565 symbols across 155 files) FILE: AsmGen/DataFiles/CommonFunctions.c function setAffinity (line 12) | void setAffinity(int core) { type ThreadData (line 21) | struct ThreadData { function printCsvHeader (line 29) | void printCsvHeader(uint32_t* xCounts, uint32_t xLen) { function printResultFloatArr (line 39) | void printResultFloatArr(float* arr, uint32_t *xCounts, uint32_t xLen, u... function FillPatternArr (line 53) | void FillPatternArr(uint32_t* pattern_arr, uint32_t list_size, uint32_t ... FILE: AsmGen/DataFiles/GccBranchHistFunction.c function runBranchHistTest (line 7) | float runBranchHistTest(uint32_t historyLen, uint32_t branchCountIdx, in... FILE: AsmGen/DataFiles/GccIndirectBranchFunction.c function runIndirectBranchTest (line 7) | float runIndirectBranchTest(uint32_t branchCountIdx, uint32_t targetCoun... FILE: AsmGen/IUarchTest.cs type IUarchTest (line 5) | public interface IUarchTest method SupportsIsa (line 12) | public bool SupportsIsa(ISA isa); method GenerateAsm (line 14) | public void GenerateAsm(StringBuilder sb, ISA isa); method GenerateTestBlock (line 15) | public void GenerateTestBlock(StringBuilder sb, ISA isa); method GenerateAsmGlobalLines (line 16) | public void GenerateAsmGlobalLines(StringBuilder sb); method GenerateExternLines (line 17) | public void GenerateExternLines(StringBuilder sb); type ISA (line 19) | public enum ISA FILE: AsmGen/Program.cs class Program (line 9) | class Program method Main (line 17) | static void Main(string[] args) method GenerateCFile (line 46) | static void GenerateCFile(List tests, IUarchTest.ISA isa) method GenerateAsmFile (line 82) | static void GenerateAsmFile(List tests, IUarchTest.ISA isa) method GenerateMakefile (line 112) | static void GenerateMakefile() method AddCommonInitCode (line 139) | static void AddCommonInitCode(StringBuilder sb, List tests... method AddCommonEndCode (line 187) | static void AddCommonEndCode(StringBuilder sb) method GenerateLatencyTestArray (line 194) | static void GenerateLatencyTestArray(StringBuilder sb) FILE: AsmGen/UarchTest.cs class UarchTest (line 6) | public abstract class UarchTest : IUarchTest method SupportsIsa (line 20) | public abstract bool SupportsIsa(IUarchTest.ISA isa); method GenerateAsm (line 21) | public abstract void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa); method GenerateAsmGlobalLines (line 23) | public void GenerateAsmGlobalLines(StringBuilder sb) method GenerateExternLines (line 29) | public void GenerateExternLines(StringBuilder sb) method GenerateTestBlock (line 50) | public void GenerateTestBlock(StringBuilder sb, IUarchTest.ISA isa) method GenerateMipsPrepArrayFunction (line 119) | public static void GenerateMipsPrepArrayFunction(StringBuilder sb) method GenerateRiscvPrepArrayFunction (line 142) | public static void GenerateRiscvPrepArrayFunction(StringBuilder sb) FILE: AsmGen/UarchTestHelpers.cs class UarchTestHelpers (line 9) | public static class UarchTestHelpers method GenerateCountArray (line 11) | public static int[] GenerateCountArray(int low, int high, int step) method GenerateNasmGlobalLines (line 22) | public static void GenerateNasmGlobalLines(StringBuilder sb, UarchTest... method GenerateAsmGlobalLines (line 29) | public static void GenerateAsmGlobalLines(StringBuilder sb, UarchTest ... method GenerateExternLines (line 36) | public static void GenerateExternLines(StringBuilder sb, UarchTest test) method GenerateVsExternLines (line 43) | public static void GenerateVsExternLines(StringBuilder sb, UarchTest t... method GenerateX86AsmDivStructureTestFuncs (line 62) | public static void GenerateX86AsmDivStructureTestFuncs(StringBuilder s... method GenerateX86AsmDivNsqTestFuncs (line 162) | public static void GenerateX86AsmDivNsqTestFuncs(StringBuilder sb, method GenerateX86AsmStructureTestFuncs (line 283) | public static void GenerateX86AsmStructureTestFuncs(StringBuilder sb, method GenerateX86AsmNsqTestFuncs (line 380) | public static void GenerateX86AsmNsqTestFuncs(StringBuilder sb, method GenerateX86AsmIntSchedTestFuncs (line 470) | public static void GenerateX86AsmIntSchedTestFuncs(StringBuilder sb, i... method GenerateX86AsmFpSchedTestFuncs (line 548) | public static void GenerateX86AsmFpSchedTestFuncs(StringBuilder sb, in... method GenerateX86AsmFp256SchedTestFuncs (line 618) | public static void GenerateX86AsmFp256SchedTestFuncs(StringBuilder sb,... method GenerateX86NasmDivStructureTestFuncs (line 701) | public static void GenerateX86NasmDivStructureTestFuncs(StringBuilder ... method GenerateArmAsmStructureTestFuncs (line 795) | public static void GenerateArmAsmStructureTestFuncs(StringBuilder sb, method GenerateArmAsmNsqTestFuncs (line 863) | public static void GenerateArmAsmNsqTestFuncs(StringBuilder sb, method GenerateStub (line 927) | public static void GenerateStub(StringBuilder sb, int[] counts, string... method GenerateArmAsmFpSchedTestFuncs (line 937) | public static void GenerateArmAsmFpSchedTestFuncs(StringBuilder sb, in... method GenerateArmAsmDivStructureTestFuncs (line 950) | public static void GenerateArmAsmDivStructureTestFuncs(StringBuilder sb, method GetArmDependentBranch (line 1016) | public static string GetArmDependentBranch(string prefix) method GetArmDependentBranchTarget (line 1021) | public static string GetArmDependentBranchTarget(string prefix) method GetRiscvDependentBranch (line 1026) | public static string GetRiscvDependentBranch(string prefix) method GetRiscvDependentBranchTarget (line 1031) | public static string GetRiscvDependentBranchTarget(string prefix) method GenerateArmAsmDivNsqTestFuncs (line 1036) | public static void GenerateArmAsmDivNsqTestFuncs(StringBuilder sb, method GenerateMipsAsmStructureTestFuncs (line 1118) | public static void GenerateMipsAsmStructureTestFuncs(StringBuilder sb, method GenerateRiscvAsmStructureTestFuncs (line 1163) | public static void GenerateRiscvAsmStructureTestFuncs(StringBuilder sb, FILE: AsmGen/tests/A73RobTest.cs class A73RobTest (line 9) | public class A73RobTest : UarchTest method A73RobTest (line 11) | public A73RobTest(int low, int high, int step) method SupportsIsa (line 21) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 27) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/AddLoopTest.cs class AddLoopTest (line 5) | public class AddLoopTest : UarchTest method AddLoopTest (line 13) | public AddLoopTest(int low, int high, int step) method SupportsIsa (line 23) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 31) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86GccAsm (line 37) | public void GenerateX86GccAsm(StringBuilder sb) method GenerateArmAsm (line 58) | public void GenerateArmAsm(StringBuilder sb) FILE: AsmGen/tests/AddNsq.cs class AddNsq (line 5) | public class AddNsq : UarchTest method AddNsq (line 8) | public AddNsq(int low, int high, int step, int totalOps) method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/AddSchedTest.cs class AddSchedTest (line 5) | public class AddSchedTest : UarchTest method AddSchedTest (line 7) | public AddSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/AddvNsq.cs class AddvNsq (line 5) | public class AddvNsq : UarchTest method AddvNsq (line 8) | public AddvNsq(int low, int high, int step, int totalOps) method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 25) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/AddvSchedTest.cs class AddvSched (line 5) | public class AddvSched : UarchTest method AddvSched (line 7) | public AddvSched(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/AeseSchedTest.cs class AeseSchedTest (line 5) | public class AeseSchedTest : UarchTest method AeseSchedTest (line 7) | public AeseSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/AesencNsq.cs class AesencNsq (line 5) | public class AesencNsq : UarchTest method AesencNsq (line 8) | public AesencNsq(int low, int high, int step, int totalOps) method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/BranchBufferTest.cs class BranchBufferTest (line 5) | public class BranchBufferTest : UarchTest method BranchBufferTest (line 9) | public BranchBufferTest(int low, int high, int step, bool mixNops = fa... method SupportsIsa (line 21) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 30) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86GccAsm (line 47) | public void GenerateX86GccAsm(StringBuilder sb) method GenerateArmAsm (line 119) | public void GenerateArmAsm(StringBuilder sb) method GenerateMipsAsm (line 173) | public void GenerateMipsAsm(StringBuilder sb) FILE: AsmGen/tests/BranchHistoryTest.cs class BranchHistoryTest (line 6) | public class BranchHistoryTest : IUarchTest method BranchHistoryTest (line 21) | public BranchHistoryTest() method SupportsIsa (line 33) | public bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 42) | public void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateArmAsm (line 50) | public void GenerateArmAsm(StringBuilder sb) method GenerateX86GccAsm (line 97) | public void GenerateX86GccAsm(StringBuilder sb) method GenerateMipsAsm (line 146) | public void GenerateMipsAsm(StringBuilder sb) method GenerateRiscvAsm (line 202) | public void GenerateRiscvAsm(StringBuilder sb) method GenerateTestBlock (line 256) | public void GenerateTestBlock(StringBuilder sb, IUarchTest.ISA isa) method GenerateAsmGlobalLines (line 264) | public void GenerateAsmGlobalLines(StringBuilder sb) method GenerateExternLines (line 271) | public void GenerateExternLines(StringBuilder sb) method GenerateInitializationCode (line 282) | public void GenerateInitializationCode(StringBuilder sb, bool gcc) method GenerateCommonTestBlock (line 306) | public void GenerateCommonTestBlock(StringBuilder sb) FILE: AsmGen/tests/BtbTest.cs class BtbTest (line 6) | public class BtbTest : UarchTest method SupportsIsa (line 12) | public override bool SupportsIsa(IUarchTest.ISA isa) type BranchType (line 21) | public enum BranchType method BtbTest (line 46) | public BtbTest(int spacing, BranchType branchType, bool varyspacing = ... method GetBranchFuncName (line 60) | private string GetBranchFuncName(int branchCount) { return Prefix + br... method GetLabelName (line 61) | public string GetLabelName(string funcName, int part) { return funcNam... method GenerateAsm (line 63) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86GccAsm (line 83) | public void GenerateX86GccAsm(StringBuilder sb) method Get4BNopAlign (line 145) | private string Get4BNopAlign() method GenerateArmAsm (line 174) | public void GenerateArmAsm(StringBuilder sb) method GenerateMipsAsm (line 233) | public void GenerateMipsAsm(StringBuilder sb) method GetRiscvNopAlign (line 274) | private string GetRiscvNopAlign() method GenerateRiscvAsm (line 289) | public void GenerateRiscvAsm(StringBuilder sb) FILE: AsmGen/tests/CvtSchedTest.cs class CvtSchedTest (line 5) | public class CvtSchedTest : UarchTest method CvtSchedTest (line 7) | public CvtSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/FAdd256RfTest.cs class Fadd256RfTest (line 5) | public class Fadd256RfTest : UarchTest type TestMode (line 7) | public enum TestMode method Fadd256RfTest (line 15) | public Fadd256RfTest(int low, int high, int step, TestMode mode) method SupportsIsa (line 27) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 35) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/Fadd128RfTest.cs class Fadd128RfTest (line 6) | public class Fadd128RfTest : UarchTest method Fadd128RfTest (line 9) | public Fadd128RfTest(int low, int high, int step, bool initialDependen... method SupportsIsa (line 20) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 35) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/Fadd128SchedTest.cs class Fadd128SchedTest (line 5) | public class Fadd128SchedTest : UarchTest method Fadd128SchedTest (line 7) | public Fadd128SchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/Fadd256SchedTest.cs class Fadd256SchedTest (line 5) | public class Fadd256SchedTest : UarchTest method Fadd256SchedTest (line 7) | public Fadd256SchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 25) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/FaddNsq.cs class FaddNsq (line 5) | public class FaddNsq : UarchTest method FaddNsq (line 8) | public FaddNsq(int low, int high, int step, int totalOps) method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/FaddSchedTest.cs class FaddSchedTest (line 5) | public class FaddSchedTest : UarchTest method FaddSchedTest (line 7) | public FaddSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/FcmpSchedTest.cs class FcmpSchedTest (line 5) | public class FcmpSchedTest : UarchTest method FcmpSchedTest (line 7) | public FcmpSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/FlagRfTest.cs class FlagRfTest (line 5) | public class FlagRfTest : UarchTest method FlagRfTest (line 8) | public FlagRfTest(int low, int high, int step, bool initialDependentBr... method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 28) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/Fma256SchedTest.cs class Fma256SchedTest (line 5) | public class Fma256SchedTest : UarchTest method Fma256SchedTest (line 7) | public Fma256SchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 25) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/FmovSched.cs class FmovSched (line 5) | public class FmovSched : UarchTest method FmovSched (line 7) | public FmovSched(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/FmulSchedTest.cs class FmulSchedTest (line 5) | public class FmulSchedTest : UarchTest method FmulSchedTest (line 7) | public FmulSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 25) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86Asm (line 41) | public void GenerateX86Asm(StringBuilder sb) method GenerateArmAsm (line 53) | public void GenerateArmAsm(StringBuilder sb) method GenerateRiscvAsm (line 63) | public void GenerateRiscvAsm(StringBuilder sb) FILE: AsmGen/tests/FpRfTest.cs class FpRfTest (line 5) | public class FpRfTest : UarchTest method FpRfTest (line 8) | public FpRfTest(int low, int high, int step, bool initialDependentBranch) method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 35) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/FpStoreDataNsq.cs class FpStoreDataNsqTest (line 5) | public class FpStoreDataNsqTest : UarchTest method FpStoreDataNsqTest (line 7) | public FpStoreDataNsqTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/IdrfTest.cs class IdrfTest (line 6) | public class IdrfTest : UarchTest method IdrfTest (line 8) | public IdrfTest(int low, int high, int step) method SupportsIsa (line 18) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/IndirectBranchTest.cs class IndirectBranchTest (line 6) | public class IndirectBranchTest : IUarchTest method IndirectBranchTest (line 13) | public IndirectBranchTest(bool assist) method SupportsIsa (line 25) | public bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 33) | public void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GetFunctionName (line 49) | private string GetFunctionName(int branchCount, int targetCount) method GetTargetLabelName (line 54) | private string GetTargetLabelName(int branchCount, int targetCount, in... method GenerateArmAsm (line 59) | public void GenerateArmAsm(StringBuilder sb) method GenerateX86GccAsm (line 169) | public void GenerateX86GccAsm(StringBuilder sb) method GenerateMipsAsm (line 281) | public void GenerateMipsAsm(StringBuilder sb) method GenerateExternLines (line 363) | public void GenerateExternLines(StringBuilder sb) method GenerateInitializationCode (line 374) | public void GenerateInitializationCode(StringBuilder sb) method GenerateAsmGlobalLines (line 407) | public void GenerateAsmGlobalLines(StringBuilder sb) method GenerateTestBlock (line 414) | public void GenerateTestBlock(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/IntRfDepStoreTest.cs class IntRfTestDependentStore (line 5) | public class IntRfTestDependentStore : UarchTest method IntRfTestDependentStore (line 7) | public IntRfTestDependentStore(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/IntRfTest.cs class IntRfTest (line 5) | public class IntRfTest : UarchTest method IntRfTest (line 8) | public IntRfTest(int low, int high, int step, bool initialDependentBra... method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 35) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/JsCvtNsq.cs class JsCvtNsq (line 5) | public class JsCvtNsq : UarchTest method JsCvtNsq (line 8) | public JsCvtNsq(int low, int high, int step, int totalOps) method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 25) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/JsCvtSched.cs class JsCvtSched (line 5) | public class JsCvtSched : UarchTest method JsCvtSched (line 7) | public JsCvtSched(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/JumpNsqTest.cs class JumpNsqTest (line 5) | public class JumpNsqTest : UarchTest method JumpNsqTest (line 7) | public JumpNsqTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/JumpSchedTest.cs class JumpSchedTest (line 5) | public class JumpSchedTest : UarchTest method JumpSchedTest (line 7) | public JumpSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/LdqTest.cs class LdqTest (line 5) | public class LdqTest : UarchTest method LdqTest (line 8) | public LdqTest(int low, int high, int step, bool initialDependentBranch) method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 35) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/LeaSchedTest.cs class LeaSchedTest (line 5) | public class LeaSchedTest : UarchTest method LeaSchedTest (line 7) | public LeaSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/LoadNsq.cs class LoadNsq (line 5) | public class LoadNsq : UarchTest method LoadNsq (line 7) | public LoadNsq(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/LoadSchedTest.cs class LoadSchedTest (line 5) | public class LoadSchedTest : UarchTest method LoadSchedTest (line 7) | public LoadSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MaddSchedTest.cs class MaddSchedTest (line 5) | public class MaddSchedTest : UarchTest method MaddSchedTest (line 7) | public MaddSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MaskRfTest.cs class MaskRfTest (line 5) | public class MaskRfTest : UarchTest method MaskRfTest (line 7) | public MaskRfTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixAddJumpSched.cs class MixAddJumpSchedTest (line 5) | public class MixAddJumpSchedTest : UarchTest method MixAddJumpSchedTest (line 7) | public MixAddJumpSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixAddvJsCvtNsq.cs class MixAddvJsCvtNsq (line 5) | public class MixAddvJsCvtNsq : UarchTest method MixAddvJsCvtNsq (line 7) | public MixAddvJsCvtNsq(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixAddvJsCvtSched.cs class MixAddvJsCvtSched (line 5) | public class MixAddvJsCvtSched : UarchTest method MixAddvJsCvtSched (line 7) | public MixAddvJsCvtSched(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixBranchStoreTest.cs class MixBranchStoreTest (line 5) | public class MixBranchStoreTest : UarchTest method MixBranchStoreTest (line 9) | public MixBranchStoreTest(int low, int high, int step, bool mixNops = ... method SupportsIsa (line 21) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 28) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateArmAsm (line 37) | public void GenerateArmAsm(StringBuilder sb) FILE: AsmGen/tests/MixFAdd256and32RfTest.cs class MixFAdd256and32RfTest (line 5) | public class MixFAdd256and32RfTest : UarchTest method MixFAdd256and32RfTest (line 7) | public MixFAdd256and32RfTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 25) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixFpRfDepBranchTest.cs class MixFpRfDepBranchTest (line 6) | public class MixFpRfDepBranchTest : UarchTest method MixFpRfDepBranchTest (line 9) | public MixFpRfDepBranchTest(int low, int high, int step, int interval) method SupportsIsa (line 20) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixFpVecRfTest.cs class MixFpVecRfTest (line 6) | public class MixFpVecRfTest : UarchTest method MixFpVecRfTest (line 9) | public MixFpVecRfTest(int low, int high, int step, bool initialDepende... method SupportsIsa (line 20) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 32) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixIntRfDepBranchTest.cs class MixIntRfDepBranchTest (line 6) | public class MixIntRfDepBranchTest : UarchTest method MixIntRfDepBranchTest (line 9) | public MixIntRfDepBranchTest(int low, int high, int step, int interval) method SupportsIsa (line 20) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixIntVec128RfTest.cs class MixIntVec128RfTest (line 5) | public class MixIntVec128RfTest : UarchTest method MixIntVec128RfTest (line 8) | public MixIntVec128RfTest(int low, int high, int step, bool initialDep... method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 27) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixIntrfFprfTest.cs class MixIntFpRfTest (line 6) | public class MixIntFpRfTest : UarchTest method MixIntFpRfTest (line 9) | public MixIntFpRfTest(int low, int high, int step, bool initialDepende... method SupportsIsa (line 20) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 30) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixJumpStoreDataSched.cs class MixJumpStoreDataSched (line 5) | public class MixJumpStoreDataSched : UarchTest method MixJumpStoreDataSched (line 7) | public MixJumpStoreDataSched(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixJumpStoreSchedTest.cs class MixJumpStoreSchedTest (line 5) | public class MixJumpStoreSchedTest : UarchTest method MixJumpStoreSchedTest (line 7) | public MixJumpStoreSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixJumpThenAddSched.cs class MixJumpThenAddSched (line 6) | public class MixJumpThenAddSched : UarchTest method MixJumpThenAddSched (line 8) | public MixJumpThenAddSched(int low, int high, int step) method SupportsIsa (line 18) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 27) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixLdqStqTest.cs class MixLdqStqTest (line 5) | public class MixLdqStqTest : UarchTest method MixLdqStqTest (line 8) | public MixLdqStqTest(int low, int high, int step, bool initialDependen... method SupportsIsa (line 18) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 25) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86GccAsm (line 37) | public void GenerateX86GccAsm(StringBuilder sb) method GenerateArmAsm (line 47) | public void GenerateArmAsm(StringBuilder sb) FILE: AsmGen/tests/MixLoadStoreDivSchedTest.cs class MixLoadStoreDivSchedTest (line 5) | public class MixLoadStoreDivSchedTest : UarchTest method MixLoadStoreDivSchedTest (line 7) | public MixLoadStoreDivSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86Asm (line 36) | public void GenerateX86Asm(StringBuilder sb) method GenerateArmAsm (line 45) | public void GenerateArmAsm(StringBuilder sb) FILE: AsmGen/tests/MixLoadStoreSchedTest.cs class MixLoadStoreSched (line 5) | public class MixLoadStoreSched : UarchTest method MixLoadStoreSched (line 7) | public MixLoadStoreSched(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 25) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixStoreDivSchedTest.cs class MixStoreDivSchedTest (line 5) | public class MixStoreDivSchedTest : UarchTest method MixStoreDivSchedTest (line 7) | public MixStoreDivSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86Asm (line 36) | public void GenerateX86Asm(StringBuilder sb) method GenerateArmAsm (line 52) | public void GenerateArmAsm(StringBuilder sb) FILE: AsmGen/tests/MixVec512Vec256BlockRfTest.cs class MixVec512Vec256BlockRfTest (line 6) | public class MixVec512Vec256BlockRfTest : UarchTest method MixVec512Vec256BlockRfTest (line 11) | public MixVec512Vec256BlockRfTest(int low, int high, int step, int nTiny) method SupportsIsa (line 21) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 27) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MixVec512Vec256RfTest.cs class MixVec512Vec256RfTest (line 6) | public class MixVec512Vec256RfTest : UarchTest method MixVec512Vec256RfTest (line 8) | public MixVec512Vec256RfTest(int low, int high, int step) method SupportsIsa (line 18) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/MmxRfTest.cs class MmxRfTest (line 5) | public class MmxRfTest : UarchTest method MmxRfTest (line 7) | public MmxRfTest(int low, int high, int step) method SupportsIsa (line 16) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 22) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86GccAsm (line 27) | public void GenerateX86GccAsm(StringBuilder sb) FILE: AsmGen/tests/MulSchedTest.cs class MulSchedTest (line 5) | public class MulSchedTest : UarchTest method MulSchedTest (line 7) | public MulSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/NopLoopTest.cs class NopLoopTest (line 5) | public class NopLoopTest : UarchTest method NopLoopTest (line 13) | public NopLoopTest(int high, int step) method SupportsIsa (line 23) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 31) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86GccAsm (line 37) | public void GenerateX86GccAsm(StringBuilder sb) method GenerateArmAsm (line 52) | public void GenerateArmAsm(StringBuilder sb) FILE: AsmGen/tests/PdepSchedTest.cs class PdepSchedTest (line 5) | public class PdepSchedTest : UarchTest method PdepSchedTest (line 7) | public PdepSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/ReturnStackTest.cs class ReturnStackTest (line 6) | public class ReturnStackTest : UarchTest method SupportsIsa (line 8) | public override bool SupportsIsa(IUarchTest.ISA isa) method ReturnStackTest (line 17) | public ReturnStackTest(int low, int high, int step) method GetFunctionName (line 27) | private string GetFunctionName(int count, int depth) { return $"return... method GetBranchFuncName (line 29) | private string GetBranchFuncName(int branchCount) { return Prefix + br... method GetLabelName (line 30) | public string GetLabelName(string funcName, int part) { return funcNam... method GenerateAsm (line 32) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86GccAsm (line 52) | public void GenerateX86GccAsm(StringBuilder sb) method GenerateArmAsm (line 86) | public void GenerateArmAsm(StringBuilder sb) method GenerateMipsAsm (line 126) | public void GenerateMipsAsm(StringBuilder sb) method GenerateRiscvAsm (line 170) | public void GenerateRiscvAsm(StringBuilder sb) FILE: AsmGen/tests/RobTest.cs class RobTest (line 5) | public class RobTest : UarchTest method RobTest (line 9) | public RobTest(int low, int high, int step, bool initialDependentBranch) method SupportsIsa (line 21) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 37) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/RorSchedTest.cs class RorSchedTest (line 5) | public class RorSchedTest : UarchTest method RorSchedTest (line 7) | public RorSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/ShlSchedTest.cs class ShlSchedTest (line 5) | public class ShlSchedTest : UarchTest method ShlSchedTest (line 7) | public ShlSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/StoreDataDivNsqTest.cs class StoreDataDivNsqTest (line 5) | public class StoreDataDivNsqTest : UarchTest method StoreDataDivNsqTest (line 7) | public StoreDataDivNsqTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/StoreDataNsqTest.cs class StoreDataNsq (line 5) | public class StoreDataNsq : UarchTest method StoreDataNsq (line 7) | public StoreDataNsq(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/StoreDataSchedTest.cs class StoreDataSchedTest (line 5) | public class StoreDataSchedTest : UarchTest method StoreDataSchedTest (line 7) | public StoreDataSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/StoreDivNsqTest.cs class StoreDivNsqTest (line 5) | public class StoreDivNsqTest : UarchTest method StoreDivNsqTest (line 7) | public StoreDivNsqTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/StoreDivSchedTest.cs class StoreDivSchedTest (line 5) | public class StoreDivSchedTest : UarchTest method StoreDivSchedTest (line 7) | public StoreDivSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86Asm (line 36) | public void GenerateX86Asm(StringBuilder sb) method GenerateArmAsm (line 56) | public void GenerateArmAsm(StringBuilder sb) FILE: AsmGen/tests/StoreNsq.cs class StoreNsq (line 5) | public class StoreNsq : UarchTest method StoreNsq (line 7) | public StoreNsq(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 23) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/StoreSchedTest.cs class StoreSchedTest (line 5) | public class StoreSchedTest : UarchTest method StoreSchedTest (line 7) | public StoreSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 25) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/Stq128Test.cs class Stq128Test (line 5) | public class Stq128Test : UarchTest method Stq128Test (line 8) | public Stq128Test(int low, int high, int step, bool initialDependentBr... method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 34) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/Stq512Test.cs class Stq512Test (line 6) | public class Stq512Test : UarchTest method Stq512Test (line 9) | public Stq512Test(int low, int high, int step, bool differentLines) method SupportsIsa (line 21) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 27) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/StqTest.cs class StqTest (line 6) | public class StqTest : UarchTest method StqTest (line 11) | public StqTest(int low, int high, int step, bool initialDependentBranc... method SupportsIsa (line 23) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 39) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/TakenBranchBufferTest.cs class TakenBranchBufferTest (line 5) | public class TakenBranchBufferTest : UarchTest method TakenBranchBufferTest (line 8) | public TakenBranchBufferTest(int low, int high, int step, bool initial... method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 29) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) method GenerateX86GccAsm (line 35) | public void GenerateX86GccAsm(StringBuilder sb) method GenerateArmAsm (line 106) | public void GenerateArmAsm(StringBuilder sb) FILE: AsmGen/tests/TakenJumpSchedTest.cs class TakenJumpSchedTest (line 5) | public class TakenJumpSchedTest : UarchTest method TakenJumpSchedTest (line 7) | public TakenJumpSchedTest(int low, int high, int step) method SupportsIsa (line 17) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/Vec512RfTest.cs class Vec512RfTest (line 6) | public class Vec512RfTest : UarchTest method Vec512RfTest (line 8) | public Vec512RfTest(int low, int high, int step) method SupportsIsa (line 18) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 24) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/VecMulNsq.cs class VecMulNsq (line 5) | public class VecMulNsq : UarchTest method VecMulNsq (line 8) | public VecMulNsq(int low, int high, int step, int totalOps) method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 26) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: AsmGen/tests/ZeroRobTest.cs class ZeroRobTest (line 5) | public class ZeroRobTest : UarchTest method ZeroRobTest (line 8) | public ZeroRobTest(int low, int high, int step, bool initialDependentB... method SupportsIsa (line 19) | public override bool SupportsIsa(IUarchTest.ISA isa) method GenerateAsm (line 28) | public override void GenerateAsm(StringBuilder sb, IUarchTest.ISA isa) FILE: CoherencyLatency/CoherencyLatency.cpp type LatencyThreadData (line 23) | struct LatencyThreadData { function main (line 31) | int main(int argc, char *argv[]) { function TimeThreads (line 113) | float TimeThreads(unsigned int processor1, unsigned int processor2, uint... function RunTest (line 155) | float RunTest(unsigned int processor1, unsigned int processor2, uint64_t... function RunOwnedTest (line 171) | float RunOwnedTest(unsigned int processor1, unsigned int processor2, uin... function DWORD (line 205) | DWORD WINAPI LatencyTestThread(LPVOID param) { function DWORD (line 223) | DWORD WINAPI ReadLatencyTestThread(LPVOID param) { FILE: CoherencyLatency/PThreadsCoherencyLatency.c type LatencyData (line 20) | typedef struct LatencyThreadData { type LatencyPairRunData (line 27) | typedef struct LatencyPairRunData { function main (line 40) | int main(int argc, char *argv[]) { function TimeThreads (line 177) | float TimeThreads(unsigned int proc1, FILE: CoherencyLatency/c2cparse/Program.cs class C2CParse (line 4) | public class C2CParse method Main (line 6) | public static void Main(string[] args) method GetCoreIndex (line 68) | public static int GetCoreIndex(int inputIndex, int smtCount, int coreC... FILE: Common/perfmon.h function readmsr (line 2) | uint64_t readmsr(uint32_t coreindex, uint32_t msrindex) { type perf_read_data (line 21) | struct perf_read_data { type perf_select_data (line 29) | struct perf_select_data { type perf_select_data (line 37) | struct perf_select_data type perf_read_data (line 38) | struct perf_read_data type timeval (line 39) | struct timeval function initialize_hw_event (line 43) | void initialize_hw_event(struct perf_event_attr *attr, uint64_t cfg, uin... function set_hw_event (line 59) | void set_hw_event(struct perf_select_data *evt, int groupfd) { function open_perf_monitoring (line 64) | void open_perf_monitoring() { function start_perf_monitoring (line 88) | void start_perf_monitoring() { function stop_perf_monitoring (line 96) | void stop_perf_monitoring() { function close_perf_monitoring (line 117) | void close_perf_monitoring() { function append_perf_header (line 121) | void append_perf_header() { function append_perf_values (line 129) | void append_perf_values() { FILE: Common/timing.c type timeb (line 3) | struct timeb function start_timing (line 4) | void start_timing() { function end_timing (line 8) | unsigned int end_timing() { function start_timing_ts (line 13) | void start_timing_ts(struct timeb *startTimeb) { function end_timing_ts (line 17) | unsigned int end_timing_ts(struct timeb* startTimeb) { type timeval (line 25) | struct timeval function start_timing (line 26) | void start_timing() { function end_timing (line 30) | unsigned int end_timing() { function start_timing_ts (line 35) | void start_timing_ts(struct timeval* start) { function end_timing_ts (line 39) | unsigned int end_timing_ts(struct timeval* start) { function scale_iterations_to_target (line 47) | unsigned long long scale_iterations_to_target(unsigned long long last_it... FILE: Common/timing.h type timeb (line 8) | struct timeb type timeb (line 13) | struct timeb type timeb (line 14) | struct timeb type timeval (line 16) | struct timeval type timeval (line 17) | struct timeval FILE: CoreClockChecker/BoostClockChecker.c function main (line 11) | int main(int argc, char *argv[]) { FILE: CoreClockChecker/CoreClockChecker.c function main (line 40) | int main(int argc, char *argv[]) { function detectCpuMaker (line 122) | void detectCpuMaker() { function setAffinity (line 143) | void setAffinity(int core) { function openMsr (line 155) | int openMsr(int core) { function readMsr (line 167) | uint64_t readMsr(int fd, uint32_t addr) { function writeMsr (line 176) | void writeMsr(int fd, uint32_t addr, uint64_t value) { function setBoost (line 189) | void setBoost(int on) { function getEnergyStatusUnits (line 207) | float getEnergyStatusUnits() { function getCoreEnergyStat (line 224) | uint64_t getCoreEnergyStat(int core) { function getPkgEnergyStat (line 233) | uint64_t getPkgEnergyStat(int core) { function getTotalCoreEnergy (line 241) | uint64_t getTotalCoreEnergy() { FILE: CoreClockChecker/WinCoreClockChecker/WinCoreClockChecker.cpp type ClockTestData (line 19) | struct ClockTestData { function main (line 32) | int main(int argc, char *argv[]) function RunEvenCoreTest (line 67) | void RunEvenCoreTest(int coreCount) function RunCoreByCoreClockTest (line 79) | void RunCoreByCoreClockTest(int *cores, int coreCount) function PrintResults (line 98) | void PrintResults(int *cores, float* results, int coreCount) function DWORD (line 121) | DWORD WINAPI ClockTestThread(LPVOID param) type timeb (line 131) | struct timeb type ClockTestData (line 132) | struct ClockTestData type ClockTestData (line 132) | struct ClockTestData type ClockTestData (line 132) | struct ClockTestData FILE: GpuMemLatency/OpenCL/include/CL/cl.h type _cl_platform_id (line 29) | struct _cl_platform_id type _cl_device_id (line 30) | struct _cl_device_id type _cl_context (line 31) | struct _cl_context type _cl_command_queue (line 32) | struct _cl_command_queue type _cl_mem (line 33) | struct _cl_mem type _cl_program (line 34) | struct _cl_program type _cl_kernel (line 35) | struct _cl_kernel type _cl_event (line 36) | struct _cl_event type _cl_sampler (line 37) | struct _cl_sampler type cl_uint (line 39) | typedef cl_uint cl_bool; type cl_ulong (line 40) | typedef cl_ulong cl_bitfield; type cl_bitfield (line 41) | typedef cl_bitfield cl_device_type; type cl_uint (line 42) | typedef cl_uint cl_platform_info; type cl_uint (line 43) | typedef cl_uint cl_device_info; type cl_bitfield (line 44) | typedef cl_bitfield cl_device_fp_config; type cl_uint (line 45) | typedef cl_uint cl_device_mem_cache_type; type cl_uint (line 46) | typedef cl_uint cl_device_local_mem_type; type cl_bitfield (line 47) | typedef cl_bitfield cl_device_exec_capabilities; type cl_bitfield (line 49) | typedef cl_bitfield cl_device_svm_capabilities; type cl_bitfield (line 51) | typedef cl_bitfield cl_command_queue_properties; type cl_device_partition_property (line 53) | typedef intptr_t cl_device_partition_property; type cl_bitfield (line 54) | typedef cl_bitfield cl_device_affinity_domain; type cl_context_properties (line 57) | typedef intptr_t cl_context_properties; type cl_uint (line 58) | typedef cl_uint cl_context_info; type cl_bitfield (line 60) | typedef cl_bitfield cl_queue_properties; type cl_uint (line 62) | typedef cl_uint cl_command_queue_info; type cl_uint (line 63) | typedef cl_uint cl_channel_order; type cl_uint (line 64) | typedef cl_uint cl_channel_type; type cl_bitfield (line 65) | typedef cl_bitfield cl_mem_flags; type cl_bitfield (line 67) | typedef cl_bitfield cl_svm_mem_flags; type cl_uint (line 69) | typedef cl_uint cl_mem_object_type; type cl_uint (line 70) | typedef cl_uint cl_mem_info; type cl_bitfield (line 72) | typedef cl_bitfield cl_mem_migration_flags; type cl_uint (line 74) | typedef cl_uint cl_image_info; type cl_uint (line 76) | typedef cl_uint cl_buffer_create_type; type cl_uint (line 78) | typedef cl_uint cl_addressing_mode; type cl_uint (line 79) | typedef cl_uint cl_filter_mode; type cl_uint (line 80) | typedef cl_uint cl_sampler_info; type cl_bitfield (line 81) | typedef cl_bitfield cl_map_flags; type cl_pipe_properties (line 83) | typedef intptr_t cl_pipe_properties; type cl_uint (line 84) | typedef cl_uint cl_pipe_info; type cl_uint (line 86) | typedef cl_uint cl_program_info; type cl_uint (line 87) | typedef cl_uint cl_program_build_info; type cl_uint (line 89) | typedef cl_uint cl_program_binary_type; type cl_int (line 91) | typedef cl_int cl_build_status; type cl_uint (line 92) | typedef cl_uint cl_kernel_info; type cl_uint (line 94) | typedef cl_uint cl_kernel_arg_info; type cl_uint (line 95) | typedef cl_uint cl_kernel_arg_address_qualifier; type cl_uint (line 96) | typedef cl_uint cl_kernel_arg_access_qualifier; type cl_bitfield (line 97) | typedef cl_bitfield cl_kernel_arg_type_qualifier; type cl_uint (line 99) | typedef cl_uint cl_kernel_work_group_info; type cl_uint (line 101) | typedef cl_uint cl_kernel_sub_group_info; type cl_uint (line 103) | typedef cl_uint cl_event_info; type cl_uint (line 104) | typedef cl_uint cl_command_type; type cl_uint (line 105) | typedef cl_uint cl_profiling_info; type cl_bitfield (line 107) | typedef cl_bitfield cl_sampler_properties; type cl_uint (line 108) | typedef cl_uint cl_kernel_exec_info; type cl_bitfield (line 111) | typedef cl_bitfield cl_device_atomic_capabilities; type cl_uint (line 112) | typedef cl_uint cl_khronos_vendor_id; type cl_bitfield (line 113) | typedef cl_bitfield cl_mem_properties; type cl_uint (line 114) | typedef cl_uint cl_version; type cl_image_format (line 117) | typedef struct _cl_image_format { type cl_image_desc (line 124) | typedef struct _cl_image_desc { type cl_buffer_region (line 158) | typedef struct _cl_buffer_region { type cl_name_version (line 169) | typedef struct _cl_name_version { FILE: GpuMemLatency/OpenCL/include/CL/cl_d3d10.h type cl_uint (line 32) | typedef cl_uint cl_d3d10_device_source_khr; type cl_uint (line 33) | typedef cl_uint cl_d3d10_device_set_khr; type CL_API_ENTRY (line 67) | typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDsFromD3D10KHR_fn)( type CL_API_ENTRY (line 76) | typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D10BufferKHR_fn)( type CL_API_ENTRY (line 82) | typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D10Texture2DKHR_... type CL_API_ENTRY (line 89) | typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D10Texture3DKHR_... type CL_API_ENTRY (line 96) | typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireD3D10ObjectsKH... type CL_API_ENTRY (line 104) | typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseD3D10ObjectsKH... FILE: GpuMemLatency/OpenCL/include/CL/cl_d3d11.h type cl_uint (line 32) | typedef cl_uint cl_d3d11_device_source_khr; type cl_uint (line 33) | typedef cl_uint cl_d3d11_device_set_khr; type CL_API_ENTRY (line 67) | typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDsFromD3D11KHR_fn)( type CL_API_ENTRY (line 76) | typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D11BufferKHR_fn)( type CL_API_ENTRY (line 82) | typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D11Texture2DKHR_... type CL_API_ENTRY (line 89) | typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D11Texture3DKHR_... type CL_API_ENTRY (line 96) | typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireD3D11ObjectsKH... type CL_API_ENTRY (line 104) | typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseD3D11ObjectsKH... FILE: GpuMemLatency/OpenCL/include/CL/cl_dx9_media_sharing.h type cl_uint (line 31) | typedef cl_uint cl_dx9_media_adapter_type_khr; type cl_uint (line 32) | typedef cl_uint cl_dx9_media_adapter_set_khr; type cl_dx9_surface_info_khr (line 36) | typedef struct _cl_dx9_surface_info_khr type CL_API_ENTRY (line 79) | typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDsFromDX9MediaAdap... type CL_API_ENTRY (line 89) | typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromDX9MediaSurfaceKHR... type CL_API_ENTRY (line 97) | typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireDX9MediaSurfac... type CL_API_ENTRY (line 105) | typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseDX9MediaSurfac... FILE: GpuMemLatency/OpenCL/include/CL/cl_dx9_media_sharing_intel.h type cl_uint (line 60) | typedef cl_uint cl_dx9_device_source_intel; type cl_uint (line 61) | typedef cl_uint cl_dx9_device_set_intel; FILE: GpuMemLatency/OpenCL/include/CL/cl_egl.h type cl_egl_image_properties_khr (line 46) | typedef intptr_t cl_egl_image_properties_khr; FILE: GpuMemLatency/OpenCL/include/CL/cl_ext.h type CL_API_ENTRY (line 105) | typedef CL_API_ENTRY cl_int type CL_API_ENTRY (line 132) | typedef CL_API_ENTRY cl_program type CL_API_ENTRY (line 181) | typedef CL_API_ENTRY cl_int type cl_bitfield (line 201) | typedef cl_bitfield cl_queue_properties_khr; type CL_API_ENTRY (line 273) | typedef CL_API_ENTRY cl_int type CL_API_ENTRY (line 279) | typedef CL_API_ENTRY cl_int type cl_ulong (line 282) | typedef cl_ulong cl_device_partition_property_ext; type cl_bitfield (line 334) | typedef cl_bitfield cl_mem_migration_flags_ext; type CL_API_ENTRY (line 349) | typedef CL_API_ENTRY cl_int type cl_uint (line 375) | typedef cl_uint cl_image_pitch_info_qcom; type cl_mem_ext_host_ptr (line 387) | typedef struct _cl_mem_ext_host_ptr type cl_mem_ion_host_ptr (line 413) | typedef struct _cl_mem_ion_host_ptr type cl_mem_android_native_buffer_host_ptr (line 434) | typedef struct _cl_mem_android_native_buffer_host_ptr type cl_uint (line 506) | typedef cl_uint cl_kernel_sub_group_info; type cl_uint (line 551) | typedef cl_uint cl_queue_priority_khr; type cl_uint (line 569) | typedef cl_uint cl_queue_throttle_khr; type cl_uint (line 614) | typedef cl_uint cl_version_khr; type cl_name_version_khr (line 618) | typedef struct _cl_name_version_khr type cl_import_properties_arm (line 656) | typedef intptr_t cl_import_properties_arm; type cl_bitfield (line 736) | typedef cl_bitfield cl_svm_mem_flags_arm; type cl_uint (line 737) | typedef cl_uint cl_kernel_exec_info_arm; type cl_bitfield (line 738) | typedef cl_bitfield cl_device_svm_capabilities_arm; FILE: GpuMemLatency/OpenCL/include/CL/cl_ext_intel.h type _cl_accelerator_intel (line 78) | struct _cl_accelerator_intel type cl_uint (line 79) | typedef cl_uint cl_accelerator_type_intel; type cl_uint (line 80) | typedef cl_uint cl_accelerator_info_intel; type cl_motion_estimation_desc_intel (line 82) | typedef struct _cl_motion_estimation_desc_intel { type cl_bitfield (line 423) | typedef cl_bitfield cl_device_unified_shared_memory_capabilities_intel; type cl_bitfield (line 431) | typedef cl_bitfield cl_mem_properties_intel; type cl_bitfield (line 436) | typedef cl_bitfield cl_mem_alloc_flags_intel; type cl_uint (line 441) | typedef cl_uint cl_mem_info_intel; type cl_uint (line 450) | typedef cl_uint cl_unified_shared_memory_type_intel; type cl_uint (line 458) | typedef cl_uint cl_mem_advice_intel; type CL_API_ENTRY (line 483) | typedef CL_API_ENTRY void* (CL_API_CALL * type CL_API_ENTRY (line 500) | typedef CL_API_ENTRY void* (CL_API_CALL * type CL_API_ENTRY (line 518) | typedef CL_API_ENTRY void* (CL_API_CALL * type CL_API_ENTRY (line 532) | typedef CL_API_ENTRY cl_int (CL_API_CALL * type CL_API_ENTRY (line 546) | typedef CL_API_ENTRY cl_int (CL_API_CALL * type CL_API_ENTRY (line 561) | typedef CL_API_ENTRY cl_int (CL_API_CALL * type CL_API_ENTRY (line 577) | typedef CL_API_ENTRY cl_int (CL_API_CALL * type CL_API_ENTRY (line 598) | typedef CL_API_ENTRY cl_int (CL_API_CALL * type CL_API_ENTRY (line 620) | typedef CL_API_ENTRY cl_int (CL_API_CALL * type CL_API_ENTRY (line 646) | typedef CL_API_ENTRY cl_int (CL_API_CALL * type CL_API_ENTRY (line 668) | typedef CL_API_ENTRY cl_int (CL_API_CALL * FILE: GpuMemLatency/OpenCL/include/CL/cl_gl.h type cl_uint (line 26) | typedef cl_uint cl_gl_object_type; type cl_uint (line 27) | typedef cl_uint cl_gl_texture_info; type cl_uint (line 28) | typedef cl_uint cl_gl_platform_info; type __GLsync (line 29) | struct __GLsync FILE: GpuMemLatency/OpenCL/include/CL/cl_half.h type cl_half_rounding_mode (line 44) | typedef enum function cl_half (line 61) | static inline cl_half cl_half_handle_overflow(cl_half_rounding_mode roun... function cl_half (line 87) | static inline cl_half cl_half_handle_underflow(cl_half_rounding_mode rou... function cl_half (line 109) | static inline cl_half cl_half_from_float(cl_float f, cl_half_rounding_mo... function cl_half (line 235) | static inline cl_half cl_half_from_double(cl_double d, cl_half_rounding_... function cl_float (line 361) | static inline cl_float cl_half_to_float(cl_half h) FILE: GpuMemLatency/OpenCL/include/CL/cl_icd.h type CL_API_ENTRY (line 44) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetPlatformIDs)( type CL_API_ENTRY (line 48) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetPlatformInfo)( type CL_API_ENTRY (line 54) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceIDs)( type CL_API_ENTRY (line 58) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceInfo)( type CL_API_ENTRY (line 64) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clCreateSubDevices)( type CL_API_ENTRY (line 69) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainDevice)( type CL_API_ENTRY (line 72) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseDevice)( type CL_API_ENTRY (line 84) | typedef CL_API_ENTRY cl_context(CL_API_CALL *cl_api_clCreateContext)( type CL_API_ENTRY (line 90) | typedef CL_API_ENTRY cl_context(CL_API_CALL *cl_api_clCreateContextFromT... type CL_API_ENTRY (line 95) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainContext)( type CL_API_ENTRY (line 98) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseContext)( type CL_API_ENTRY (line 101) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetContextInfo)( type CL_API_ENTRY (line 106) | typedef CL_API_ENTRY cl_command_queue(CL_API_CALL *cl_api_clCreateComman... type CL_API_ENTRY (line 113) | typedef CL_API_ENTRY type CL_API_ENTRY (line 125) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainCommandQueue)( type CL_API_ENTRY (line 128) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseCommandQueue)( type CL_API_ENTRY (line 131) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetCommandQueueInfo)( type CL_API_ENTRY (line 137) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateBuffer)( type CL_API_ENTRY (line 143) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateImage)( type CL_API_ENTRY (line 156) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateBufferWithProper... type CL_API_ENTRY (line 161) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateImageWithPropert... type CL_API_ENTRY (line 173) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainMemObject)( type CL_API_ENTRY (line 176) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseMemObject)( type CL_API_ENTRY (line 179) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetSupportedImageForma... type CL_API_ENTRY (line 184) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetMemObjectInfo)( type CL_API_ENTRY (line 188) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetImageInfo)( type CL_API_ENTRY (line 194) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreatePipe)( type CL_API_ENTRY (line 200) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetPipeInfo)( type CL_API_ENTRY (line 205) | typedef CL_API_ENTRY void type CL_API_ENTRY (line 209) | typedef CL_API_ENTRY void(CL_API_CALL *cl_api_clSVMFree)( type CL_API_ENTRY (line 223) | typedef CL_API_ENTRY cl_sampler(CL_API_CALL *cl_api_clCreateSampler)( type CL_API_ENTRY (line 228) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainSampler)( type CL_API_ENTRY (line 231) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseSampler)( type CL_API_ENTRY (line 234) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetSamplerInfo)( type CL_API_ENTRY (line 240) | typedef CL_API_ENTRY type CL_API_ENTRY (line 253) | typedef CL_API_ENTRY cl_program(CL_API_CALL *cl_api_clCreateProgramWithS... type CL_API_ENTRY (line 257) | typedef CL_API_ENTRY cl_program(CL_API_CALL *cl_api_clCreateProgramWithB... type CL_API_ENTRY (line 264) | typedef CL_API_ENTRY type CL_API_ENTRY (line 275) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainProgram)( type CL_API_ENTRY (line 278) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseProgram)( type CL_API_ENTRY (line 281) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clBuildProgram)( type CL_API_ENTRY (line 289) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clCompileProgram)( type CL_API_ENTRY (line 296) | typedef CL_API_ENTRY cl_program(CL_API_CALL *cl_api_clLinkProgram)( type CL_API_ENTRY (line 312) | typedef CL_API_ENTRY type CL_API_ENTRY (line 317) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clSetProgramReleaseCallb... type CL_API_ENTRY (line 331) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clUnloadPlatformCompiler)( type CL_API_ENTRY (line 340) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetProgramInfo)( type CL_API_ENTRY (line 344) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetProgramBuildInfo)( type CL_API_ENTRY (line 350) | typedef CL_API_ENTRY cl_kernel(CL_API_CALL *cl_api_clCreateKernel)( type CL_API_ENTRY (line 354) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clCreateKernelsInProgram)( type CL_API_ENTRY (line 358) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainKernel)( type CL_API_ENTRY (line 361) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseKernel)( type CL_API_ENTRY (line 364) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clSetKernelArg)( type CL_API_ENTRY (line 368) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetKernelInfo)( type CL_API_ENTRY (line 374) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetKernelArgInfo)( type CL_API_ENTRY (line 385) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetKernelWorkGroupInfo)( type CL_API_ENTRY (line 392) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clSetKernelArgSVMPointer)( type CL_API_ENTRY (line 396) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clSetKernelExecInfo)( type CL_API_ENTRY (line 401) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetKernelSubGroupInfoK... type CL_API_ENTRY (line 417) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clWaitForEvents)( type CL_API_ENTRY (line 420) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetEventInfo)( type CL_API_ENTRY (line 424) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainEvent)(cl_event ... type CL_API_ENTRY (line 427) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseEvent)(cl_event... type CL_API_ENTRY (line 431) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetEventProfilingInfo)( type CL_API_ENTRY (line 436) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clFlush)( type CL_API_ENTRY (line 439) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clFinish)( type CL_API_ENTRY (line 443) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueReadBuffer)( type CL_API_ENTRY (line 451) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueReadBufferRect)( type CL_API_ENTRY (line 465) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueWriteBuffer)( type CL_API_ENTRY (line 473) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueWriteBufferRect)( type CL_API_ENTRY (line 489) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueFillBuffer)( type CL_API_ENTRY (line 501) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueCopyBuffer)( type CL_API_ENTRY (line 509) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueCopyBufferRect)( type CL_API_ENTRY (line 523) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueReadImage)( type CL_API_ENTRY (line 530) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueWriteImage)( type CL_API_ENTRY (line 539) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueFillImage)( type CL_API_ENTRY (line 551) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueCopyImage)( type CL_API_ENTRY (line 557) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueCopyImageToBuff... type CL_API_ENTRY (line 563) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueCopyBufferToIma... type CL_API_ENTRY (line 569) | typedef CL_API_ENTRY void type CL_API_ENTRY (line 575) | typedef CL_API_ENTRY void type CL_API_ENTRY (line 582) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueUnmapMemObject)( type CL_API_ENTRY (line 589) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueMigrateMemObjec... type CL_API_ENTRY (line 601) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueNDRangeKernel)( type CL_API_ENTRY (line 608) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueTask)( type CL_API_ENTRY (line 613) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueNativeKernel)( type CL_API_ENTRY (line 622) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueMarkerWithWaitL... type CL_API_ENTRY (line 627) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueBarrierWithWait... type CL_API_ENTRY (line 632) | typedef CL_API_ENTRY void type CL_API_ENTRY (line 649) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueSVMFree)( type CL_API_ENTRY (line 660) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueSVMMemcpy)( type CL_API_ENTRY (line 667) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueSVMMemFill)( type CL_API_ENTRY (line 674) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueSVMMap)( type CL_API_ENTRY (line 681) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueSVMUnmap)( type CL_API_ENTRY (line 698) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clSetCommandQueueProperty)( type CL_API_ENTRY (line 703) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateImage2D)( type CL_API_ENTRY (line 708) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateImage3D)( type CL_API_ENTRY (line 714) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clUnloadCompiler)(void) type CL_API_ENTRY (line 717) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueMarker)( type CL_API_ENTRY (line 721) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueWaitForEvents)( type CL_API_ENTRY (line 725) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueBarrier)( type CL_API_ENTRY (line 728) | typedef CL_API_ENTRY void type CL_API_ENTRY (line 732) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromGLBuffer)( type CL_API_ENTRY (line 736) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromGLTexture)( type CL_API_ENTRY (line 740) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromGLTexture2D)( type CL_API_ENTRY (line 744) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromGLTexture3D)( type CL_API_ENTRY (line 748) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromGLRenderbuff... type CL_API_ENTRY (line 752) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetGLObjectInfo)( type CL_API_ENTRY (line 756) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetGLTextureInfo)( type CL_API_ENTRY (line 760) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueAcquireGLObjects)( type CL_API_ENTRY (line 766) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueReleaseGLObjects)( type CL_API_ENTRY (line 773) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetGLContextInfoKHR)( type CL_API_ENTRY (line 778) | typedef CL_API_ENTRY cl_event(CL_API_CALL *cl_api_clCreateEventFromGLsyn... type CL_API_ENTRY (line 785) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceIDsFromD3D10K... type CL_API_ENTRY (line 791) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D10BufferK... type CL_API_ENTRY (line 795) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D10Texture... type CL_API_ENTRY (line 799) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D10Texture... type CL_API_ENTRY (line 803) | typedef CL_API_ENTRY type CL_API_ENTRY (line 810) | typedef CL_API_ENTRY type CL_API_ENTRY (line 845) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceIDsFromD3D11K... type CL_API_ENTRY (line 851) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D11BufferK... type CL_API_ENTRY (line 855) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D11Texture... type CL_API_ENTRY (line 859) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D11Texture... type CL_API_ENTRY (line 863) | typedef CL_API_ENTRY type CL_API_ENTRY (line 870) | typedef CL_API_ENTRY type CL_API_ENTRY (line 878) | typedef CL_API_ENTRY type CL_API_ENTRY (line 885) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromDX9MediaSurf... type CL_API_ENTRY (line 890) | typedef CL_API_ENTRY type CL_API_ENTRY (line 897) | typedef CL_API_ENTRY type CL_API_ENTRY (line 984) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clSetEventCallback)( type CL_API_ENTRY (line 989) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateSubBuffer)( type CL_API_ENTRY (line 995) | typedef CL_API_ENTRY type CL_API_ENTRY (line 1002) | typedef CL_API_ENTRY cl_event(CL_API_CALL *cl_api_clCreateUserEvent)( type CL_API_ENTRY (line 1006) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clSetUserEventStatus)( type CL_API_ENTRY (line 1020) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clCreateSubDevicesEXT)( type CL_API_ENTRY (line 1025) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainDeviceEXT)( type CL_API_ENTRY (line 1028) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseDeviceEXT)( type CL_API_ENTRY (line 1032) | typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromEGLImageKHR)( type CL_API_ENTRY (line 1037) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueAcquireEGLObjec... type CL_API_ENTRY (line 1042) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueReleaseEGLObjec... type CL_API_ENTRY (line 1048) | typedef CL_API_ENTRY cl_event(CL_API_CALL *cl_api_clCreateEventFromEGLSy... type CL_API_ENTRY (line 1054) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clSetDefaultDeviceComman... type CL_API_ENTRY (line 1058) | typedef CL_API_ENTRY cl_program(CL_API_CALL *cl_api_clCreateProgramWithIL)( type CL_API_ENTRY (line 1062) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetKernelSubGroupInfo)( type CL_API_ENTRY (line 1067) | typedef CL_API_ENTRY cl_kernel(CL_API_CALL *cl_api_clCloneKernel)( type CL_API_ENTRY (line 1070) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clEnqueueSVMMigrateMem)( type CL_API_ENTRY (line 1077) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceAndHostTimer)( type CL_API_ENTRY (line 1081) | typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetHostTimer)( type cl_icd_dispatch (line 1098) | typedef struct _cl_icd_dispatch { FILE: GpuMemLatency/OpenCL/include/CL/cl_platform.h type cl_char (line 125) | typedef signed __int8 cl_char; type cl_uchar (line 126) | typedef unsigned __int8 cl_uchar; type cl_short (line 127) | typedef signed __int16 cl_short; type cl_ushort (line 128) | typedef unsigned __int16 cl_ushort; type cl_int (line 129) | typedef signed __int32 cl_int; type cl_uint (line 130) | typedef unsigned __int32 cl_uint; type cl_long (line 131) | typedef signed __int64 cl_long; type cl_ulong (line 132) | typedef unsigned __int64 cl_ulong; type cl_half (line 134) | typedef unsigned __int16 cl_half; type cl_float (line 135) | typedef float cl_float; type cl_double (line 136) | typedef double cl_double; type cl_char (line 227) | typedef int8_t cl_char; type cl_uchar (line 228) | typedef uint8_t cl_uchar; type cl_short (line 229) | typedef int16_t cl_short; type cl_ushort (line 230) | typedef uint16_t cl_ushort; type cl_int (line 231) | typedef int32_t cl_int; type cl_uint (line 232) | typedef uint32_t cl_uint; type cl_long (line 233) | typedef int64_t cl_long; type cl_ulong (line 234) | typedef uint64_t cl_ulong; type cl_half (line 236) | typedef uint16_t cl_half; type cl_float (line 237) | typedef float cl_float; type cl_double (line 238) | typedef double cl_double; type cl_GLuint (line 336) | typedef unsigned int cl_GLuint; type cl_GLint (line 337) | typedef int cl_GLint; type cl_GLenum (line 338) | typedef unsigned int cl_GLenum; type __cl_uchar16 (line 359) | typedef __vector unsigned char __cl_uchar16; type __cl_char16 (line 360) | typedef __vector signed char __cl_char16; type __cl_ushort8 (line 361) | typedef __vector unsigned short __cl_ushort8; type __cl_short8 (line 362) | typedef __vector signed short __cl_short8; type __cl_uint4 (line 363) | typedef __vector unsigned int __cl_uint4; type __cl_int4 (line 364) | typedef __vector signed int __cl_int4; type __vector (line 365) | typedef __vector float __cl_float4; type __cl_float4 (line 382) | typedef float __cl_float4 __attribute__((vector_size(16))); type __m128 (line 384) | typedef __m128 __cl_float4; type cl_uchar (line 396) | typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16))); type cl_char (line 397) | typedef cl_char __cl_char16 __attribute__((vector_size(16))); type cl_ushort (line 398) | typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16))); type cl_short (line 399) | typedef cl_short __cl_short8 __attribute__((vector_size(16))); type cl_uint (line 400) | typedef cl_uint __cl_uint4 __attribute__((vector_size(16))); type cl_int (line 401) | typedef cl_int __cl_int4 __attribute__((vector_size(16))); type cl_ulong (line 402) | typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16))); type cl_long (line 403) | typedef cl_long __cl_long2 __attribute__((vector_size(16))); type cl_double (line 404) | typedef cl_double __cl_double2 __attribute__((vector_size(16))); type __m128i (line 406) | typedef __m128i __cl_uchar16; type __m128i (line 407) | typedef __m128i __cl_char16; type __m128i (line 408) | typedef __m128i __cl_ushort8; type __m128i (line 409) | typedef __m128i __cl_short8; type __m128i (line 410) | typedef __m128i __cl_uint4; type __m128i (line 411) | typedef __m128i __cl_int4; type __m128i (line 412) | typedef __m128i __cl_ulong2; type __m128i (line 413) | typedef __m128i __cl_long2; type __m128d (line 414) | typedef __m128d __cl_double2; type cl_uchar (line 430) | typedef cl_uchar __cl_uchar8 __attribute__((vector_size(8))); type cl_char (line 431) | typedef cl_char __cl_char8 __attribute__((vector_size(8))); type cl_ushort (line 432) | typedef cl_ushort __cl_ushort4 __attribute__((vector_size(8))); type cl_short (line 433) | typedef cl_short __cl_short4 __attribute__((vector_size(8))); type cl_uint (line 434) | typedef cl_uint __cl_uint2 __attribute__((vector_size(8))); type cl_int (line 435) | typedef cl_int __cl_int2 __attribute__((vector_size(8))); type cl_ulong (line 436) | typedef cl_ulong __cl_ulong1 __attribute__((vector_size(8))); type cl_long (line 437) | typedef cl_long __cl_long1 __attribute__((vector_size(8))); type cl_float (line 438) | typedef cl_float __cl_float2 __attribute__((vector_size(8))); type __m64 (line 440) | typedef __m64 __cl_uchar8; type __m64 (line 441) | typedef __m64 __cl_char8; type __m64 (line 442) | typedef __m64 __cl_ushort4; type __m64 (line 443) | typedef __m64 __cl_short4; type __m64 (line 444) | typedef __m64 __cl_uint2; type __m64 (line 445) | typedef __m64 __cl_int2; type __m64 (line 446) | typedef __m64 __cl_ulong1; type __m64 (line 447) | typedef __m64 __cl_long1; type __m64 (line 448) | typedef __m64 __cl_float2; type cl_float (line 468) | typedef cl_float __cl_float8 __attribute__((vector_size(32))); type cl_double (line 469) | typedef cl_double __cl_double4 __attribute__((vector_size(32))); type __m256 (line 471) | typedef __m256 __cl_float8; type __m256d (line 472) | typedef __m256d __cl_double4; type cl_char2 (line 526) | typedef union type cl_char4 (line 539) | typedef union type cl_char4 (line 556) | typedef cl_char4 cl_char3; type cl_char8 (line 558) | typedef union type cl_char16 (line 577) | typedef union type cl_uchar2 (line 601) | typedef union type cl_uchar4 (line 614) | typedef union type cl_uchar4 (line 631) | typedef cl_uchar4 cl_uchar3; type cl_uchar8 (line 633) | typedef union type cl_uchar16 (line 652) | typedef union type cl_short2 (line 676) | typedef union type cl_short4 (line 689) | typedef union type cl_short4 (line 706) | typedef cl_short4 cl_short3; type cl_short8 (line 708) | typedef union type cl_short16 (line 727) | typedef union type cl_ushort2 (line 751) | typedef union type cl_ushort4 (line 764) | typedef union type cl_ushort4 (line 781) | typedef cl_ushort4 cl_ushort3; type cl_ushort8 (line 783) | typedef union type cl_ushort16 (line 802) | typedef union type cl_half2 (line 826) | typedef union type cl_half4 (line 839) | typedef union type cl_half4 (line 856) | typedef cl_half4 cl_half3; type cl_half8 (line 858) | typedef union type cl_half16 (line 877) | typedef union type cl_int2 (line 900) | typedef union type cl_int4 (line 913) | typedef union type cl_int4 (line 930) | typedef cl_int4 cl_int3; type cl_int8 (line 932) | typedef union type cl_int16 (line 951) | typedef union type cl_uint2 (line 975) | typedef union type cl_uint4 (line 988) | typedef union type cl_uint4 (line 1005) | typedef cl_uint4 cl_uint3; type cl_uint8 (line 1007) | typedef union type cl_uint16 (line 1026) | typedef union type cl_long2 (line 1049) | typedef union type cl_long4 (line 1062) | typedef union type cl_long4 (line 1079) | typedef cl_long4 cl_long3; type cl_long8 (line 1081) | typedef union type cl_long16 (line 1100) | typedef union type cl_ulong2 (line 1124) | typedef union type cl_ulong4 (line 1137) | typedef union type cl_ulong4 (line 1154) | typedef cl_ulong4 cl_ulong3; type cl_ulong8 (line 1156) | typedef union type cl_ulong16 (line 1175) | typedef union type cl_float2 (line 1200) | typedef union type cl_float4 (line 1213) | typedef union type cl_float4 (line 1230) | typedef cl_float4 cl_float3; type cl_float8 (line 1232) | typedef union type cl_float16 (line 1251) | typedef union type cl_double2 (line 1275) | typedef union type cl_double4 (line 1288) | typedef union type cl_double4 (line 1305) | typedef cl_double4 cl_double3; type cl_double8 (line 1307) | typedef union type cl_double16 (line 1326) | typedef union FILE: GpuMemLatency/OpenCL/include/CL/cl_va_api_media_sharing_intel.h type cl_uint (line 84) | typedef cl_uint cl_va_api_device_source_intel; type cl_uint (line 85) | typedef cl_uint cl_va_api_device_set_intel; FILE: GpuMemLatency/atomic_test.c function int_atomic_latency_test (line 3) | float int_atomic_latency_test(cl_context context, function c2c_atomic_latency_test (line 53) | float c2c_atomic_latency_test(cl_context context, function int_atomic_add_test (line 131) | float int_atomic_add_test(cl_context context, FILE: GpuMemLatency/bw_test.c function bw_test (line 3) | float bw_test(cl_context context, function tex_bw_test (line 135) | float tex_bw_test(cl_context context, function local_bw_test (line 253) | float local_bw_test(cl_context context, function buffer_bw_test (line 332) | float buffer_bw_test(cl_context context, function local_chase_bw_test (line 427) | float local_chase_bw_test(cl_context context, function local_64_bw_test (line 508) | float local_64_bw_test(cl_context context, function link_bw_test (line 588) | void link_bw_test(cl_context context, FILE: GpuMemLatency/common.c function FillPatternArr (line 9) | void FillPatternArr(uint32_t* pattern_arr, uint32_t list_size, uint32_t ... function cl_uint (line 26) | cl_uint getCuCount() { function getMaxWorkgroupSize (line 38) | size_t getMaxWorkgroupSize() function cl_ulong (line 51) | cl_ulong get_max_constant_buffer_size() { function cl_ulong (line 60) | cl_ulong get_max_buffer_size() { function cl_ulong (line 69) | cl_ulong get_max_tex_buffer_size() { function cl_ulong (line 78) | cl_ulong get_max_2d_tex_width() { function cl_ulong (line 87) | cl_ulong get_max_2d_tex_height() { function checkExtensionSupport (line 96) | short checkExtensionSupport(const char *extension_name) { function cl_context (line 153) | cl_context get_context_from_user(int platform_index, int device_index) { function cl_program (line 271) | cl_program build_program(cl_context context, const char* fname, const ch... function write_program (line 304) | void write_program(cl_program program, const char *name) function adjust_iterations (line 364) | uint32_t adjust_iterations(uint32_t iterations, uint64_t time_ms) FILE: GpuMemLatency/instruction_rate.c function instruction_rate_test (line 51) | float instruction_rate_test(cl_context context, function run_rate_test (line 290) | float run_rate_test(cl_context context, function run_divergence_rate_test (line 355) | float run_divergence_rate_test(cl_context context, function run_latency_test (line 459) | float run_latency_test(cl_context context, function fp64_instruction_rate_test (line 537) | float fp64_instruction_rate_test(cl_context context, function fp16_instruction_rate_test (line 584) | float fp16_instruction_rate_test(cl_context context, FILE: GpuMemLatency/latency_test.c function latency_test (line 4) | float latency_test(cl_context context, function tex_latency_test (line 132) | float tex_latency_test(cl_context context, FILE: GpuMemLatency/opencltest.c type TestType (line 26) | enum TestType { function main (line 56) | int main(int argc, char* argv[]) { function scale_iterations (line 906) | uint64_t scale_iterations(uint32_t size_kb, uint64_t iterations) { function int_exec_latency_test (line 911) | float int_exec_latency_test(cl_context context, function scale_bw_iterations (line 955) | uint32_t scale_bw_iterations(uint32_t base_iterations, uint32_t size_kb) FILE: InstructionRate/arm_instructionrate.c function main (line 130) | int main(int argc, char *argv[]) { type TestThreadData (line 257) | struct TestThreadData { type TestThreadData (line 263) | struct TestThreadData type TestThreadData (line 263) | struct TestThreadData function measureFunction (line 272) | float measureFunction(uint64_t iterations, float clockSpeedGhz, uint64_t... function vecadd128wrapper (line 304) | uint64_t vecadd128wrapper(uint64_t iterations) { function vecmul128wrapper (line 308) | uint64_t vecmul128wrapper(uint64_t iterations) { function latvecadd128wrapper (line 312) | uint64_t latvecadd128wrapper(uint64_t iterations) { function latvecmul128wrapper (line 316) | uint64_t latvecmul128wrapper(uint64_t iterations) { function mixvecaddmul128wrapper (line 320) | uint64_t mixvecaddmul128wrapper(uint64_t iterations) { function faddwrapper (line 324) | uint64_t faddwrapper(uint64_t iterations) { function latfaddwrapper (line 328) | uint64_t latfaddwrapper(uint64_t iterations) { function latvecfadd128wrapper (line 332) | uint64_t latvecfadd128wrapper(uint64_t iterations) { function latvecfmul128wrapper (line 336) | uint64_t latvecfmul128wrapper(uint64_t iterations) { function vecfadd128wrapper (line 340) | uint64_t vecfadd128wrapper(uint64_t iterations) { function vecfmul128wrapper (line 344) | uint64_t vecfmul128wrapper(uint64_t iterations) { function mixvecfaddfmul128wrapper (line 347) | uint64_t mixvecfaddfmul128wrapper(uint64_t iterations) { function mixaddvecadd128wrapper (line 351) | uint64_t mixaddvecadd128wrapper(uint64_t iterations) { function mix3to1addvecadd128wrapper (line 355) | uint64_t mix3to1addvecadd128wrapper(uint64_t iterations) { function mix1to1addvecadd128wrapper (line 359) | uint64_t mix1to1addvecadd128wrapper(uint64_t iterations) { function mixmulvecmulwrapper (line 363) | uint64_t mixmulvecmulwrapper(uint64_t iterations) { function mixvecmulfmulwrapper (line 367) | uint64_t mixvecmulfmulwrapper(uint64_t iterations) { function mixvecaddfaddwrapper (line 371) | uint64_t mixvecaddfaddwrapper(uint64_t iterations) { function mixjmpvecaddwrapper (line 375) | uint64_t mixjmpvecaddwrapper(uint64_t iterations) { function mixjmpvecmulwrapper (line 379) | uint64_t mixjmpvecmulwrapper(uint64_t iterations) { function vecloadwrapper (line 383) | uint64_t vecloadwrapper(uint64_t iterations) { function vecstorewrapper (line 387) | uint64_t vecstorewrapper(uint64_t iterations) { function loadwrapper (line 391) | uint64_t loadwrapper(uint64_t iterations) { function mixloadstorewrapper (line 399) | uint64_t mixloadstorewrapper(uint64_t iterations) { function mix21loadstorewrapper (line 403) | uint64_t mix21loadstorewrapper(uint64_t iterations) { function vecfma128wrapper (line 407) | uint64_t vecfma128wrapper(uint64_t iterations) { function scalarfmawrapper (line 411) | uint64_t scalarfmawrapper(uint64_t iterations) { function latscalarfmawrapper (line 415) | uint64_t latscalarfmawrapper(uint64_t iterations) { function latvecfma128wrapper (line 419) | uint64_t latvecfma128wrapper(uint64_t iterations) { function mixvecfmulfma128wrapper (line 423) | uint64_t mixvecfmulfma128wrapper(uint64_t iterations) { function mixvecfaddfma128wrapper (line 427) | uint64_t mixvecfaddfma128wrapper(uint64_t iterations) { function aesetestwrapper (line 431) | uint64_t aesetestwrapper(uint64_t iterations) { function mixaesevecadd128wrapper (line 435) | uint64_t mixaesevecadd128wrapper(uint64_t iterations) { function pmullwrapper (line 439) | uint64_t pmullwrapper(uint64_t iterations) { function mixpmulladd128wrapper (line 443) | uint64_t mixpmulladd128wrapper(uint64_t iterations) { FILE: InstructionRate/riscv_instructionrate.c function main (line 27) | int main(int argc, char *argv[]) { function measureFunction (line 73) | float measureFunction(uint64_t iterations, float clockSpeedGhz, void *ar... FILE: InstructionRate/x86_fusion.c function main (line 32) | int main(int argc, char *argv[]) { function measureFunction (line 73) | float measureFunction(uint64_t iterations, float clockSpeedGhz, __attri... FILE: InstructionRate/x86_instructionrate.c function main (line 157) | int main(int argc, char *argv[]) { type TestThreadData (line 502) | struct TestThreadData { type TestThreadData (line 508) | struct TestThreadData type TestThreadData (line 508) | struct TestThreadData function measureFunction (line 513) | float measureFunction(uint64_t iterations, float clockSpeedGhz, __attri... function load128wrapper (line 546) | __attribute((sysv_abi)) uint64_t load128wrapper(uint64_t iterations) { function spacedload128wrapper (line 550) | __attribute((sysv_abi)) uint64_t spacedload128wrapper(uint64_t iteration... function spacedstorescalarwrapper (line 554) | __attribute((sysv_abi)) uint64_t spacedstorescalarwrapper(uint64_t itera... function load256wrapper (line 558) | __attribute((sysv_abi)) uint64_t load256wrapper(uint64_t iterations) { function loadscalarwrapper (line 562) | __attribute((sysv_abi)) uint64_t loadscalarwrapper(uint64_t iterations) { function mixedscalarloadstorewrapper (line 566) | __attribute((sysv_abi)) uint64_t mixedscalarloadstorewrapper(uint64_t it... function load512wrapper (line 571) | __attribute((sysv_abi)) uint64_t load512wrapper(uint64_t iterations) { function spacedload256wrapper (line 575) | __attribute((sysv_abi)) uint64_t spacedload256wrapper(uint64_t iteration... function store128wrapper (line 579) | __attribute((sysv_abi)) uint64_t store128wrapper(uint64_t iterations) { function store256wrapper (line 583) | __attribute((sysv_abi)) uint64_t store256wrapper(uint64_t iterations) { function store512wrapper (line 587) | __attribute((sysv_abi)) uint64_t store512wrapper(uint64_t iterations) { function mixfmaandmem256wrapper (line 591) | __attribute((sysv_abi)) uint64_t mixfmaandmem256wrapper(uint64_t iterati... function mixfmaaddmem256wrapper (line 595) | __attribute((sysv_abi)) uint64_t mixfmaaddmem256wrapper(uint64_t iterati... function memrenamewrapper (line 598) | __attribute((sysv_abi)) uint64_t memrenamewrapper(uint64_t iterations) { FILE: LoadedMemoryLatency/LoadedMemoryLatency.c type TestMethod (line 17) | enum TestMethod { type BandwidthTestThreadData (line 22) | struct BandwidthTestThreadData { type LatencyTestData (line 32) | struct LatencyTestData { type TestMethod (line 57) | enum TestMethod function main (line 59) | int main(int argc, char *argv[]) { function RunBandwidthOnlyTest (line 242) | float RunBandwidthOnlyTest(cpu_set_t bwAffinity, int bwThreadCount, int ... function RunTest (line 295) | float RunTest(cpu_set_t latencyAffinity, cpu_set_t bwAffinity, int bwThr... function FillPatternArr (line 385) | void FillPatternArr(uint32_t *pattern_arr, uint32_t list_size, uint32_t ... type timeval (line 407) | struct timeval type timezone (line 408) | struct timezone type LatencyTestData (line 409) | struct LatencyTestData type LatencyTestData (line 409) | struct LatencyTestData type BandwidthTestThreadData (line 433) | struct BandwidthTestThreadData type BandwidthTestThreadData (line 433) | struct BandwidthTestThreadData type BandwidthTestThreadData (line 442) | struct BandwidthTestThreadData type BandwidthTestThreadData (line 442) | struct BandwidthTestThreadData FILE: LoadedMemoryLatency/LoadedMemoryLatency/LoadedMemoryLatency.cpp type BandwidthTestThreadData (line 12) | struct BandwidthTestThreadData { type LatencyTestData (line 20) | struct LatencyTestData { function main (line 45) | int main(int argc, char* argv[]) { function RunTest (line 155) | float RunTest(uint64_t latencyAffinity, uint64_t bwAffinity, int bwThrea... function FillPatternArr (line 238) | void FillPatternArr(uint32_t* pattern_arr, uint32_t list_size, uint32_t ... function DWORD (line 259) | DWORD RunLatencyTest(void* param) { function DWORD (line 280) | DWORD FillBandwidthTestArr(void* param) { function DWORD (line 291) | DWORD ReadBandwidthTestThread(void* param) { function SetupMonitoring (line 304) | void SetupMonitoring() { function ReadMsr (line 312) | uint64_t ReadMsr(uint32_t index) function WriteMsr (line 325) | void WriteMsr(uint32_t index, uint64_t value) function ClearL3Counters (line 347) | void ClearL3Counters() { function StartMonitoring (line 354) | void StartMonitoring() { function EndMonitoring (line 375) | void EndMonitoring() { function CloseMonitoring (line 395) | void CloseMonitoring() function GetPrivilege (line 401) | bool GetPrivilege() FILE: MemoryBandwidth/MemoryBandwidth.c type BandwidthTestThreadData (line 48) | typedef struct BandwidthTestThreadData { function instr_read (line 102) | float instr_read(float *arr, uint64_t arr_length, uint64_t iterations, u... function else (line 393) | else if (numa == NUMA_CROSSNODE) { function GetIterationCount (line 480) | uint64_t GetIterationCount(uint64_t testSize, uint64_t threads) function WriteReturn8BBlock (line 492) | void WriteReturn8BBlock(char *dst) { function FillInstructionArray (line 500) | void FillInstructionArray(uint64_t *nops, uint64_t sizeKb, int nopSize, ... function MeasureBw (line 637) | float MeasureBw(uint64_t sizeKb, uint64_t iterations, uint64_t threads, ... function scalar_read (line 868) | float scalar_read(float* arr, uint64_t arr_length, uint64_t iterations, ... FILE: MemoryBandwidth/MemoryBandwidth/MemoryBandwidth.cpp type NopType (line 33) | enum NopType { None, FourByte, EightByte, K8_FourByte, Branch16, TenByte... type BandwidthTestThreadData (line 35) | struct BandwidthTestThreadData { type NopType (line 77) | enum NopType type NopType (line 78) | enum NopType type NopType (line 79) | enum NopType function main (line 95) | int main(int argc, char *argv[]) { function GetIterationCount (line 369) | uint32_t GetIterationCount(uint32_t testSize, uint32_t threads) function MeasureBw (line 382) | float MeasureBw(uint32_t sizeKb, uint32_t iterations, uint32_t threads, ... function FillInstructionArray (line 530) | void FillInstructionArray(uint64_t* arr, uint64_t sizeKb, enum NopType n... function instr_read (line 597) | float __fastcall instr_read(void* arr, uint32_t arr_length, uint32_t ite... function scalar_read (line 607) | float __fastcall scalar_read(void* a, uint32_t arr_length, uint32_t iter... function sse_read (line 634) | float sse_read(float* arr, uint64_t arr_length, uint64_t iterations) { function avx_read (line 678) | float avx_read(float* arr, uint64_t arr_length, uint64_t iterations) { function DWORD (line 722) | DWORD WINAPI ReadBandwidthTestThread(LPVOID param) { function PrintNumaInfo (line 729) | void PrintNumaInfo() { function GetStripeNode (line 761) | char GetStripeNode(uint64_t threadIdx) { function GetSeqNode (line 771) | char GetSeqNode(uint64_t threadIdx) { FILE: MemoryBandwidth/MixedMemoryBandwidthTest/MemoryBandwidth.h function instr_read (line 9) | float __fastcall instr_read(void* arr, uint64_t arr_length, uint64_t ite... type InstructionTestType (line 20) | enum InstructionTestType { None, FourByte, EightByte, K8_FourByte, Branc... type BandwidthTestThreadData (line 21) | struct BandwidthTestThreadData { function auto_set_bw_func (line 33) | void auto_set_bw_func() function FillInstructionArray (line 54) | void FillInstructionArray(uint64_t* arr, uint64_t sizeKb, enum Instructi... function GetIterationCount (line 107) | uint32_t GetIterationCount(uint32_t testSize, uint32_t threads) FILE: MemoryBandwidth/MixedMemoryBandwidthTest/MixedMemoryBandwidthTest.cpp type InstructionTestType (line 16) | enum InstructionTestType function main (line 18) | int main(int argc, char *argv[]) function DWORD (line 50) | DWORD WINAPI ReadBandwidthTestThread(LPVOID param) { function Measure2TBw (line 61) | double Measure2TBw(uint32_t sizeKb, uint32_t iterations, int shared, enu... FILE: MemoryLatency/MemoryLatency.c function posix_memalign (line 37) | int posix_memalign(void **memptr, size_t alignment, size_t size) function main (line 100) | int main(int argc, char* argv[]) { function scale_iterations (line 377) | uint64_t scale_iterations(uint32_t size_kb, uint32_t iterations) { function FillPageByPage (line 384) | void FillPageByPage(uint32_t *pattern_arr, uint32_t list_size, uint32_t ... function FillPageByPage64 (line 420) | void FillPageByPage64(uint64_t *pattern_arr, uint32_t list_size, uint32_... function FillPatternArr (line 457) | void FillPatternArr(uint32_t *pattern_arr, uint32_t list_size, uint32_t ... function FillPatternArr64 (line 478) | void FillPatternArr64(uint64_t *pattern_arr, uint64_t list_size, uint64_... function RunTest (line 497) | float RunTest(uint32_t size_kb, uint32_t iterations, uint32_t *prealloca... function RunAopTest (line 535) | float RunAopTest(uint32_t size_kb, uint32_t iterations, uint32_t *preall... function RunMlpTest (line 590) | float RunMlpTest(uint32_t size_kb, uint32_t iterations, uint32_t paralle... function RunAsmTest (line 641) | float RunAsmTest(uint32_t size_kb, uint32_t iterations, uint32_t *preall... function RunTlbTest (line 692) | float RunTlbTest(uint32_t size_kb, uint32_t iterations, uint32_t *preall... function RunStlfTest (line 779) | void RunStlfTest(uint32_t iterations, int mode, int pageEnd, int loadDis... FILE: MemoryLatency/MemoryLatency.cpp function main (line 27) | int main(int argc, char* argv[]) { function scale_iterations (line 143) | uint64_t scale_iterations(uint32_t size_kb, uint64_t iterations) { function FillPatternArr (line 147) | void FillPatternArr(uint32_t* pattern_arr, uint32_t list_size, uint32_t ... function FillPatternArr64 (line 164) | void FillPatternArr64(uint64_t* pattern_arr, uint64_t list_size, uint64_... function RunAsmTest (line 181) | float RunAsmTest(uint32_t size_kb, uint64_t iterations, void* mem) { function RunTest (line 209) | float RunTest(uint32_t size_kb, uint64_t iterations, void *mem) { function GetPrivilege (line 253) | bool GetPrivilege() FILE: mt_instructionrate/arm_mt_instructionrate.c function RunTests (line 12) | void RunTests() { FILE: mt_instructionrate/mt_instructionrate.c type TestThreadData (line 26) | struct TestThreadData { function main (line 57) | int main(int argc, char *argv[]) { function measureFunction (line 106) | float measureFunction(uint64_t baseIterations, uint64_t (*testFunc)(uint... type TestThreadData (line 186) | struct TestThreadData type TestThreadData (line 186) | struct TestThreadData type timeval (line 196) | struct timeval type timeb (line 198) | struct timeb FILE: mt_instructionrate/ppc64_mt_instructionrate.c function RunTests (line 9) | void RunTests() { FILE: mt_instructionrate/x86_mt_instructionrate.c function RunTests (line 50) | void RunTests() { FILE: svm/OpenCL/include/CL/Utils/Context.hpp type cl (line 11) | namespace cl { type util (line 12) | namespace util { FILE: svm/OpenCL/include/CL/Utils/Detail.hpp type cl (line 9) | namespace cl { type util (line 10) | namespace util { type detail (line 11) | namespace detail { function F (line 14) | F for_each_arg(F f, Args&&... args) type impl (line 21) | namespace impl { function for_each_in_tuple (line 24) | void for_each_in_tuple(T&& t, F&& f, function transform_tuple (line 45) | auto transform_tuple(Tuple&& t, F&& f, std::index_sequence) function apply (line 64) | auto apply(F&& f, Tuple&& args, std::index_sequence) function for_each_in_tuple (line 34) | void for_each_in_tuple(std::tuple const& t, F&& f) type impl (line 41) | namespace impl { function for_each_in_tuple (line 24) | void for_each_in_tuple(T&& t, F&& f, function transform_tuple (line 45) | auto transform_tuple(Tuple&& t, F&& f, std::index_sequence) function apply (line 64) | auto apply(F&& f, Tuple&& args, std::index_sequence) function transform_tuple (line 51) | auto transform_tuple(const std::tuple& t, F&& f) type impl (line 58) | namespace impl { function for_each_in_tuple (line 24) | void for_each_in_tuple(T&& t, F&& f, function transform_tuple (line 45) | auto transform_tuple(Tuple&& t, F&& f, std::index_sequence) function apply (line 64) | auto apply(F&& f, Tuple&& args, std::index_sequence) function apply (line 75) | auto apply(F&& f, Tuple&& args) FILE: svm/OpenCL/include/CL/Utils/Device.hpp type cl (line 8) | namespace cl { type util (line 9) | namespace util { FILE: svm/OpenCL/include/CL/Utils/Error.hpp type cl (line 12) | namespace cl { type util (line 13) | namespace util { class Error (line 20) | class Error : public std::exception { method Error (line 35) | Error(cl_int err, const char* errStr = NULL): err_(err), errStr_(e... method cl_int (line 60) | cl_int err(void) const { return err_; } type detail (line 64) | namespace detail { FILE: svm/OpenCL/include/CL/Utils/Event.hpp type cl (line 12) | namespace cl { type util (line 13) | namespace util { function get_duration (line 15) | auto get_duration(cl::Event& ev) FILE: svm/OpenCL/include/CL/Utils/File.hpp type cl (line 12) | namespace cl { type util (line 13) | namespace util { FILE: svm/OpenCL/include/CL/Utils/InteropContext.hpp type cl (line 8) | namespace cl { type util (line 9) | namespace util { FILE: svm/OpenCL/include/CL/Utils/Platform.hpp type cl (line 8) | namespace cl { type util (line 9) | namespace util { FILE: svm/OpenCL/include/CL/cl.h type _cl_platform_id (line 29) | struct _cl_platform_id type _cl_device_id (line 30) | struct _cl_device_id type _cl_context (line 31) | struct _cl_context type _cl_command_queue (line 32) | struct _cl_command_queue type _cl_mem (line 33) | struct _cl_mem type _cl_program (line 34) | struct _cl_program type _cl_kernel (line 35) | struct _cl_kernel type _cl_event (line 36) | struct _cl_event type _cl_sampler (line 37) | struct _cl_sampler type cl_uint (line 39) | typedef cl_uint cl_bool; type cl_ulong (line 40) | typedef cl_ulong cl_bitfield; type cl_ulong (line 41) | typedef cl_ulong cl_properties; type cl_bitfield (line 42) | typedef cl_bitfield cl_device_type; type cl_uint (line 43) | typedef cl_uint cl_platform_info; type cl_uint (line 44) | typedef cl_uint cl_device_info; type cl_bitfield (line 45) | typedef cl_bitfield cl_device_fp_config; type cl_uint (line 46) | typedef cl_uint cl_device_mem_cache_type; type cl_uint (line 47) | typedef cl_uint cl_device_local_mem_type; type cl_bitfield (line 48) | typedef cl_bitfield cl_device_exec_capabilities; type cl_bitfield (line 50) | typedef cl_bitfield cl_device_svm_capabilities; type cl_bitfield (line 52) | typedef cl_bitfield cl_command_queue_properties; type cl_device_partition_property (line 54) | typedef intptr_t cl_device_partition_property; type cl_bitfield (line 55) | typedef cl_bitfield cl_device_affinity_domain; type cl_context_properties (line 58) | typedef intptr_t cl_context_properties; type cl_uint (line 59) | typedef cl_uint cl_context_info; type cl_properties (line 61) | typedef cl_properties cl_queue_properties; type cl_uint (line 63) | typedef cl_uint cl_command_queue_info; type cl_uint (line 64) | typedef cl_uint cl_channel_order; type cl_uint (line 65) | typedef cl_uint cl_channel_type; type cl_bitfield (line 66) | typedef cl_bitfield cl_mem_flags; type cl_bitfield (line 68) | typedef cl_bitfield cl_svm_mem_flags; type cl_uint (line 70) | typedef cl_uint cl_mem_object_type; type cl_uint (line 71) | typedef cl_uint cl_mem_info; type cl_bitfield (line 73) | typedef cl_bitfield cl_mem_migration_flags; type cl_uint (line 75) | typedef cl_uint cl_image_info; type cl_uint (line 77) | typedef cl_uint cl_buffer_create_type; type cl_uint (line 79) | typedef cl_uint cl_addressing_mode; type cl_uint (line 80) | typedef cl_uint cl_filter_mode; type cl_uint (line 81) | typedef cl_uint cl_sampler_info; type cl_bitfield (line 82) | typedef cl_bitfield cl_map_flags; type cl_pipe_properties (line 84) | typedef intptr_t cl_pipe_properties; type cl_uint (line 85) | typedef cl_uint cl_pipe_info; type cl_uint (line 87) | typedef cl_uint cl_program_info; type cl_uint (line 88) | typedef cl_uint cl_program_build_info; type cl_uint (line 90) | typedef cl_uint cl_program_binary_type; type cl_int (line 92) | typedef cl_int cl_build_status; type cl_uint (line 93) | typedef cl_uint cl_kernel_info; type cl_uint (line 95) | typedef cl_uint cl_kernel_arg_info; type cl_uint (line 96) | typedef cl_uint cl_kernel_arg_address_qualifier; type cl_uint (line 97) | typedef cl_uint cl_kernel_arg_access_qualifier; type cl_bitfield (line 98) | typedef cl_bitfield cl_kernel_arg_type_qualifier; type cl_uint (line 100) | typedef cl_uint cl_kernel_work_group_info; type cl_uint (line 102) | typedef cl_uint cl_kernel_sub_group_info; type cl_uint (line 104) | typedef cl_uint cl_event_info; type cl_uint (line 105) | typedef cl_uint cl_command_type; type cl_uint (line 106) | typedef cl_uint cl_profiling_info; type cl_properties (line 108) | typedef cl_properties cl_sampler_properties; type cl_uint (line 109) | typedef cl_uint cl_kernel_exec_info; type cl_bitfield (line 112) | typedef cl_bitfield cl_device_atomic_capabilities; type cl_bitfield (line 113) | typedef cl_bitfield cl_device_device_enqueue_capabilities; type cl_uint (line 114) | typedef cl_uint cl_khronos_vendor_id; type cl_properties (line 115) | typedef cl_properties cl_mem_properties; type cl_uint (line 117) | typedef cl_uint cl_version; type cl_image_format (line 119) | typedef struct _cl_image_format { FILE: svm/OpenCL/include/CL/cl_d3d10.h type cl_uint (line 71) | typedef cl_uint cl_d3d10_device_source_khr; type cl_uint (line 72) | typedef cl_uint cl_d3d10_device_set_khr; type cl_int (line 103) | typedef cl_int CL_API_CALL type clGetDeviceIDsFromD3D10KHR_t (line 113) | typedef clGetDeviceIDsFromD3D10KHR_t * type cl_mem (line 116) | typedef cl_mem CL_API_CALL type clCreateFromD3D10BufferKHR_t (line 123) | typedef clCreateFromD3D10BufferKHR_t * type cl_mem (line 126) | typedef cl_mem CL_API_CALL type clCreateFromD3D10Texture2DKHR_t (line 134) | typedef clCreateFromD3D10Texture2DKHR_t * type cl_mem (line 137) | typedef cl_mem CL_API_CALL type clCreateFromD3D10Texture3DKHR_t (line 145) | typedef clCreateFromD3D10Texture3DKHR_t * type cl_int (line 148) | typedef cl_int CL_API_CALL type clEnqueueAcquireD3D10ObjectsKHR_t (line 157) | typedef clEnqueueAcquireD3D10ObjectsKHR_t * type cl_int (line 160) | typedef cl_int CL_API_CALL type clEnqueueReleaseD3D10ObjectsKHR_t (line 169) | typedef clEnqueueReleaseD3D10ObjectsKHR_t * type cl_int (line 239) | typedef cl_int CL_API_CALL type clGetSupportedD3D10TextureFormatsINTEL_t (line 248) | typedef clGetSupportedD3D10TextureFormatsINTEL_t * FILE: svm/OpenCL/include/CL/cl_d3d11.h type cl_uint (line 71) | typedef cl_uint cl_d3d11_device_source_khr; type cl_uint (line 72) | typedef cl_uint cl_d3d11_device_set_khr; type cl_int (line 103) | typedef cl_int CL_API_CALL type clGetDeviceIDsFromD3D11KHR_t (line 113) | typedef clGetDeviceIDsFromD3D11KHR_t * type cl_mem (line 116) | typedef cl_mem CL_API_CALL type clCreateFromD3D11BufferKHR_t (line 123) | typedef clCreateFromD3D11BufferKHR_t * type cl_mem (line 126) | typedef cl_mem CL_API_CALL type clCreateFromD3D11Texture2DKHR_t (line 134) | typedef clCreateFromD3D11Texture2DKHR_t * type cl_mem (line 137) | typedef cl_mem CL_API_CALL type clCreateFromD3D11Texture3DKHR_t (line 145) | typedef clCreateFromD3D11Texture3DKHR_t * type cl_int (line 148) | typedef cl_int CL_API_CALL type clEnqueueAcquireD3D11ObjectsKHR_t (line 157) | typedef clEnqueueAcquireD3D11ObjectsKHR_t * type cl_int (line 160) | typedef cl_int CL_API_CALL type clEnqueueReleaseD3D11ObjectsKHR_t (line 169) | typedef clEnqueueReleaseD3D11ObjectsKHR_t * type cl_int (line 239) | typedef cl_int CL_API_CALL type clGetSupportedD3D11TextureFormatsINTEL_t (line 249) | typedef clGetSupportedD3D11TextureFormatsINTEL_t * FILE: svm/OpenCL/include/CL/cl_dx9_media_sharing.h type cl_uint (line 73) | typedef cl_uint cl_dx9_media_adapter_type_khr; type cl_uint (line 74) | typedef cl_uint cl_dx9_media_adapter_set_khr; type cl_dx9_surface_info_khr (line 77) | typedef struct _cl_dx9_surface_info_khr { type cl_int (line 116) | typedef cl_int CL_API_CALL type clGetDeviceIDsFromDX9MediaAdapterKHR_t (line 127) | typedef clGetDeviceIDsFromDX9MediaAdapterKHR_t * type cl_mem (line 130) | typedef cl_mem CL_API_CALL type clCreateFromDX9MediaSurfaceKHR_t (line 139) | typedef clCreateFromDX9MediaSurfaceKHR_t * type cl_int (line 142) | typedef cl_int CL_API_CALL type clEnqueueAcquireDX9MediaSurfacesKHR_t (line 151) | typedef clEnqueueAcquireDX9MediaSurfacesKHR_t * type cl_int (line 154) | typedef cl_int CL_API_CALL type clEnqueueReleaseDX9MediaSurfacesKHR_t (line 163) | typedef clEnqueueReleaseDX9MediaSurfacesKHR_t * type cl_uint (line 218) | typedef cl_uint cl_dx9_device_source_intel; type cl_uint (line 219) | typedef cl_uint cl_dx9_device_set_intel; type cl_int (line 253) | typedef cl_int CL_API_CALL type clGetDeviceIDsFromDX9INTEL_t (line 263) | typedef clGetDeviceIDsFromDX9INTEL_t * type cl_mem (line 266) | typedef cl_mem CL_API_CALL type clCreateFromDX9MediaSurfaceINTEL_t (line 275) | typedef clCreateFromDX9MediaSurfaceINTEL_t * type cl_int (line 278) | typedef cl_int CL_API_CALL type clEnqueueAcquireDX9ObjectsINTEL_t (line 287) | typedef clEnqueueAcquireDX9ObjectsINTEL_t * type cl_int (line 290) | typedef cl_int CL_API_CALL type clEnqueueReleaseDX9ObjectsINTEL_t (line 299) | typedef clEnqueueReleaseDX9ObjectsINTEL_t * type cl_int (line 355) | typedef cl_int CL_API_CALL type clGetSupportedDX9MediaSurfaceFormatsINTEL_t (line 365) | typedef clGetSupportedDX9MediaSurfaceFormatsINTEL_t * FILE: svm/OpenCL/include/CL/cl_egl.h type cl_egl_image_properties_khr (line 73) | typedef intptr_t cl_egl_image_properties_khr; type cl_mem (line 76) | typedef cl_mem CL_API_CALL type clCreateFromEGLImageKHR_t (line 85) | typedef clCreateFromEGLImageKHR_t * type cl_int (line 88) | typedef cl_int CL_API_CALL type clEnqueueAcquireEGLObjectsKHR_t (line 97) | typedef clEnqueueAcquireEGLObjectsKHR_t * type cl_int (line 100) | typedef cl_int CL_API_CALL type clEnqueueReleaseEGLObjectsKHR_t (line 109) | typedef clEnqueueReleaseEGLObjectsKHR_t * type cl_event (line 160) | typedef cl_event CL_API_CALL type clCreateEventFromEGLSyncKHR_t (line 167) | typedef clCreateEventFromEGLSyncKHR_t * FILE: svm/OpenCL/include/CL/cl_ext.h type cl_bitfield (line 57) | typedef cl_bitfield cl_device_command_buffer_capabilities_khr; type _cl_command_buffer_khr (line 58) | struct _cl_command_buffer_khr type cl_uint (line 59) | typedef cl_uint cl_sync_point_khr; type cl_uint (line 60) | typedef cl_uint cl_command_buffer_info_khr; type cl_uint (line 61) | typedef cl_uint cl_command_buffer_state_khr; type cl_properties (line 62) | typedef cl_properties cl_command_buffer_properties_khr; type cl_bitfield (line 63) | typedef cl_bitfield cl_command_buffer_flags_khr; type cl_properties (line 64) | typedef cl_properties cl_command_properties_khr; type _cl_mutable_command_khr (line 65) | struct _cl_mutable_command_khr type cl_command_buffer_khr (line 105) | typedef cl_command_buffer_khr CL_API_CALL type clCreateCommandBufferKHR_t (line 112) | typedef clCreateCommandBufferKHR_t * type cl_int (line 115) | typedef cl_int CL_API_CALL type clFinalizeCommandBufferKHR_t (line 119) | typedef clFinalizeCommandBufferKHR_t * type cl_int (line 122) | typedef cl_int CL_API_CALL type clRetainCommandBufferKHR_t (line 126) | typedef clRetainCommandBufferKHR_t * type cl_int (line 129) | typedef cl_int CL_API_CALL type clReleaseCommandBufferKHR_t (line 133) | typedef clReleaseCommandBufferKHR_t * type cl_int (line 136) | typedef cl_int CL_API_CALL type clEnqueueCommandBufferKHR_t (line 145) | typedef clEnqueueCommandBufferKHR_t * type cl_int (line 148) | typedef cl_int CL_API_CALL type clCommandBarrierWithWaitListKHR_t (line 158) | typedef clCommandBarrierWithWaitListKHR_t * type cl_int (line 161) | typedef cl_int CL_API_CALL type clCommandCopyBufferKHR_t (line 176) | typedef clCommandCopyBufferKHR_t * type cl_int (line 179) | typedef cl_int CL_API_CALL type clCommandCopyBufferRectKHR_t (line 198) | typedef clCommandCopyBufferRectKHR_t * type cl_int (line 201) | typedef cl_int CL_API_CALL type clCommandCopyBufferToImageKHR_t (line 216) | typedef clCommandCopyBufferToImageKHR_t * type cl_int (line 219) | typedef cl_int CL_API_CALL type clCommandCopyImageKHR_t (line 234) | typedef clCommandCopyImageKHR_t * type cl_int (line 237) | typedef cl_int CL_API_CALL type clCommandCopyImageToBufferKHR_t (line 252) | typedef clCommandCopyImageToBufferKHR_t * type cl_int (line 255) | typedef cl_int CL_API_CALL type clCommandFillBufferKHR_t (line 270) | typedef clCommandFillBufferKHR_t * type cl_int (line 273) | typedef cl_int CL_API_CALL type clCommandFillImageKHR_t (line 287) | typedef clCommandFillImageKHR_t * type cl_int (line 290) | typedef cl_int CL_API_CALL type clCommandNDRangeKernelKHR_t (line 305) | typedef clCommandNDRangeKernelKHR_t * type cl_int (line 308) | typedef cl_int CL_API_CALL type clGetCommandBufferInfoKHR_t (line 316) | typedef clGetCommandBufferInfoKHR_t * type cl_int (line 494) | typedef cl_int CL_API_CALL type clCommandSVMMemcpyKHR_t (line 507) | typedef clCommandSVMMemcpyKHR_t * type cl_int (line 510) | typedef cl_int CL_API_CALL type clCommandSVMMemFillKHR_t (line 524) | typedef clCommandSVMMemFillKHR_t * type cl_bitfield (line 568) | typedef cl_bitfield cl_platform_command_buffer_capabilities_khr; type cl_command_buffer_khr (line 589) | typedef cl_command_buffer_khr CL_API_CALL type clRemapCommandBufferKHR_t (line 600) | typedef clRemapCommandBufferKHR_t * type cl_uint (line 628) | typedef cl_uint cl_command_buffer_update_type_khr; type cl_bitfield (line 629) | typedef cl_bitfield cl_mutable_dispatch_fields_khr; type cl_uint (line 630) | typedef cl_uint cl_mutable_command_info_khr; type cl_mutable_dispatch_arg_khr (line 631) | typedef struct _cl_mutable_dispatch_arg_khr { type cl_mutable_dispatch_exec_info_khr (line 636) | typedef struct _cl_mutable_dispatch_exec_info_khr { type cl_mutable_dispatch_config_khr (line 641) | typedef struct _cl_mutable_dispatch_config_khr { type cl_bitfield (line 654) | typedef cl_bitfield cl_mutable_dispatch_asserts_khr; type cl_int (line 699) | typedef cl_int CL_API_CALL type clUpdateMutableCommandsKHR_t (line 706) | typedef clUpdateMutableCommandsKHR_t * type cl_int (line 709) | typedef cl_int CL_API_CALL type clGetMutableCommandInfoKHR_t (line 717) | typedef clGetMutableCommandInfoKHR_t * type cl_int (line 779) | typedef cl_int CL_API_CALL type clSetMemObjectDestructorAPPLE_t (line 785) | typedef clSetMemObjectDestructorAPPLE_t * type clLogMessagesToSystemLogAPPLE_t (line 816) | typedef clLogMessagesToSystemLogAPPLE_t * type clLogMessagesToStdoutAPPLE_t (line 826) | typedef clLogMessagesToStdoutAPPLE_t * type clLogMessagesToStderrAPPLE_t (line 836) | typedef clLogMessagesToStderrAPPLE_t * type cl_int (line 881) | typedef cl_int CL_API_CALL type clIcdGetPlatformIDsKHR_t (line 887) | typedef clIcdGetPlatformIDsKHR_t * type cl_program (line 917) | typedef cl_program CL_API_CALL type clCreateProgramWithILKHR_t (line 924) | typedef clCreateProgramWithILKHR_t * type cl_bitfield (line 962) | typedef cl_bitfield cl_context_memory_initialize_khr; type cl_bitfield (line 981) | typedef cl_bitfield cl_device_terminate_capability_khr; type cl_int (line 996) | typedef cl_int CL_API_CALL type clTerminateContextKHR_t (line 1000) | typedef clTerminateContextKHR_t * type cl_properties (line 1037) | typedef cl_properties cl_queue_properties_khr; type cl_command_queue (line 1040) | typedef cl_command_queue CL_API_CALL type clCreateCommandQueueWithPropertiesKHR_t (line 1047) | typedef clCreateCommandQueueWithPropertiesKHR_t * type cl_ulong (line 1137) | typedef cl_ulong cl_device_partition_property_ext; type cl_int (line 1171) | typedef cl_int CL_API_CALL type clReleaseDeviceEXT_t (line 1175) | typedef clReleaseDeviceEXT_t * type cl_int (line 1178) | typedef cl_int CL_API_CALL type clRetainDeviceEXT_t (line 1182) | typedef clRetainDeviceEXT_t * type cl_int (line 1185) | typedef cl_int CL_API_CALL type clCreateSubDevicesEXT_t (line 1193) | typedef clCreateSubDevicesEXT_t * type cl_bitfield (line 1226) | typedef cl_bitfield cl_mem_migration_flags_ext; type cl_int (line 1235) | typedef cl_int CL_API_CALL type clEnqueueMigrateMemObjectEXT_t (line 1245) | typedef clEnqueueMigrateMemObjectEXT_t * type cl_uint (line 1285) | typedef cl_uint cl_image_pitch_info_qcom; type cl_mem_ext_host_ptr (line 1286) | typedef struct _cl_mem_ext_host_ptr { type cl_int (line 1309) | typedef cl_int CL_API_CALL type clGetDeviceImageInfoQCOM_t (line 1320) | typedef clGetDeviceImageInfoQCOM_t * type cl_mem_ion_host_ptr (line 1362) | typedef struct _cl_mem_ion_host_ptr { type cl_mem_android_native_buffer_host_ptr (line 1382) | typedef struct _cl_mem_android_native_buffer_host_ptr { type cl_int (line 1440) | typedef cl_int CL_API_CALL type clEnqueueAcquireGrallocObjectsIMG_t (line 1449) | typedef clEnqueueAcquireGrallocObjectsIMG_t * type cl_int (line 1452) | typedef cl_int CL_API_CALL type clEnqueueReleaseGrallocObjectsIMG_t (line 1461) | typedef clEnqueueReleaseGrallocObjectsIMG_t * type cl_uint (line 1496) | typedef cl_uint cl_mipmap_filter_mode_img; type cl_int (line 1506) | typedef cl_int CL_API_CALL type clEnqueueGenerateMipmapIMG_t (line 1518) | typedef clEnqueueGenerateMipmapIMG_t * type cl_uint (line 1573) | typedef cl_uint cl_kernel_sub_group_info; type cl_int (line 1582) | typedef cl_int CL_API_CALL type clGetKernelSubGroupInfoKHR_t (line 1593) | typedef clGetKernelSubGroupInfoKHR_t * type cl_uint (line 1637) | typedef cl_uint cl_queue_priority_khr; type cl_uint (line 1658) | typedef cl_uint cl_queue_throttle_khr; type cl_uint (line 1710) | typedef cl_uint cl_version_khr; type cl_name_version_khr (line 1711) | typedef struct _cl_name_version_khr { type cl_device_pci_bus_info_khr (line 1758) | typedef struct _cl_device_pci_bus_info_khr { type cl_int (line 1779) | typedef cl_int CL_API_CALL type clGetKernelSuggestedLocalWorkSizeKHR_t (line 1788) | typedef clGetKernelSuggestedLocalWorkSizeKHR_t * type cl_bitfield (line 1814) | typedef cl_bitfield cl_device_integer_dot_product_capabilities_khr; type cl_device_integer_dot_product_acceleration_properties_khr (line 1815) | typedef struct _cl_device_integer_dot_product_acceleration_properties_khr { type cl_uint (line 1843) | typedef cl_uint cl_external_memory_handle_type_khr; type cl_int (line 1861) | typedef cl_int CL_API_CALL type clEnqueueAcquireExternalMemObjectsKHR_t (line 1870) | typedef clEnqueueAcquireExternalMemObjectsKHR_t * type cl_int (line 1873) | typedef cl_int CL_API_CALL type clEnqueueReleaseExternalMemObjectsKHR_t (line 1882) | typedef clEnqueueReleaseExternalMemObjectsKHR_t * type _cl_semaphore_khr (line 1958) | struct _cl_semaphore_khr type cl_uint (line 1959) | typedef cl_uint cl_external_semaphore_handle_type_khr; type cl_int (line 1977) | typedef cl_int CL_API_CALL type clGetSemaphoreHandleForTypeKHR_t (line 1986) | typedef clGetSemaphoreHandleForTypeKHR_t * type cl_properties (line 2025) | typedef cl_properties cl_semaphore_reimport_properties_khr; type cl_int (line 2031) | typedef cl_int CL_API_CALL type clReImportSemaphoreSyncFdKHR_t (line 2037) | typedef clReImportSemaphoreSyncFdKHR_t * type cl_properties (line 2076) | typedef cl_properties cl_semaphore_properties_khr; type cl_uint (line 2077) | typedef cl_uint cl_semaphore_info_khr; type cl_uint (line 2078) | typedef cl_uint cl_semaphore_type_khr; type cl_ulong (line 2079) | typedef cl_ulong cl_semaphore_payload_khr; type cl_semaphore_khr (line 2109) | typedef cl_semaphore_khr CL_API_CALL type clCreateSemaphoreWithPropertiesKHR_t (line 2115) | typedef clCreateSemaphoreWithPropertiesKHR_t * type cl_int (line 2118) | typedef cl_int CL_API_CALL type clEnqueueWaitSemaphoresKHR_t (line 2128) | typedef clEnqueueWaitSemaphoresKHR_t * type cl_int (line 2131) | typedef cl_int CL_API_CALL type clEnqueueSignalSemaphoresKHR_t (line 2141) | typedef clEnqueueSignalSemaphoresKHR_t * type cl_int (line 2144) | typedef cl_int CL_API_CALL type clGetSemaphoreInfoKHR_t (line 2152) | typedef clGetSemaphoreInfoKHR_t * type cl_int (line 2155) | typedef cl_int CL_API_CALL type clReleaseSemaphoreKHR_t (line 2159) | typedef clReleaseSemaphoreKHR_t * type cl_int (line 2162) | typedef cl_int CL_API_CALL type clRetainSemaphoreKHR_t (line 2166) | typedef clRetainSemaphoreKHR_t * type cl_import_properties_arm (line 2225) | typedef intptr_t cl_import_properties_arm; type cl_mem (line 2239) | typedef cl_mem CL_API_CALL type clImportMemoryARM_t (line 2248) | typedef clImportMemoryARM_t * type cl_bitfield (line 2274) | typedef cl_bitfield cl_svm_mem_flags_arm; type cl_uint (line 2275) | typedef cl_uint cl_kernel_exec_info_arm; type cl_bitfield (line 2276) | typedef cl_bitfield cl_device_svm_capabilities_arm; type clSVMAllocARM_t (line 2313) | typedef clSVMAllocARM_t * type clSVMFreeARM_t (line 2321) | typedef clSVMFreeARM_t * type cl_int (line 2324) | typedef cl_int CL_API_CALL type clEnqueueSVMFreeARM_t (line 2335) | typedef clEnqueueSVMFreeARM_t * type cl_int (line 2338) | typedef cl_int CL_API_CALL type clEnqueueSVMMemcpyARM_t (line 2349) | typedef clEnqueueSVMMemcpyARM_t * type cl_int (line 2352) | typedef cl_int CL_API_CALL type clEnqueueSVMMemFillARM_t (line 2363) | typedef clEnqueueSVMMemFillARM_t * type cl_int (line 2366) | typedef cl_int CL_API_CALL type clEnqueueSVMMapARM_t (line 2377) | typedef clEnqueueSVMMapARM_t * type cl_int (line 2380) | typedef cl_int CL_API_CALL type clEnqueueSVMUnmapARM_t (line 2388) | typedef clEnqueueSVMUnmapARM_t * type cl_int (line 2391) | typedef cl_int CL_API_CALL type clSetKernelArgSVMPointerARM_t (line 2397) | typedef clSetKernelArgSVMPointerARM_t * type cl_int (line 2400) | typedef cl_int CL_API_CALL type clSetKernelExecInfoARM_t (line 2407) | typedef clSetKernelExecInfoARM_t * type cl_bitfield (line 2535) | typedef cl_bitfield cl_device_scheduling_controls_capabilities_arm; type cl_bitfield (line 2577) | typedef cl_bitfield cl_device_controlled_termination_capabilitie... type cl_bitfield (line 2634) | typedef cl_bitfield cl_device_feature_capabilities_intel; type _cl_accelerator_intel (line 2672) | struct _cl_accelerator_intel type cl_uint (line 2673) | typedef cl_uint cl_accelerator_type_intel; type cl_uint (line 2674) | typedef cl_uint cl_accelerator_info_intel; type cl_accelerator_intel (line 2689) | typedef cl_accelerator_intel CL_API_CALL type clCreateAcceleratorINTEL_t (line 2697) | typedef clCreateAcceleratorINTEL_t * type cl_int (line 2700) | typedef cl_int CL_API_CALL type clGetAcceleratorInfoINTEL_t (line 2708) | typedef clGetAcceleratorInfoINTEL_t * type cl_int (line 2711) | typedef cl_int CL_API_CALL type clRetainAcceleratorINTEL_t (line 2715) | typedef clRetainAcceleratorINTEL_t * type cl_int (line 2718) | typedef cl_int CL_API_CALL type clReleaseAcceleratorINTEL_t (line 2722) | typedef clReleaseAcceleratorINTEL_t * type cl_motion_estimation_desc_intel (line 2763) | typedef struct _cl_motion_estimation_desc_intel { type cl_bitfield (line 2923) | typedef cl_bitfield cl_diagnostic_verbose_level_intel; type cl_bitfield (line 3125) | typedef cl_bitfield cl_device_unified_shared_memory_capabilities... type cl_properties (line 3126) | typedef cl_properties cl_mem_properties_intel; type cl_bitfield (line 3127) | typedef cl_bitfield cl_mem_alloc_flags_intel; type cl_uint (line 3128) | typedef cl_uint cl_mem_info_intel; type cl_uint (line 3129) | typedef cl_uint cl_unified_shared_memory_type_intel; type cl_uint (line 3130) | typedef cl_uint cl_mem_advice_intel; type clHostMemAllocINTEL_t (line 3186) | typedef clHostMemAllocINTEL_t * type clDeviceMemAllocINTEL_t (line 3198) | typedef clDeviceMemAllocINTEL_t * type clSharedMemAllocINTEL_t (line 3210) | typedef clSharedMemAllocINTEL_t * type cl_int (line 3213) | typedef cl_int CL_API_CALL type clMemFreeINTEL_t (line 3218) | typedef clMemFreeINTEL_t * type cl_int (line 3221) | typedef cl_int CL_API_CALL type clMemBlockingFreeINTEL_t (line 3226) | typedef clMemBlockingFreeINTEL_t * type cl_int (line 3229) | typedef cl_int CL_API_CALL type clGetMemAllocInfoINTEL_t (line 3238) | typedef clGetMemAllocInfoINTEL_t * type cl_int (line 3241) | typedef cl_int CL_API_CALL type clSetKernelArgMemPointerINTEL_t (line 3247) | typedef clSetKernelArgMemPointerINTEL_t * type cl_int (line 3250) | typedef cl_int CL_API_CALL type clEnqueueMemFillINTEL_t (line 3261) | typedef clEnqueueMemFillINTEL_t * type cl_int (line 3264) | typedef cl_int CL_API_CALL type clEnqueueMemcpyINTEL_t (line 3275) | typedef clEnqueueMemcpyINTEL_t * type cl_int (line 3278) | typedef cl_int CL_API_CALL type clEnqueueMemAdviseINTEL_t (line 3288) | typedef clEnqueueMemAdviseINTEL_t * type cl_int (line 3381) | typedef cl_int CL_API_CALL type clEnqueueMigrateMemINTEL_t (line 3391) | typedef clEnqueueMigrateMemINTEL_t * type cl_int (line 3412) | typedef cl_int CL_API_CALL type clEnqueueMemsetINTEL_t (line 3422) | typedef clEnqueueMemsetINTEL_t * type cl_mem (line 3468) | typedef cl_mem CL_API_CALL type clCreateBufferWithPropertiesINTEL_t (line 3477) | typedef clCreateBufferWithPropertiesINTEL_t * type cl_int (line 3512) | typedef cl_int CL_API_CALL type clEnqueueReadHostPipeINTEL_t (line 3524) | typedef clEnqueueReadHostPipeINTEL_t * type cl_int (line 3527) | typedef cl_int CL_API_CALL type clEnqueueWriteHostPipeINTEL_t (line 3539) | typedef clEnqueueWriteHostPipeINTEL_t * type cl_bitfield (line 3606) | typedef cl_bitfield cl_command_queue_capabilities_intel; type cl_queue_family_properties_intel (line 3610) | typedef struct _cl_queue_family_properties_intel { type cl_uint (line 3679) | typedef cl_uint cl_image_requirements_info_ext; type cl_int (line 3692) | typedef cl_int CL_API_CALL type clGetImageRequirementsInfoEXT_t (line 3704) | typedef clGetImageRequirementsInfoEXT_t * type cl_uint (line 3752) | typedef cl_uint cl_icdl_info; type cl_int (line 3761) | typedef cl_int CL_API_CALL type clGetICDLoaderInfoOCLICD_t (line 3768) | typedef clGetICDLoaderInfoOCLICD_t * type cl_bitfield (line 3808) | typedef cl_bitfield cl_device_fp_atomic_capabilities_ext; type cl_int (line 3848) | typedef cl_int CL_API_CALL type clSetContentSizeBufferPoCL_t (line 3853) | typedef clSetContentSizeBufferPoCL_t * type cl_bitfield (line 4002) | typedef cl_bitfield cl_device_kernel_clock_capabilities_khr; type cl_int (line 4206) | typedef cl_int CL_API_CALL type clCancelCommandsIMG_t (line 4211) | typedef clCancelCommandsIMG_t * FILE: svm/OpenCL/include/CL/cl_function_types.h type cl_int (line 24) | typedef cl_int CL_API_CALL clGetPlatformIDs_t( type clGetPlatformIDs_t (line 29) | typedef clGetPlatformIDs_t * type cl_int (line 32) | typedef cl_int CL_API_CALL clGetPlatformInfo_t( type clGetPlatformInfo_t (line 39) | typedef clGetPlatformInfo_t * type cl_int (line 42) | typedef cl_int CL_API_CALL clGetDeviceIDs_t( type clGetDeviceIDs_t (line 49) | typedef clGetDeviceIDs_t * type cl_int (line 52) | typedef cl_int CL_API_CALL clGetDeviceInfo_t( type clGetDeviceInfo_t (line 59) | typedef clGetDeviceInfo_t * type cl_context (line 62) | typedef cl_context CL_API_CALL clCreateContext_t( type clCreateContext_t (line 70) | typedef clCreateContext_t * type cl_context (line 73) | typedef cl_context CL_API_CALL clCreateContextFromType_t( type clCreateContextFromType_t (line 80) | typedef clCreateContextFromType_t * type cl_int (line 83) | typedef cl_int CL_API_CALL clRetainContext_t( type clRetainContext_t (line 86) | typedef clRetainContext_t * type cl_int (line 89) | typedef cl_int CL_API_CALL clReleaseContext_t( type clReleaseContext_t (line 92) | typedef clReleaseContext_t * type cl_int (line 95) | typedef cl_int CL_API_CALL clGetContextInfo_t( type clGetContextInfo_t (line 102) | typedef clGetContextInfo_t * type cl_int (line 105) | typedef cl_int CL_API_CALL clRetainCommandQueue_t( type clRetainCommandQueue_t (line 108) | typedef clRetainCommandQueue_t * type cl_int (line 111) | typedef cl_int CL_API_CALL clReleaseCommandQueue_t( type clReleaseCommandQueue_t (line 114) | typedef clReleaseCommandQueue_t * type cl_int (line 117) | typedef cl_int CL_API_CALL clGetCommandQueueInfo_t( type clGetCommandQueueInfo_t (line 124) | typedef clGetCommandQueueInfo_t * type cl_mem (line 127) | typedef cl_mem CL_API_CALL clCreateBuffer_t( type clCreateBuffer_t (line 134) | typedef clCreateBuffer_t * type cl_int (line 137) | typedef cl_int CL_API_CALL clRetainMemObject_t( type clRetainMemObject_t (line 140) | typedef clRetainMemObject_t * type cl_int (line 143) | typedef cl_int CL_API_CALL clReleaseMemObject_t( type clReleaseMemObject_t (line 146) | typedef clReleaseMemObject_t * type cl_int (line 149) | typedef cl_int CL_API_CALL clGetSupportedImageFormats_t( type clGetSupportedImageFormats_t (line 157) | typedef clGetSupportedImageFormats_t * type cl_int (line 160) | typedef cl_int CL_API_CALL clGetMemObjectInfo_t( type clGetMemObjectInfo_t (line 167) | typedef clGetMemObjectInfo_t * type cl_int (line 170) | typedef cl_int CL_API_CALL clGetImageInfo_t( type clGetImageInfo_t (line 177) | typedef clGetImageInfo_t * type cl_int (line 180) | typedef cl_int CL_API_CALL clRetainSampler_t( type clRetainSampler_t (line 183) | typedef clRetainSampler_t * type cl_int (line 186) | typedef cl_int CL_API_CALL clReleaseSampler_t( type clReleaseSampler_t (line 189) | typedef clReleaseSampler_t * type cl_int (line 192) | typedef cl_int CL_API_CALL clGetSamplerInfo_t( type clGetSamplerInfo_t (line 199) | typedef clGetSamplerInfo_t * type cl_program (line 202) | typedef cl_program CL_API_CALL clCreateProgramWithSource_t( type clCreateProgramWithSource_t (line 209) | typedef clCreateProgramWithSource_t * type cl_program (line 212) | typedef cl_program CL_API_CALL clCreateProgramWithBinary_t( type clCreateProgramWithBinary_t (line 221) | typedef clCreateProgramWithBinary_t * type cl_int (line 224) | typedef cl_int CL_API_CALL clRetainProgram_t( type clRetainProgram_t (line 227) | typedef clRetainProgram_t * type cl_int (line 230) | typedef cl_int CL_API_CALL clReleaseProgram_t( type clReleaseProgram_t (line 233) | typedef clReleaseProgram_t * type cl_int (line 236) | typedef cl_int CL_API_CALL clBuildProgram_t( type clBuildProgram_t (line 244) | typedef clBuildProgram_t * type cl_int (line 247) | typedef cl_int CL_API_CALL clGetProgramInfo_t( type clGetProgramInfo_t (line 254) | typedef clGetProgramInfo_t * type cl_int (line 257) | typedef cl_int CL_API_CALL clGetProgramBuildInfo_t( type clGetProgramBuildInfo_t (line 265) | typedef clGetProgramBuildInfo_t * type cl_kernel (line 268) | typedef cl_kernel CL_API_CALL clCreateKernel_t( type clCreateKernel_t (line 273) | typedef clCreateKernel_t * type cl_int (line 276) | typedef cl_int CL_API_CALL clCreateKernelsInProgram_t( type clCreateKernelsInProgram_t (line 282) | typedef clCreateKernelsInProgram_t * type cl_int (line 285) | typedef cl_int CL_API_CALL clRetainKernel_t( type clRetainKernel_t (line 288) | typedef clRetainKernel_t * type cl_int (line 291) | typedef cl_int CL_API_CALL clReleaseKernel_t( type clReleaseKernel_t (line 294) | typedef clReleaseKernel_t * type cl_int (line 297) | typedef cl_int CL_API_CALL clSetKernelArg_t( type clSetKernelArg_t (line 303) | typedef clSetKernelArg_t * type cl_int (line 306) | typedef cl_int CL_API_CALL clGetKernelInfo_t( type clGetKernelInfo_t (line 313) | typedef clGetKernelInfo_t * type cl_int (line 316) | typedef cl_int CL_API_CALL clGetKernelWorkGroupInfo_t( type clGetKernelWorkGroupInfo_t (line 324) | typedef clGetKernelWorkGroupInfo_t * type cl_int (line 327) | typedef cl_int CL_API_CALL clWaitForEvents_t( type clWaitForEvents_t (line 331) | typedef clWaitForEvents_t * type cl_int (line 334) | typedef cl_int CL_API_CALL clGetEventInfo_t( type clGetEventInfo_t (line 341) | typedef clGetEventInfo_t * type cl_int (line 344) | typedef cl_int CL_API_CALL clRetainEvent_t( type clRetainEvent_t (line 347) | typedef clRetainEvent_t * type cl_int (line 350) | typedef cl_int CL_API_CALL clReleaseEvent_t( type clReleaseEvent_t (line 353) | typedef clReleaseEvent_t * type cl_int (line 356) | typedef cl_int CL_API_CALL clGetEventProfilingInfo_t( type clGetEventProfilingInfo_t (line 363) | typedef clGetEventProfilingInfo_t * type cl_int (line 366) | typedef cl_int CL_API_CALL clFlush_t( type clFlush_t (line 369) | typedef clFlush_t * type cl_int (line 372) | typedef cl_int CL_API_CALL clFinish_t( type clFinish_t (line 375) | typedef clFinish_t * type cl_int (line 378) | typedef cl_int CL_API_CALL clEnqueueReadBuffer_t( type clEnqueueReadBuffer_t (line 389) | typedef clEnqueueReadBuffer_t * type cl_int (line 392) | typedef cl_int CL_API_CALL clEnqueueWriteBuffer_t( type clEnqueueWriteBuffer_t (line 403) | typedef clEnqueueWriteBuffer_t * type cl_int (line 406) | typedef cl_int CL_API_CALL clEnqueueCopyBuffer_t( type clEnqueueCopyBuffer_t (line 417) | typedef clEnqueueCopyBuffer_t * type cl_int (line 420) | typedef cl_int CL_API_CALL clEnqueueReadImage_t( type clEnqueueReadImage_t (line 433) | typedef clEnqueueReadImage_t * type cl_int (line 436) | typedef cl_int CL_API_CALL clEnqueueWriteImage_t( type clEnqueueWriteImage_t (line 449) | typedef clEnqueueWriteImage_t * type cl_int (line 452) | typedef cl_int CL_API_CALL clEnqueueCopyImage_t( type clEnqueueCopyImage_t (line 463) | typedef clEnqueueCopyImage_t * type cl_int (line 466) | typedef cl_int CL_API_CALL clEnqueueCopyImageToBuffer_t( type clEnqueueCopyImageToBuffer_t (line 477) | typedef clEnqueueCopyImageToBuffer_t * type cl_int (line 480) | typedef cl_int CL_API_CALL clEnqueueCopyBufferToImage_t( type clEnqueueCopyBufferToImage_t (line 491) | typedef clEnqueueCopyBufferToImage_t * type clEnqueueMapBuffer_t (line 506) | typedef clEnqueueMapBuffer_t * type clEnqueueMapImage_t (line 523) | typedef clEnqueueMapImage_t * type cl_int (line 526) | typedef cl_int CL_API_CALL clEnqueueUnmapMemObject_t( type clEnqueueUnmapMemObject_t (line 534) | typedef clEnqueueUnmapMemObject_t * type cl_int (line 537) | typedef cl_int CL_API_CALL clEnqueueNDRangeKernel_t( type clEnqueueNDRangeKernel_t (line 548) | typedef clEnqueueNDRangeKernel_t * type cl_int (line 551) | typedef cl_int CL_API_CALL clEnqueueNativeKernel_t( type clEnqueueNativeKernel_t (line 563) | typedef clEnqueueNativeKernel_t * type cl_int (line 566) | typedef cl_int CL_API_CALL clSetCommandQueueProperty_t( type clSetCommandQueueProperty_t (line 572) | typedef clSetCommandQueueProperty_t * type cl_mem (line 575) | typedef cl_mem CL_API_CALL clCreateImage2D_t( type clCreateImage2D_t (line 585) | typedef clCreateImage2D_t * type cl_mem (line 588) | typedef cl_mem CL_API_CALL clCreateImage3D_t( type clCreateImage3D_t (line 600) | typedef clCreateImage3D_t * type cl_int (line 603) | typedef cl_int CL_API_CALL clEnqueueMarker_t( type clEnqueueMarker_t (line 607) | typedef clEnqueueMarker_t * type cl_int (line 610) | typedef cl_int CL_API_CALL clEnqueueWaitForEvents_t( type clEnqueueWaitForEvents_t (line 615) | typedef clEnqueueWaitForEvents_t * type cl_int (line 618) | typedef cl_int CL_API_CALL clEnqueueBarrier_t( type clEnqueueBarrier_t (line 621) | typedef clEnqueueBarrier_t * type cl_int (line 624) | typedef cl_int CL_API_CALL type clUnloadCompiler_t (line 627) | typedef clUnloadCompiler_t * type clGetExtensionFunctionAddress_t (line 633) | typedef clGetExtensionFunctionAddress_t * type cl_command_queue (line 636) | typedef cl_command_queue CL_API_CALL clCreateCommandQueue_t( type clCreateCommandQueue_t (line 642) | typedef clCreateCommandQueue_t * type cl_sampler (line 645) | typedef cl_sampler CL_API_CALL clCreateSampler_t( type clCreateSampler_t (line 652) | typedef clCreateSampler_t * type cl_int (line 655) | typedef cl_int CL_API_CALL clEnqueueTask_t( type clEnqueueTask_t (line 662) | typedef clEnqueueTask_t * type cl_mem (line 667) | typedef cl_mem CL_API_CALL clCreateSubBuffer_t( type clCreateSubBuffer_t (line 674) | typedef clCreateSubBuffer_t * type cl_int (line 677) | typedef cl_int CL_API_CALL clSetMemObjectDestructorCallback_t( type clSetMemObjectDestructorCallback_t (line 682) | typedef clSetMemObjectDestructorCallback_t * type cl_event (line 685) | typedef cl_event CL_API_CALL clCreateUserEvent_t( type clCreateUserEvent_t (line 689) | typedef clCreateUserEvent_t * type cl_int (line 692) | typedef cl_int CL_API_CALL clSetUserEventStatus_t( type clSetUserEventStatus_t (line 696) | typedef clSetUserEventStatus_t * type cl_int (line 699) | typedef cl_int CL_API_CALL clSetEventCallback_t( type clSetEventCallback_t (line 705) | typedef clSetEventCallback_t * type cl_int (line 708) | typedef cl_int CL_API_CALL clEnqueueReadBufferRect_t( type clEnqueueReadBufferRect_t (line 724) | typedef clEnqueueReadBufferRect_t * type cl_int (line 727) | typedef cl_int CL_API_CALL clEnqueueWriteBufferRect_t( type clEnqueueWriteBufferRect_t (line 743) | typedef clEnqueueWriteBufferRect_t * type cl_int (line 746) | typedef cl_int CL_API_CALL clEnqueueCopyBufferRect_t( type clEnqueueCopyBufferRect_t (line 761) | typedef clEnqueueCopyBufferRect_t * type cl_int (line 768) | typedef cl_int CL_API_CALL clCreateSubDevices_t( type clCreateSubDevices_t (line 775) | typedef clCreateSubDevices_t * type cl_int (line 778) | typedef cl_int CL_API_CALL clRetainDevice_t( type clRetainDevice_t (line 781) | typedef clRetainDevice_t * type cl_int (line 784) | typedef cl_int CL_API_CALL clReleaseDevice_t( type clReleaseDevice_t (line 787) | typedef clReleaseDevice_t * type cl_mem (line 790) | typedef cl_mem CL_API_CALL clCreateImage_t( type clCreateImage_t (line 798) | typedef clCreateImage_t * type cl_program (line 801) | typedef cl_program CL_API_CALL clCreateProgramWithBuiltInKernels_t( type clCreateProgramWithBuiltInKernels_t (line 808) | typedef clCreateProgramWithBuiltInKernels_t * type cl_int (line 811) | typedef cl_int CL_API_CALL clCompileProgram_t( type clCompileProgram_t (line 822) | typedef clCompileProgram_t * type cl_program (line 825) | typedef cl_program CL_API_CALL clLinkProgram_t( type clLinkProgram_t (line 836) | typedef clLinkProgram_t * type cl_int (line 839) | typedef cl_int CL_API_CALL clUnloadPlatformCompiler_t( type clUnloadPlatformCompiler_t (line 842) | typedef clUnloadPlatformCompiler_t * type cl_int (line 845) | typedef cl_int CL_API_CALL clGetKernelArgInfo_t( type clGetKernelArgInfo_t (line 853) | typedef clGetKernelArgInfo_t * type cl_int (line 856) | typedef cl_int CL_API_CALL clEnqueueFillBuffer_t( type clEnqueueFillBuffer_t (line 867) | typedef clEnqueueFillBuffer_t * type cl_int (line 870) | typedef cl_int CL_API_CALL clEnqueueFillImage_t( type clEnqueueFillImage_t (line 880) | typedef clEnqueueFillImage_t * type cl_int (line 883) | typedef cl_int CL_API_CALL clEnqueueMigrateMemObjects_t( type clEnqueueMigrateMemObjects_t (line 892) | typedef clEnqueueMigrateMemObjects_t * type cl_int (line 895) | typedef cl_int CL_API_CALL clEnqueueMarkerWithWaitList_t( type clEnqueueMarkerWithWaitList_t (line 901) | typedef clEnqueueMarkerWithWaitList_t * type cl_int (line 904) | typedef cl_int CL_API_CALL clEnqueueBarrierWithWaitList_t( type clEnqueueBarrierWithWaitList_t (line 910) | typedef clEnqueueBarrierWithWaitList_t * type clGetExtensionFunctionAddressForPlatform_t (line 917) | typedef clGetExtensionFunctionAddressForPlatform_t * type cl_command_queue (line 924) | typedef cl_command_queue CL_API_CALL clCreateCommandQueueWithProperties_t( type clCreateCommandQueueWithProperties_t (line 930) | typedef clCreateCommandQueueWithProperties_t * type cl_mem (line 933) | typedef cl_mem CL_API_CALL clCreatePipe_t( type clCreatePipe_t (line 941) | typedef clCreatePipe_t * type cl_int (line 944) | typedef cl_int CL_API_CALL clGetPipeInfo_t( type clGetPipeInfo_t (line 951) | typedef clGetPipeInfo_t * type clSVMAlloc_t (line 960) | typedef clSVMAlloc_t * type clSVMFree_t (line 967) | typedef clSVMFree_t * type cl_sampler (line 970) | typedef cl_sampler CL_API_CALL clCreateSamplerWithProperties_t( type clCreateSamplerWithProperties_t (line 975) | typedef clCreateSamplerWithProperties_t * type cl_int (line 978) | typedef cl_int CL_API_CALL clSetKernelArgSVMPointer_t( type clSetKernelArgSVMPointer_t (line 983) | typedef clSetKernelArgSVMPointer_t * type cl_int (line 986) | typedef cl_int CL_API_CALL clSetKernelExecInfo_t( type clSetKernelExecInfo_t (line 992) | typedef clSetKernelExecInfo_t * type cl_int (line 995) | typedef cl_int CL_API_CALL clEnqueueSVMFree_t( type clEnqueueSVMFree_t (line 1005) | typedef clEnqueueSVMFree_t * type cl_int (line 1008) | typedef cl_int CL_API_CALL clEnqueueSVMMemcpy_t( type clEnqueueSVMMemcpy_t (line 1018) | typedef clEnqueueSVMMemcpy_t * type cl_int (line 1021) | typedef cl_int CL_API_CALL clEnqueueSVMMemFill_t( type clEnqueueSVMMemFill_t (line 1031) | typedef clEnqueueSVMMemFill_t * type cl_int (line 1034) | typedef cl_int CL_API_CALL clEnqueueSVMMap_t( type clEnqueueSVMMap_t (line 1044) | typedef clEnqueueSVMMap_t * type cl_int (line 1047) | typedef cl_int CL_API_CALL clEnqueueSVMUnmap_t( type clEnqueueSVMUnmap_t (line 1054) | typedef clEnqueueSVMUnmap_t * type cl_int (line 1061) | typedef cl_int CL_API_CALL clSetDefaultDeviceCommandQueue_t( type clSetDefaultDeviceCommandQueue_t (line 1066) | typedef clSetDefaultDeviceCommandQueue_t * type cl_int (line 1069) | typedef cl_int CL_API_CALL clGetDeviceAndHostTimer_t( type clGetDeviceAndHostTimer_t (line 1074) | typedef clGetDeviceAndHostTimer_t * type cl_int (line 1077) | typedef cl_int CL_API_CALL clGetHostTimer_t( type clGetHostTimer_t (line 1081) | typedef clGetHostTimer_t * type cl_program (line 1084) | typedef cl_program CL_API_CALL clCreateProgramWithIL_t( type clCreateProgramWithIL_t (line 1090) | typedef clCreateProgramWithIL_t * type cl_kernel (line 1093) | typedef cl_kernel CL_API_CALL clCloneKernel_t( type clCloneKernel_t (line 1097) | typedef clCloneKernel_t * type cl_int (line 1100) | typedef cl_int CL_API_CALL clGetKernelSubGroupInfo_t( type clGetKernelSubGroupInfo_t (line 1110) | typedef clGetKernelSubGroupInfo_t * type cl_int (line 1113) | typedef cl_int CL_API_CALL clEnqueueSVMMigrateMem_t( type clEnqueueSVMMigrateMem_t (line 1123) | typedef clEnqueueSVMMigrateMem_t * type cl_int (line 1130) | typedef cl_int CL_API_CALL clSetProgramSpecializationConstant_t( type clSetProgramSpecializationConstant_t (line 1136) | typedef clSetProgramSpecializationConstant_t * type cl_int (line 1139) | typedef cl_int CL_API_CALL clSetProgramReleaseCallback_t( type clSetProgramReleaseCallback_t (line 1144) | typedef clSetProgramReleaseCallback_t * type cl_int (line 1151) | typedef cl_int CL_API_CALL clSetContextDestructorCallback_t( type clSetContextDestructorCallback_t (line 1156) | typedef clSetContextDestructorCallback_t * type cl_mem (line 1159) | typedef cl_mem CL_API_CALL clCreateBufferWithProperties_t( type clCreateBufferWithProperties_t (line 1167) | typedef clCreateBufferWithProperties_t * type cl_mem (line 1170) | typedef cl_mem CL_API_CALL clCreateImageWithProperties_t( type clCreateImageWithProperties_t (line 1179) | typedef clCreateImageWithProperties_t * FILE: svm/OpenCL/include/CL/cl_gl.h type cl_GLint (line 57) | typedef int cl_GLint; type cl_GLenum (line 58) | typedef unsigned int cl_GLenum; type cl_GLuint (line 59) | typedef unsigned int cl_GLuint; type cl_uint (line 61) | typedef cl_uint cl_gl_context_info; type cl_uint (line 77) | typedef cl_uint cl_gl_object_type; type cl_uint (line 78) | typedef cl_uint cl_gl_texture_info; type cl_uint (line 79) | typedef cl_uint cl_gl_platform_info; type cl_int (line 101) | typedef cl_int CL_API_CALL type clGetGLContextInfoKHR_t (line 109) | typedef clGetGLContextInfoKHR_t * type cl_mem (line 112) | typedef cl_mem CL_API_CALL type clCreateFromGLBuffer_t (line 119) | typedef clCreateFromGLBuffer_t * type cl_mem (line 143) | typedef cl_mem CL_API_CALL type clCreateFromGLTexture_t (line 152) | typedef clCreateFromGLTexture_t * type cl_mem (line 171) | typedef cl_mem CL_API_CALL type clCreateFromGLRenderbuffer_t (line 178) | typedef clCreateFromGLRenderbuffer_t * type cl_int (line 181) | typedef cl_int CL_API_CALL type clGetGLObjectInfo_t (line 187) | typedef clGetGLObjectInfo_t * type cl_int (line 190) | typedef cl_int CL_API_CALL type clGetGLTextureInfo_t (line 198) | typedef clGetGLTextureInfo_t * type cl_int (line 201) | typedef cl_int CL_API_CALL type clEnqueueAcquireGLObjects_t (line 210) | typedef clEnqueueAcquireGLObjects_t * type cl_int (line 213) | typedef cl_int CL_API_CALL type clEnqueueReleaseGLObjects_t (line 222) | typedef clEnqueueReleaseGLObjects_t * type clCreateFromGLTexture2D_t (line 279) | typedef clCreateFromGLTexture2D_t * type cl_mem (line 282) | typedef cl_mem CL_API_CALL type clCreateFromGLTexture3D_t (line 291) | typedef clCreateFromGLTexture3D_t * type __GLsync (line 326) | struct __GLsync type cl_event (line 332) | typedef cl_event CL_API_CALL type clCreateEventFromGLsyncKHR_t (line 338) | typedef clCreateEventFromGLsyncKHR_t * type cl_int (line 392) | typedef cl_int CL_API_CALL type clGetSupportedGLTextureFormatsINTEL_t (line 401) | typedef clGetSupportedGLTextureFormatsINTEL_t * FILE: svm/OpenCL/include/CL/cl_half.h type cl_half_rounding_mode (line 44) | typedef enum function cl_half (line 61) | static inline cl_half cl_half_handle_overflow(cl_half_rounding_mode roun... function cl_half (line 87) | static inline cl_half cl_half_handle_underflow(cl_half_rounding_mode rou... function cl_half (line 109) | static inline cl_half cl_half_from_float(cl_float f, cl_half_rounding_mo... function cl_half (line 235) | static inline cl_half cl_half_from_double(cl_double d, cl_half_rounding_... function cl_float (line 361) | static inline cl_float cl_half_to_float(cl_half h) FILE: svm/OpenCL/include/CL/cl_icd.h type cl_icd_dispatch (line 38) | typedef struct _cl_icd_dispatch { FILE: svm/OpenCL/include/CL/cl_layer.h type cl_uint (line 59) | typedef cl_uint cl_layer_info; type cl_uint (line 60) | typedef cl_uint cl_layer_api_version; type cl_int (line 70) | typedef cl_int CL_API_CALL type clGetLayerInfo_t (line 77) | typedef clGetLayerInfo_t * type cl_int (line 80) | typedef cl_int CL_API_CALL type clInitLayer_t (line 87) | typedef clInitLayer_t * type clGetLayerInfo_t (line 97) | typedef clGetLayerInfo_t * type clInitLayer_t (line 100) | typedef clInitLayer_t * FILE: svm/OpenCL/include/CL/cl_platform.h type cl_char (line 150) | typedef signed __int8 cl_char; type cl_uchar (line 151) | typedef unsigned __int8 cl_uchar; type cl_short (line 152) | typedef signed __int16 cl_short; type cl_ushort (line 153) | typedef unsigned __int16 cl_ushort; type cl_int (line 154) | typedef signed __int32 cl_int; type cl_uint (line 155) | typedef unsigned __int32 cl_uint; type cl_long (line 156) | typedef signed __int64 cl_long; type cl_ulong (line 157) | typedef unsigned __int64 cl_ulong; type cl_half (line 159) | typedef unsigned __int16 cl_half; type cl_float (line 160) | typedef float cl_float; type cl_double (line 161) | typedef double cl_double; type cl_char (line 256) | typedef int8_t cl_char; type cl_uchar (line 257) | typedef uint8_t cl_uchar; type cl_short (line 258) | typedef int16_t cl_short; type cl_ushort (line 259) | typedef uint16_t cl_ushort; type cl_int (line 260) | typedef int32_t cl_int; type cl_uint (line 261) | typedef uint32_t cl_uint; type cl_long (line 262) | typedef int64_t cl_long; type cl_ulong (line 263) | typedef uint64_t cl_ulong; type cl_half (line 265) | typedef uint16_t cl_half; type cl_float (line 266) | typedef float cl_float; type cl_double (line 267) | typedef double cl_double; type __cl_uchar16 (line 385) | typedef __vector unsigned char __cl_uchar16; type __cl_char16 (line 386) | typedef __vector signed char __cl_char16; type __cl_ushort8 (line 387) | typedef __vector unsigned short __cl_ushort8; type __cl_short8 (line 388) | typedef __vector signed short __cl_short8; type __cl_uint4 (line 389) | typedef __vector unsigned int __cl_uint4; type __cl_int4 (line 390) | typedef __vector signed int __cl_int4; type __vector (line 391) | typedef __vector float __cl_float4; type __cl_float4 (line 408) | typedef float __cl_float4 __attribute__((vector_size(16))); type __m128 (line 410) | typedef __m128 __cl_float4; type cl_uchar (line 422) | typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16))); type cl_char (line 423) | typedef cl_char __cl_char16 __attribute__((vector_size(16))); type cl_ushort (line 424) | typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16))); type cl_short (line 425) | typedef cl_short __cl_short8 __attribute__((vector_size(16))); type cl_uint (line 426) | typedef cl_uint __cl_uint4 __attribute__((vector_size(16))); type cl_int (line 427) | typedef cl_int __cl_int4 __attribute__((vector_size(16))); type cl_ulong (line 428) | typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16))); type cl_long (line 429) | typedef cl_long __cl_long2 __attribute__((vector_size(16))); type cl_double (line 430) | typedef cl_double __cl_double2 __attribute__((vector_size(16))); type __m128i (line 432) | typedef __m128i __cl_uchar16; type __m128i (line 433) | typedef __m128i __cl_char16; type __m128i (line 434) | typedef __m128i __cl_ushort8; type __m128i (line 435) | typedef __m128i __cl_short8; type __m128i (line 436) | typedef __m128i __cl_uint4; type __m128i (line 437) | typedef __m128i __cl_int4; type __m128i (line 438) | typedef __m128i __cl_ulong2; type __m128i (line 439) | typedef __m128i __cl_long2; type __m128d (line 440) | typedef __m128d __cl_double2; type cl_uchar (line 456) | typedef cl_uchar __cl_uchar8 __attribute__((vector_size(8))); type cl_char (line 457) | typedef cl_char __cl_char8 __attribute__((vector_size(8))); type cl_ushort (line 458) | typedef cl_ushort __cl_ushort4 __attribute__((vector_size(8))); type cl_short (line 459) | typedef cl_short __cl_short4 __attribute__((vector_size(8))); type cl_uint (line 460) | typedef cl_uint __cl_uint2 __attribute__((vector_size(8))); type cl_int (line 461) | typedef cl_int __cl_int2 __attribute__((vector_size(8))); type cl_ulong (line 462) | typedef cl_ulong __cl_ulong1 __attribute__((vector_size(8))); type cl_long (line 463) | typedef cl_long __cl_long1 __attribute__((vector_size(8))); type cl_float (line 464) | typedef cl_float __cl_float2 __attribute__((vector_size(8))); type __m64 (line 466) | typedef __m64 __cl_uchar8; type __m64 (line 467) | typedef __m64 __cl_char8; type __m64 (line 468) | typedef __m64 __cl_ushort4; type __m64 (line 469) | typedef __m64 __cl_short4; type __m64 (line 470) | typedef __m64 __cl_uint2; type __m64 (line 471) | typedef __m64 __cl_int2; type __m64 (line 472) | typedef __m64 __cl_ulong1; type __m64 (line 473) | typedef __m64 __cl_long1; type __m64 (line 474) | typedef __m64 __cl_float2; type cl_float (line 494) | typedef cl_float __cl_float8 __attribute__((vector_size(32))); type cl_double (line 495) | typedef cl_double __cl_double4 __attribute__((vector_size(32))); type __m256 (line 497) | typedef __m256 __cl_float8; type __m256d (line 498) | typedef __m256d __cl_double4; type cl_char2 (line 553) | typedef union type cl_char4 (line 566) | typedef union type cl_char4 (line 583) | typedef cl_char4 cl_char3; type cl_char8 (line 585) | typedef union type cl_char16 (line 604) | typedef union type cl_uchar2 (line 628) | typedef union type cl_uchar4 (line 641) | typedef union type cl_uchar4 (line 658) | typedef cl_uchar4 cl_uchar3; type cl_uchar8 (line 660) | typedef union type cl_uchar16 (line 679) | typedef union type cl_short2 (line 703) | typedef union type cl_short4 (line 716) | typedef union type cl_short4 (line 733) | typedef cl_short4 cl_short3; type cl_short8 (line 735) | typedef union type cl_short16 (line 754) | typedef union type cl_ushort2 (line 778) | typedef union type cl_ushort4 (line 791) | typedef union type cl_ushort4 (line 808) | typedef cl_ushort4 cl_ushort3; type cl_ushort8 (line 810) | typedef union type cl_ushort16 (line 829) | typedef union type cl_half2 (line 853) | typedef union type cl_half4 (line 866) | typedef union type cl_half4 (line 883) | typedef cl_half4 cl_half3; type cl_half8 (line 885) | typedef union type cl_half16 (line 904) | typedef union type cl_int2 (line 927) | typedef union type cl_int4 (line 940) | typedef union type cl_int4 (line 957) | typedef cl_int4 cl_int3; type cl_int8 (line 959) | typedef union type cl_int16 (line 978) | typedef union type cl_uint2 (line 1002) | typedef union type cl_uint4 (line 1015) | typedef union type cl_uint4 (line 1032) | typedef cl_uint4 cl_uint3; type cl_uint8 (line 1034) | typedef union type cl_uint16 (line 1053) | typedef union type cl_long2 (line 1076) | typedef union type cl_long4 (line 1089) | typedef union type cl_long4 (line 1106) | typedef cl_long4 cl_long3; type cl_long8 (line 1108) | typedef union type cl_long16 (line 1127) | typedef union type cl_ulong2 (line 1151) | typedef union type cl_ulong4 (line 1164) | typedef union type cl_ulong4 (line 1181) | typedef cl_ulong4 cl_ulong3; type cl_ulong8 (line 1183) | typedef union type cl_ulong16 (line 1202) | typedef union type cl_float2 (line 1227) | typedef union type cl_float4 (line 1240) | typedef union type cl_float4 (line 1257) | typedef cl_float4 cl_float3; type cl_float8 (line 1259) | typedef union type cl_float16 (line 1278) | typedef union type cl_double2 (line 1302) | typedef union type cl_double4 (line 1315) | typedef union type cl_double4 (line 1332) | typedef cl_double4 cl_double3; type cl_double8 (line 1334) | typedef union type cl_double16 (line 1353) | typedef union FILE: svm/OpenCL/include/CL/cl_va_api_media_sharing_intel.h type cl_int (line 61) | typedef cl_int CL_API_CALL type clGetSupportedVA_APIMediaSurfaceFormatsINTEL_t (line 71) | typedef clGetSupportedVA_APIMediaSurfaceFormatsINTEL_t * type cl_uint (line 98) | typedef cl_uint cl_va_api_device_source_intel; type cl_uint (line 99) | typedef cl_uint cl_va_api_device_set_intel; type cl_int (line 128) | typedef cl_int CL_API_CALL type clGetDeviceIDsFromVA_APIMediaAdapterINTEL_t (line 138) | typedef clGetDeviceIDsFromVA_APIMediaAdapterINTEL_t * type cl_mem (line 141) | typedef cl_mem CL_API_CALL type clCreateFromVA_APIMediaSurfaceINTEL_t (line 149) | typedef clCreateFromVA_APIMediaSurfaceINTEL_t * type cl_int (line 152) | typedef cl_int CL_API_CALL type clEnqueueAcquireVA_APIMediaSurfacesINTEL_t (line 161) | typedef clEnqueueAcquireVA_APIMediaSurfacesINTEL_t * type cl_int (line 164) | typedef cl_int CL_API_CALL type clEnqueueReleaseVA_APIMediaSurfacesINTEL_t (line 173) | typedef clEnqueueReleaseVA_APIMediaSurfacesINTEL_t * FILE: svm/OpenCL/include/CL/opencl.hpp type cl (line 575) | namespace cl { type compatibility (line 628) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type detail (line 690) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ExternalMemoryType (line 718) | enum class ExternalMemoryType : cl_external_memory_handle_type_khr class Memory (line 721) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Platform (line 722) | class Platform method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int class Program (line 723) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class Device (line 724) | class Device method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class Context (line 725) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( class CommandQueue (line 726) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 727) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Memory (line 728) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 729) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class Pipe (line 730) | class Pipe method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Semaphore (line 732) | class Semaphore method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) class CommandBufferKhr (line 735) | class CommandBufferKhr method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, class MutableCommandKhr (line 736) | class MutableCommandKhr method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename class Error (line 744) | class Error : public std::exception method Error (line 759) | Error(cl_int err, const char * errStr = nullptr) : err_(err), errStr... method cl_int (line 780) | cl_int err(void) const { return err_; } type detail (line 788) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 1109) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ImageFormat (line 2441) | struct ImageFormat : public cl_image_format method ImageFormat (line 2444) | ImageFormat(){} method ImageFormat (line 2447) | ImageFormat(cl_channel_order order, cl_channel_type type) method ImageFormat (line 2454) | ImageFormat(const ImageFormat &other) { *this = other; } method ImageFormat (line 2457) | ImageFormat& operator = (const ImageFormat& rhs) class Device (line 2474) | class Device : public detail::Wrapper method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class BuildError (line 2647) | class BuildError : public Error method BuildError (line 2652) | BuildError(cl_int err, const char * errStr, const BuildLogType &vec)... method BuildLogType (line 2656) | BuildLogType getBuildLog() const type detail (line 2661) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 2675) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class Platform (line 2699) | class Platform : public detail::Wrapper method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int function cl_int (line 3058) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3097) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3158) | inline cl_int type ImageRequirementsInfoExt (line 3167) | enum ImageRequirementsInfoExt : cl_image_requirements_info_ext class Context (line 3192) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( function catch (line 3663) | catch (cl::Error &e) { class Event (line 3681) | class Event : public detail::Wrapper method Event (line 3685) | Event() : detail::Wrapper() { } method Event (line 3695) | explicit Event(const cl_event& event, bool retainObject = false) : method Event (line 3703) | Event& operator = (const cl_event& rhs) method cl_int (line 3711) | cl_int getInfo(cl_event_info name, T* param) const method getInfo (line 3719) | typename method cl_int (line 3734) | cl_int getProfilingInfo(cl_profiling_info name, T* param) const method getProfilingInfo (line 3742) | typename method cl_int (line 3759) | cl_int wait() const method cl_int (line 3771) | cl_int setCallback( method cl_int (line 3790) | static cl_int class UserEvent (line 3808) | class UserEvent : public Event method UserEvent (line 3815) | UserEvent( method UserEvent (line 3831) | UserEvent() : Event() { } method cl_int (line 3837) | cl_int setStatus(cl_int status) function cl_int (line 3850) | inline static cl_int class Memory (line 3867) | class Memory : public detail::Wrapper method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 3951) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( type detail (line 3963) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class SVMTraitReadWrite (line 3976) | class SVMTraitReadWrite method cl_svm_mem_flags (line 3979) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitReadOnly (line 3987) | class SVMTraitReadOnly method cl_svm_mem_flags (line 3990) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitWriteOnly (line 3998) | class SVMTraitWriteOnly method cl_svm_mem_flags (line 4001) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitCoarse (line 4009) | class SVMTraitCoarse method cl_svm_mem_flags (line 4012) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitFine (line 4019) | class SVMTraitFine method cl_svm_mem_flags (line 4022) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitAtomic (line 4030) | class SVMTraitAtomic method cl_svm_mem_flags (line 4033) | static cl_svm_mem_flags getSVMMemFlags() class SVMAllocator (line 4064) | class SVMAllocator { type rebind (line 4078) | struct rebind method SVMAllocator (line 4086) | SVMAllocator() : method SVMAllocator (line 4091) | explicit SVMAllocator(cl::Context context) : method SVMAllocator (line 4097) | SVMAllocator(const SVMAllocator &other) : method SVMAllocator (line 4103) | SVMAllocator(const SVMAllocator &other) : method pointer (line 4112) | pointer address(reference r) noexcept method const_pointer (line 4117) | const_pointer address(const_reference r) noexcept method pointer (line 4128) | pointer allocate( method deallocate (line 4166) | void deallocate(pointer p, size_type) method size_type (line 4175) | size_type max_size() const noexcept method construct (line 4189) | void construct(U* p, Args&&... args) method destroy (line 4195) | void destroy(U* p) class SVMAllocator (line 4216) | class SVMAllocator { type rebind (line 4223) | struct rebind type detail (line 4233) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function allocate_pointer (line 4263) | cl::pointer> allocate_pointer(const Alloc &a... function allocate_svm (line 4302) | cl::pointer>> allocate_sv... function allocate_svm (line 4309) | cl::pointer>> allocate_sv... class Buffer (line 4343) | class Buffer : public Memory method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class BufferD3D10 (line 4574) | class BufferD3D10 : public Buffer method BufferD3D10 (line 4584) | BufferD3D10( method BufferD3D10 (line 4623) | BufferD3D10() : Buffer() { } method BufferD3D10 (line 4632) | explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : method BufferD3D10 (line 4639) | BufferD3D10& operator = (const cl_mem& rhs) class BufferGL (line 4655) | class BufferGL : public Buffer method BufferGL (line 4663) | BufferGL( method BufferGL (line 4683) | BufferGL() : Buffer() { } method BufferGL (line 4692) | explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : method BufferGL (line 4699) | BufferGL& operator = (const cl_mem& rhs) method cl_int (line 4707) | cl_int getObjectInfo( class BufferRenderGL (line 4725) | class BufferRenderGL : public Buffer method BufferRenderGL (line 4733) | BufferRenderGL( method BufferRenderGL (line 4753) | BufferRenderGL() : Buffer() { } method BufferRenderGL (line 4762) | explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = fa... method BufferRenderGL (line 4769) | BufferRenderGL& operator = (const cl_mem& rhs) method cl_int (line 4777) | cl_int getObjectInfo( class Image (line 4793) | class Image : public Memory method Image (line 4797) | Image() : Memory() { } method Image (line 4806) | explicit Image(const cl_mem& image, bool retainObject = false) : method Image (line 4813) | Image& operator = (const cl_mem& rhs) method cl_int (line 4823) | cl_int getImageInfo(cl_image_info name, T* param) const method getImageInfo (line 4831) | typename class Image1D (line 4852) | class Image1D : public Image method Image1D (line 4859) | Image1D( method Image1D (line 4888) | Image1D() { } method Image1D (line 4901) | Image1D(const Context &context, const vector &pro... method Image1D (line 4933) | explicit Image1D(const cl_mem& image1D, bool retainObject = false) : method Image1D (line 4940) | Image1D& operator = (const cl_mem& rhs) class Image1DBuffer (line 4952) | class Image1DBuffer : public Image method Image1DBuffer (line 4955) | Image1DBuffer( method Image1DBuffer (line 4984) | Image1DBuffer() { } method Image1DBuffer (line 4996) | Image1DBuffer(const Context &context, method Image1DBuffer (line 5030) | explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = fa... method Image1DBuffer (line 5033) | Image1DBuffer& operator = (const cl_mem& rhs) class Image1DArray (line 5043) | class Image1DArray : public Image method Image1DArray (line 5046) | Image1DArray( method Image1DArray (line 5078) | Image1DArray() { } method Image1DArray (line 5091) | Image1DArray(const Context &context, method Image1DArray (line 5127) | explicit Image1DArray(const cl_mem& imageArray, bool retainObject = ... method Image1DArray (line 5131) | Image1DArray& operator = (const cl_mem& rhs) class Image2D (line 5148) | class Image2D : public Image method Image2D (line 5155) | Image2D( method Image2D (line 5226) | Image2D( method Image2D (line 5272) | Image2D( method Image2D (line 5333) | Image2D(const Context &context, const vector &pro... method Image2D (line 5369) | Image2D(const Context &context, const vector &pro... method Image2D (line 5400) | Image2D() { } method Image2D (line 5409) | explicit Image2D(const cl_mem& image2D, bool retainObject = false) : method Image2D (line 5416) | Image2D& operator = (const cl_mem& rhs) function Image2DGL (line 5434) | class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class Image2DArray (line 5498) | class Image2DArray : public Image method Image2DArray (line 5501) | Image2DArray( method Image2DArray (line 5548) | Image2DArray(const Context &context, method Image2DArray (line 5580) | Image2DArray() { } method Image2DArray (line 5589) | explicit Image2DArray(const cl_mem& imageArray, bool retainObject = ... method Image2DArray (line 5591) | Image2DArray& operator = (const cl_mem& rhs) class Image3D (line 5606) | class Image3D : public Image method Image3D (line 5613) | Image3D( method Image3D (line 5691) | Image3D(const Context &context, const vector &pro... method Image3D (line 5723) | Image3D() : Image() { } method Image3D (line 5732) | explicit Image3D(const cl_mem& image3D, bool retainObject = false) : method Image3D (line 5739) | Image3D& operator = (const cl_mem& rhs) class Image3DGL (line 5756) | class Image3DGL : public Image3D method Image3DGL (line 5764) | Image3DGL( method Image3DGL (line 5788) | Image3DGL() : Image3D() { } method Image3DGL (line 5797) | explicit Image3DGL(const cl_mem& image, bool retainObject = false) : method Image3DGL (line 5804) | Image3DGL& operator = (const cl_mem& rhs) class ImageGL (line 5820) | class ImageGL : public Image method ImageGL (line 5823) | ImageGL( method ImageGL (line 5846) | ImageGL() : Image() { } method ImageGL (line 5855) | explicit ImageGL(const cl_mem& image, bool retainObject = false) : method ImageGL (line 5858) | ImageGL& operator = (const cl_mem& rhs) class Pipe (line 5876) | class Pipe : public Memory method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Sampler (line 5991) | class Sampler : public detail::Wrapper method Sampler (line 5995) | Sampler() { } method Sampler (line 6001) | Sampler( method Sampler (line 6048) | explicit Sampler(const cl_sampler& sampler, bool retainObject = fals... method Sampler (line 6056) | Sampler& operator = (const cl_sampler& rhs) method cl_int (line 6066) | cl_int getInfo(cl_sampler_info name, T* param) const method getInfo (line 6074) | typename class Program (line 6088) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class CommandQueue (line 6089) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 6090) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Kernel (line 6091) | class Kernel method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits a) : NDRange(a[0]){} method NDRange (line 6141) | NDRange(array a) : NDRange(a[0], a[1]){} method NDRange (line 6144) | NDRange(array a) : NDRange(a[0], a[1], a[2]){} method size_type (line 6155) | size_type dimensions() const method size_type (line 6162) | size_type size() const method size_type (line 6167) | size_type* get() method size_type (line 6172) | const size_type* get() const type LocalSpaceArg (line 6182) | struct LocalSpaceArg type detail (line 6187) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function LocalSpaceArg (line 6225) | inline LocalSpaceArg class Kernel (line 6240) | class Kernel : public detail::Wrapper method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7332) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7367) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7378) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7417) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function cl_int (line 7430) | inline cl_int cl::Program::getInfo(cl_program_info name, vector method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( type DeviceQueueProperties (line 9668) | enum class DeviceQueueProperties : cl_command_queue_properties function DeviceQueueProperties (line 9674) | inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, Devi... class DeviceCommandQueue (line 9682) | class DeviceCommandQueue : public detail::Wrapper method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... type detail (line 9921) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function cl_int (line 10034) | inline cl_int enqueueReadBuffer( function cl_int (line 10053) | inline cl_int enqueueWriteBuffer( function cl_int (line 10111) | inline cl_int enqueueMapSVM( function cl_int (line 10135) | inline cl_int enqueueMapSVM( function cl_int (line 10159) | inline cl_int enqueueMapSVM( function cl_int (line 10178) | inline cl_int enqueueUnmapMemObject( function cl_int (line 10213) | inline cl_int enqueueUnmapSVM( function cl_int (line 10235) | inline cl_int enqueueUnmapSVM( function cl_int (line 10256) | inline cl_int enqueueUnmapSVM( function cl_int (line 10273) | inline cl_int enqueueCopyBuffer( function cl_int (line 10298) | inline cl_int copy( IteratorType startIterator, IteratorType endIterat... function cl_int (line 10314) | inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterat... function cl_int (line 10330) | inline cl_int copy( const CommandQueue &queue, IteratorType startItera... function cl_int (line 10369) | inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffe... function cl_int (line 10400) | inline cl_int mapSVM(cl::vector &container) function cl_int (line 10409) | inline cl_int unmapSVM(cl::vector &container) function cl_int (line 10417) | inline cl_int enqueueReadBufferRect( function cl_int (line 10453) | inline cl_int enqueueReadBufferRect( function cl_int (line 10482) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10518) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10547) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10581) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10609) | inline cl_int enqueueReadImage( function cl_int (line 10639) | inline cl_int enqueueReadImage( function cl_int (line 10662) | inline cl_int enqueueWriteImage( function cl_int (line 10692) | inline cl_int enqueueWriteImage( function cl_int (line 10715) | inline cl_int enqueueCopyImage( function cl_int (line 10741) | inline cl_int enqueueCopyImage( function cl_int (line 10760) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10786) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10805) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10831) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10857) | inline cl_int flush(void) function cl_int (line 10869) | inline cl_int finish(void) class EnqueueArgs (line 10882) | class EnqueueArgs method EnqueueArgs (line 10895) | EnqueueArgs(NDRange global) : method EnqueueArgs (line 10904) | EnqueueArgs(NDRange global, NDRange local) : method EnqueueArgs (line 10913) | EnqueueArgs(NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10922) | EnqueueArgs(Event e, NDRange global) : method EnqueueArgs (line 10931) | EnqueueArgs(Event e, NDRange global, NDRange local) : method EnqueueArgs (line 10940) | EnqueueArgs(Event e, NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10949) | EnqueueArgs(const vector &events, NDRange global) : method EnqueueArgs (line 10959) | EnqueueArgs(const vector &events, NDRange global, NDRange loc... method EnqueueArgs (line 10969) | EnqueueArgs(const vector &events, NDRange offset, NDRange glo... method EnqueueArgs (line 10979) | EnqueueArgs(CommandQueue &queue, NDRange global) : method EnqueueArgs (line 10988) | EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) : method EnqueueArgs (line 10997) | EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDR... method EnqueueArgs (line 11006) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global) : method EnqueueArgs (line 11015) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange lo... method EnqueueArgs (line 11024) | EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange gl... method EnqueueArgs (line 11033) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11043) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11053) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... class KernelFunctor (line 11073) | class KernelFunctor method setArgs (line 11079) | void setArgs(T0&& t0, T1s&&... t1s) method setArgs (line 11086) | void setArgs(T0&& t0) method setArgs (line 11092) | void setArgs() method KernelFunctor (line 11098) | KernelFunctor(Kernel kernel) : kernel_(kernel) method KernelFunctor (line 11101) | KernelFunctor( method Event (line 11116) | Event operator() ( method Event (line 11140) | Event operator() ( method cl_int (line 11160) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 11166) | cl_int setSVMPointers(const T0 &t0, T1s &... ts) method Kernel (line 11172) | Kernel getKernel() type compatibility (line 11178) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type ExternalSemaphoreType (line 11223) | enum ExternalSemaphoreType : cl_external_semaphore_handle_type_khr class Semaphore (line 11239) | class Semaphore : public detail::Wrapper method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) function cl_int (line 11398) | inline cl_int CommandQueue::enqueueWaitSemaphores( function cl_int (line 11426) | inline cl_int CommandQueue::enqueueSignalSemaphores( class CommandBufferKhr (line 11460) | class CommandBufferKhr : public detail::Wrapper method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, function cl_int (line 11908) | cl_int updateMutableCommands(const cl_mutable_base_config_khr* mutable... function cl_int (line 11919) | cl_int updateMutableCommands(std::array method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename type cl (line 579) | namespace cl { type compatibility (line 628) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type detail (line 690) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ExternalMemoryType (line 718) | enum class ExternalMemoryType : cl_external_memory_handle_type_khr class Memory (line 721) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Platform (line 722) | class Platform method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int class Program (line 723) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class Device (line 724) | class Device method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class Context (line 725) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( class CommandQueue (line 726) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 727) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Memory (line 728) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 729) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class Pipe (line 730) | class Pipe method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Semaphore (line 732) | class Semaphore method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) class CommandBufferKhr (line 735) | class CommandBufferKhr method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, class MutableCommandKhr (line 736) | class MutableCommandKhr method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename class Error (line 744) | class Error : public std::exception method Error (line 759) | Error(cl_int err, const char * errStr = nullptr) : err_(err), errStr... method cl_int (line 780) | cl_int err(void) const { return err_; } type detail (line 788) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 1109) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ImageFormat (line 2441) | struct ImageFormat : public cl_image_format method ImageFormat (line 2444) | ImageFormat(){} method ImageFormat (line 2447) | ImageFormat(cl_channel_order order, cl_channel_type type) method ImageFormat (line 2454) | ImageFormat(const ImageFormat &other) { *this = other; } method ImageFormat (line 2457) | ImageFormat& operator = (const ImageFormat& rhs) class Device (line 2474) | class Device : public detail::Wrapper method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class BuildError (line 2647) | class BuildError : public Error method BuildError (line 2652) | BuildError(cl_int err, const char * errStr, const BuildLogType &vec)... method BuildLogType (line 2656) | BuildLogType getBuildLog() const type detail (line 2661) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 2675) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class Platform (line 2699) | class Platform : public detail::Wrapper method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int function cl_int (line 3058) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3097) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3158) | inline cl_int type ImageRequirementsInfoExt (line 3167) | enum ImageRequirementsInfoExt : cl_image_requirements_info_ext class Context (line 3192) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( function catch (line 3663) | catch (cl::Error &e) { class Event (line 3681) | class Event : public detail::Wrapper method Event (line 3685) | Event() : detail::Wrapper() { } method Event (line 3695) | explicit Event(const cl_event& event, bool retainObject = false) : method Event (line 3703) | Event& operator = (const cl_event& rhs) method cl_int (line 3711) | cl_int getInfo(cl_event_info name, T* param) const method getInfo (line 3719) | typename method cl_int (line 3734) | cl_int getProfilingInfo(cl_profiling_info name, T* param) const method getProfilingInfo (line 3742) | typename method cl_int (line 3759) | cl_int wait() const method cl_int (line 3771) | cl_int setCallback( method cl_int (line 3790) | static cl_int class UserEvent (line 3808) | class UserEvent : public Event method UserEvent (line 3815) | UserEvent( method UserEvent (line 3831) | UserEvent() : Event() { } method cl_int (line 3837) | cl_int setStatus(cl_int status) function cl_int (line 3850) | inline static cl_int class Memory (line 3867) | class Memory : public detail::Wrapper method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 3951) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( type detail (line 3963) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class SVMTraitReadWrite (line 3976) | class SVMTraitReadWrite method cl_svm_mem_flags (line 3979) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitReadOnly (line 3987) | class SVMTraitReadOnly method cl_svm_mem_flags (line 3990) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitWriteOnly (line 3998) | class SVMTraitWriteOnly method cl_svm_mem_flags (line 4001) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitCoarse (line 4009) | class SVMTraitCoarse method cl_svm_mem_flags (line 4012) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitFine (line 4019) | class SVMTraitFine method cl_svm_mem_flags (line 4022) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitAtomic (line 4030) | class SVMTraitAtomic method cl_svm_mem_flags (line 4033) | static cl_svm_mem_flags getSVMMemFlags() class SVMAllocator (line 4064) | class SVMAllocator { type rebind (line 4078) | struct rebind method SVMAllocator (line 4086) | SVMAllocator() : method SVMAllocator (line 4091) | explicit SVMAllocator(cl::Context context) : method SVMAllocator (line 4097) | SVMAllocator(const SVMAllocator &other) : method SVMAllocator (line 4103) | SVMAllocator(const SVMAllocator &other) : method pointer (line 4112) | pointer address(reference r) noexcept method const_pointer (line 4117) | const_pointer address(const_reference r) noexcept method pointer (line 4128) | pointer allocate( method deallocate (line 4166) | void deallocate(pointer p, size_type) method size_type (line 4175) | size_type max_size() const noexcept method construct (line 4189) | void construct(U* p, Args&&... args) method destroy (line 4195) | void destroy(U* p) class SVMAllocator (line 4216) | class SVMAllocator { type rebind (line 4223) | struct rebind type detail (line 4233) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function allocate_pointer (line 4263) | cl::pointer> allocate_pointer(const Alloc &a... function allocate_svm (line 4302) | cl::pointer>> allocate_sv... function allocate_svm (line 4309) | cl::pointer>> allocate_sv... class Buffer (line 4343) | class Buffer : public Memory method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class BufferD3D10 (line 4574) | class BufferD3D10 : public Buffer method BufferD3D10 (line 4584) | BufferD3D10( method BufferD3D10 (line 4623) | BufferD3D10() : Buffer() { } method BufferD3D10 (line 4632) | explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : method BufferD3D10 (line 4639) | BufferD3D10& operator = (const cl_mem& rhs) class BufferGL (line 4655) | class BufferGL : public Buffer method BufferGL (line 4663) | BufferGL( method BufferGL (line 4683) | BufferGL() : Buffer() { } method BufferGL (line 4692) | explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : method BufferGL (line 4699) | BufferGL& operator = (const cl_mem& rhs) method cl_int (line 4707) | cl_int getObjectInfo( class BufferRenderGL (line 4725) | class BufferRenderGL : public Buffer method BufferRenderGL (line 4733) | BufferRenderGL( method BufferRenderGL (line 4753) | BufferRenderGL() : Buffer() { } method BufferRenderGL (line 4762) | explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = fa... method BufferRenderGL (line 4769) | BufferRenderGL& operator = (const cl_mem& rhs) method cl_int (line 4777) | cl_int getObjectInfo( class Image (line 4793) | class Image : public Memory method Image (line 4797) | Image() : Memory() { } method Image (line 4806) | explicit Image(const cl_mem& image, bool retainObject = false) : method Image (line 4813) | Image& operator = (const cl_mem& rhs) method cl_int (line 4823) | cl_int getImageInfo(cl_image_info name, T* param) const method getImageInfo (line 4831) | typename class Image1D (line 4852) | class Image1D : public Image method Image1D (line 4859) | Image1D( method Image1D (line 4888) | Image1D() { } method Image1D (line 4901) | Image1D(const Context &context, const vector &pro... method Image1D (line 4933) | explicit Image1D(const cl_mem& image1D, bool retainObject = false) : method Image1D (line 4940) | Image1D& operator = (const cl_mem& rhs) class Image1DBuffer (line 4952) | class Image1DBuffer : public Image method Image1DBuffer (line 4955) | Image1DBuffer( method Image1DBuffer (line 4984) | Image1DBuffer() { } method Image1DBuffer (line 4996) | Image1DBuffer(const Context &context, method Image1DBuffer (line 5030) | explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = fa... method Image1DBuffer (line 5033) | Image1DBuffer& operator = (const cl_mem& rhs) class Image1DArray (line 5043) | class Image1DArray : public Image method Image1DArray (line 5046) | Image1DArray( method Image1DArray (line 5078) | Image1DArray() { } method Image1DArray (line 5091) | Image1DArray(const Context &context, method Image1DArray (line 5127) | explicit Image1DArray(const cl_mem& imageArray, bool retainObject = ... method Image1DArray (line 5131) | Image1DArray& operator = (const cl_mem& rhs) class Image2D (line 5148) | class Image2D : public Image method Image2D (line 5155) | Image2D( method Image2D (line 5226) | Image2D( method Image2D (line 5272) | Image2D( method Image2D (line 5333) | Image2D(const Context &context, const vector &pro... method Image2D (line 5369) | Image2D(const Context &context, const vector &pro... method Image2D (line 5400) | Image2D() { } method Image2D (line 5409) | explicit Image2D(const cl_mem& image2D, bool retainObject = false) : method Image2D (line 5416) | Image2D& operator = (const cl_mem& rhs) function Image2DGL (line 5434) | class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class Image2DArray (line 5498) | class Image2DArray : public Image method Image2DArray (line 5501) | Image2DArray( method Image2DArray (line 5548) | Image2DArray(const Context &context, method Image2DArray (line 5580) | Image2DArray() { } method Image2DArray (line 5589) | explicit Image2DArray(const cl_mem& imageArray, bool retainObject = ... method Image2DArray (line 5591) | Image2DArray& operator = (const cl_mem& rhs) class Image3D (line 5606) | class Image3D : public Image method Image3D (line 5613) | Image3D( method Image3D (line 5691) | Image3D(const Context &context, const vector &pro... method Image3D (line 5723) | Image3D() : Image() { } method Image3D (line 5732) | explicit Image3D(const cl_mem& image3D, bool retainObject = false) : method Image3D (line 5739) | Image3D& operator = (const cl_mem& rhs) class Image3DGL (line 5756) | class Image3DGL : public Image3D method Image3DGL (line 5764) | Image3DGL( method Image3DGL (line 5788) | Image3DGL() : Image3D() { } method Image3DGL (line 5797) | explicit Image3DGL(const cl_mem& image, bool retainObject = false) : method Image3DGL (line 5804) | Image3DGL& operator = (const cl_mem& rhs) class ImageGL (line 5820) | class ImageGL : public Image method ImageGL (line 5823) | ImageGL( method ImageGL (line 5846) | ImageGL() : Image() { } method ImageGL (line 5855) | explicit ImageGL(const cl_mem& image, bool retainObject = false) : method ImageGL (line 5858) | ImageGL& operator = (const cl_mem& rhs) class Pipe (line 5876) | class Pipe : public Memory method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Sampler (line 5991) | class Sampler : public detail::Wrapper method Sampler (line 5995) | Sampler() { } method Sampler (line 6001) | Sampler( method Sampler (line 6048) | explicit Sampler(const cl_sampler& sampler, bool retainObject = fals... method Sampler (line 6056) | Sampler& operator = (const cl_sampler& rhs) method cl_int (line 6066) | cl_int getInfo(cl_sampler_info name, T* param) const method getInfo (line 6074) | typename class Program (line 6088) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class CommandQueue (line 6089) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 6090) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Kernel (line 6091) | class Kernel method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits a) : NDRange(a[0]){} method NDRange (line 6141) | NDRange(array a) : NDRange(a[0], a[1]){} method NDRange (line 6144) | NDRange(array a) : NDRange(a[0], a[1], a[2]){} method size_type (line 6155) | size_type dimensions() const method size_type (line 6162) | size_type size() const method size_type (line 6167) | size_type* get() method size_type (line 6172) | const size_type* get() const type LocalSpaceArg (line 6182) | struct LocalSpaceArg type detail (line 6187) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function LocalSpaceArg (line 6225) | inline LocalSpaceArg class Kernel (line 6240) | class Kernel : public detail::Wrapper method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7332) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7367) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7378) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7417) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function cl_int (line 7430) | inline cl_int cl::Program::getInfo(cl_program_info name, vector method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( type DeviceQueueProperties (line 9668) | enum class DeviceQueueProperties : cl_command_queue_properties function DeviceQueueProperties (line 9674) | inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, Devi... class DeviceCommandQueue (line 9682) | class DeviceCommandQueue : public detail::Wrapper method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... type detail (line 9921) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function cl_int (line 10034) | inline cl_int enqueueReadBuffer( function cl_int (line 10053) | inline cl_int enqueueWriteBuffer( function cl_int (line 10111) | inline cl_int enqueueMapSVM( function cl_int (line 10135) | inline cl_int enqueueMapSVM( function cl_int (line 10159) | inline cl_int enqueueMapSVM( function cl_int (line 10178) | inline cl_int enqueueUnmapMemObject( function cl_int (line 10213) | inline cl_int enqueueUnmapSVM( function cl_int (line 10235) | inline cl_int enqueueUnmapSVM( function cl_int (line 10256) | inline cl_int enqueueUnmapSVM( function cl_int (line 10273) | inline cl_int enqueueCopyBuffer( function cl_int (line 10298) | inline cl_int copy( IteratorType startIterator, IteratorType endIterat... function cl_int (line 10314) | inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterat... function cl_int (line 10330) | inline cl_int copy( const CommandQueue &queue, IteratorType startItera... function cl_int (line 10369) | inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffe... function cl_int (line 10400) | inline cl_int mapSVM(cl::vector &container) function cl_int (line 10409) | inline cl_int unmapSVM(cl::vector &container) function cl_int (line 10417) | inline cl_int enqueueReadBufferRect( function cl_int (line 10453) | inline cl_int enqueueReadBufferRect( function cl_int (line 10482) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10518) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10547) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10581) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10609) | inline cl_int enqueueReadImage( function cl_int (line 10639) | inline cl_int enqueueReadImage( function cl_int (line 10662) | inline cl_int enqueueWriteImage( function cl_int (line 10692) | inline cl_int enqueueWriteImage( function cl_int (line 10715) | inline cl_int enqueueCopyImage( function cl_int (line 10741) | inline cl_int enqueueCopyImage( function cl_int (line 10760) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10786) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10805) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10831) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10857) | inline cl_int flush(void) function cl_int (line 10869) | inline cl_int finish(void) class EnqueueArgs (line 10882) | class EnqueueArgs method EnqueueArgs (line 10895) | EnqueueArgs(NDRange global) : method EnqueueArgs (line 10904) | EnqueueArgs(NDRange global, NDRange local) : method EnqueueArgs (line 10913) | EnqueueArgs(NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10922) | EnqueueArgs(Event e, NDRange global) : method EnqueueArgs (line 10931) | EnqueueArgs(Event e, NDRange global, NDRange local) : method EnqueueArgs (line 10940) | EnqueueArgs(Event e, NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10949) | EnqueueArgs(const vector &events, NDRange global) : method EnqueueArgs (line 10959) | EnqueueArgs(const vector &events, NDRange global, NDRange loc... method EnqueueArgs (line 10969) | EnqueueArgs(const vector &events, NDRange offset, NDRange glo... method EnqueueArgs (line 10979) | EnqueueArgs(CommandQueue &queue, NDRange global) : method EnqueueArgs (line 10988) | EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) : method EnqueueArgs (line 10997) | EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDR... method EnqueueArgs (line 11006) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global) : method EnqueueArgs (line 11015) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange lo... method EnqueueArgs (line 11024) | EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange gl... method EnqueueArgs (line 11033) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11043) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11053) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... class KernelFunctor (line 11073) | class KernelFunctor method setArgs (line 11079) | void setArgs(T0&& t0, T1s&&... t1s) method setArgs (line 11086) | void setArgs(T0&& t0) method setArgs (line 11092) | void setArgs() method KernelFunctor (line 11098) | KernelFunctor(Kernel kernel) : kernel_(kernel) method KernelFunctor (line 11101) | KernelFunctor( method Event (line 11116) | Event operator() ( method Event (line 11140) | Event operator() ( method cl_int (line 11160) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 11166) | cl_int setSVMPointers(const T0 &t0, T1s &... ts) method Kernel (line 11172) | Kernel getKernel() type compatibility (line 11178) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type ExternalSemaphoreType (line 11223) | enum ExternalSemaphoreType : cl_external_semaphore_handle_type_khr class Semaphore (line 11239) | class Semaphore : public detail::Wrapper method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) function cl_int (line 11398) | inline cl_int CommandQueue::enqueueWaitSemaphores( function cl_int (line 11426) | inline cl_int CommandQueue::enqueueSignalSemaphores( class CommandBufferKhr (line 11460) | class CommandBufferKhr : public detail::Wrapper method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, function cl_int (line 11908) | cl_int updateMutableCommands(const cl_mutable_base_config_khr* mutable... function cl_int (line 11919) | cl_int updateMutableCommands(std::array method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename type cl (line 591) | namespace cl { type compatibility (line 628) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type detail (line 690) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ExternalMemoryType (line 718) | enum class ExternalMemoryType : cl_external_memory_handle_type_khr class Memory (line 721) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Platform (line 722) | class Platform method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int class Program (line 723) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class Device (line 724) | class Device method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class Context (line 725) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( class CommandQueue (line 726) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 727) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Memory (line 728) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 729) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class Pipe (line 730) | class Pipe method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Semaphore (line 732) | class Semaphore method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) class CommandBufferKhr (line 735) | class CommandBufferKhr method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, class MutableCommandKhr (line 736) | class MutableCommandKhr method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename class Error (line 744) | class Error : public std::exception method Error (line 759) | Error(cl_int err, const char * errStr = nullptr) : err_(err), errStr... method cl_int (line 780) | cl_int err(void) const { return err_; } type detail (line 788) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 1109) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ImageFormat (line 2441) | struct ImageFormat : public cl_image_format method ImageFormat (line 2444) | ImageFormat(){} method ImageFormat (line 2447) | ImageFormat(cl_channel_order order, cl_channel_type type) method ImageFormat (line 2454) | ImageFormat(const ImageFormat &other) { *this = other; } method ImageFormat (line 2457) | ImageFormat& operator = (const ImageFormat& rhs) class Device (line 2474) | class Device : public detail::Wrapper method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class BuildError (line 2647) | class BuildError : public Error method BuildError (line 2652) | BuildError(cl_int err, const char * errStr, const BuildLogType &vec)... method BuildLogType (line 2656) | BuildLogType getBuildLog() const type detail (line 2661) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 2675) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class Platform (line 2699) | class Platform : public detail::Wrapper method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int function cl_int (line 3058) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3097) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3158) | inline cl_int type ImageRequirementsInfoExt (line 3167) | enum ImageRequirementsInfoExt : cl_image_requirements_info_ext class Context (line 3192) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( function catch (line 3663) | catch (cl::Error &e) { class Event (line 3681) | class Event : public detail::Wrapper method Event (line 3685) | Event() : detail::Wrapper() { } method Event (line 3695) | explicit Event(const cl_event& event, bool retainObject = false) : method Event (line 3703) | Event& operator = (const cl_event& rhs) method cl_int (line 3711) | cl_int getInfo(cl_event_info name, T* param) const method getInfo (line 3719) | typename method cl_int (line 3734) | cl_int getProfilingInfo(cl_profiling_info name, T* param) const method getProfilingInfo (line 3742) | typename method cl_int (line 3759) | cl_int wait() const method cl_int (line 3771) | cl_int setCallback( method cl_int (line 3790) | static cl_int class UserEvent (line 3808) | class UserEvent : public Event method UserEvent (line 3815) | UserEvent( method UserEvent (line 3831) | UserEvent() : Event() { } method cl_int (line 3837) | cl_int setStatus(cl_int status) function cl_int (line 3850) | inline static cl_int class Memory (line 3867) | class Memory : public detail::Wrapper method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 3951) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( type detail (line 3963) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class SVMTraitReadWrite (line 3976) | class SVMTraitReadWrite method cl_svm_mem_flags (line 3979) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitReadOnly (line 3987) | class SVMTraitReadOnly method cl_svm_mem_flags (line 3990) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitWriteOnly (line 3998) | class SVMTraitWriteOnly method cl_svm_mem_flags (line 4001) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitCoarse (line 4009) | class SVMTraitCoarse method cl_svm_mem_flags (line 4012) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitFine (line 4019) | class SVMTraitFine method cl_svm_mem_flags (line 4022) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitAtomic (line 4030) | class SVMTraitAtomic method cl_svm_mem_flags (line 4033) | static cl_svm_mem_flags getSVMMemFlags() class SVMAllocator (line 4064) | class SVMAllocator { type rebind (line 4078) | struct rebind method SVMAllocator (line 4086) | SVMAllocator() : method SVMAllocator (line 4091) | explicit SVMAllocator(cl::Context context) : method SVMAllocator (line 4097) | SVMAllocator(const SVMAllocator &other) : method SVMAllocator (line 4103) | SVMAllocator(const SVMAllocator &other) : method pointer (line 4112) | pointer address(reference r) noexcept method const_pointer (line 4117) | const_pointer address(const_reference r) noexcept method pointer (line 4128) | pointer allocate( method deallocate (line 4166) | void deallocate(pointer p, size_type) method size_type (line 4175) | size_type max_size() const noexcept method construct (line 4189) | void construct(U* p, Args&&... args) method destroy (line 4195) | void destroy(U* p) class SVMAllocator (line 4216) | class SVMAllocator { type rebind (line 4223) | struct rebind type detail (line 4233) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function allocate_pointer (line 4263) | cl::pointer> allocate_pointer(const Alloc &a... function allocate_svm (line 4302) | cl::pointer>> allocate_sv... function allocate_svm (line 4309) | cl::pointer>> allocate_sv... class Buffer (line 4343) | class Buffer : public Memory method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class BufferD3D10 (line 4574) | class BufferD3D10 : public Buffer method BufferD3D10 (line 4584) | BufferD3D10( method BufferD3D10 (line 4623) | BufferD3D10() : Buffer() { } method BufferD3D10 (line 4632) | explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : method BufferD3D10 (line 4639) | BufferD3D10& operator = (const cl_mem& rhs) class BufferGL (line 4655) | class BufferGL : public Buffer method BufferGL (line 4663) | BufferGL( method BufferGL (line 4683) | BufferGL() : Buffer() { } method BufferGL (line 4692) | explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : method BufferGL (line 4699) | BufferGL& operator = (const cl_mem& rhs) method cl_int (line 4707) | cl_int getObjectInfo( class BufferRenderGL (line 4725) | class BufferRenderGL : public Buffer method BufferRenderGL (line 4733) | BufferRenderGL( method BufferRenderGL (line 4753) | BufferRenderGL() : Buffer() { } method BufferRenderGL (line 4762) | explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = fa... method BufferRenderGL (line 4769) | BufferRenderGL& operator = (const cl_mem& rhs) method cl_int (line 4777) | cl_int getObjectInfo( class Image (line 4793) | class Image : public Memory method Image (line 4797) | Image() : Memory() { } method Image (line 4806) | explicit Image(const cl_mem& image, bool retainObject = false) : method Image (line 4813) | Image& operator = (const cl_mem& rhs) method cl_int (line 4823) | cl_int getImageInfo(cl_image_info name, T* param) const method getImageInfo (line 4831) | typename class Image1D (line 4852) | class Image1D : public Image method Image1D (line 4859) | Image1D( method Image1D (line 4888) | Image1D() { } method Image1D (line 4901) | Image1D(const Context &context, const vector &pro... method Image1D (line 4933) | explicit Image1D(const cl_mem& image1D, bool retainObject = false) : method Image1D (line 4940) | Image1D& operator = (const cl_mem& rhs) class Image1DBuffer (line 4952) | class Image1DBuffer : public Image method Image1DBuffer (line 4955) | Image1DBuffer( method Image1DBuffer (line 4984) | Image1DBuffer() { } method Image1DBuffer (line 4996) | Image1DBuffer(const Context &context, method Image1DBuffer (line 5030) | explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = fa... method Image1DBuffer (line 5033) | Image1DBuffer& operator = (const cl_mem& rhs) class Image1DArray (line 5043) | class Image1DArray : public Image method Image1DArray (line 5046) | Image1DArray( method Image1DArray (line 5078) | Image1DArray() { } method Image1DArray (line 5091) | Image1DArray(const Context &context, method Image1DArray (line 5127) | explicit Image1DArray(const cl_mem& imageArray, bool retainObject = ... method Image1DArray (line 5131) | Image1DArray& operator = (const cl_mem& rhs) class Image2D (line 5148) | class Image2D : public Image method Image2D (line 5155) | Image2D( method Image2D (line 5226) | Image2D( method Image2D (line 5272) | Image2D( method Image2D (line 5333) | Image2D(const Context &context, const vector &pro... method Image2D (line 5369) | Image2D(const Context &context, const vector &pro... method Image2D (line 5400) | Image2D() { } method Image2D (line 5409) | explicit Image2D(const cl_mem& image2D, bool retainObject = false) : method Image2D (line 5416) | Image2D& operator = (const cl_mem& rhs) function Image2DGL (line 5434) | class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class Image2DArray (line 5498) | class Image2DArray : public Image method Image2DArray (line 5501) | Image2DArray( method Image2DArray (line 5548) | Image2DArray(const Context &context, method Image2DArray (line 5580) | Image2DArray() { } method Image2DArray (line 5589) | explicit Image2DArray(const cl_mem& imageArray, bool retainObject = ... method Image2DArray (line 5591) | Image2DArray& operator = (const cl_mem& rhs) class Image3D (line 5606) | class Image3D : public Image method Image3D (line 5613) | Image3D( method Image3D (line 5691) | Image3D(const Context &context, const vector &pro... method Image3D (line 5723) | Image3D() : Image() { } method Image3D (line 5732) | explicit Image3D(const cl_mem& image3D, bool retainObject = false) : method Image3D (line 5739) | Image3D& operator = (const cl_mem& rhs) class Image3DGL (line 5756) | class Image3DGL : public Image3D method Image3DGL (line 5764) | Image3DGL( method Image3DGL (line 5788) | Image3DGL() : Image3D() { } method Image3DGL (line 5797) | explicit Image3DGL(const cl_mem& image, bool retainObject = false) : method Image3DGL (line 5804) | Image3DGL& operator = (const cl_mem& rhs) class ImageGL (line 5820) | class ImageGL : public Image method ImageGL (line 5823) | ImageGL( method ImageGL (line 5846) | ImageGL() : Image() { } method ImageGL (line 5855) | explicit ImageGL(const cl_mem& image, bool retainObject = false) : method ImageGL (line 5858) | ImageGL& operator = (const cl_mem& rhs) class Pipe (line 5876) | class Pipe : public Memory method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Sampler (line 5991) | class Sampler : public detail::Wrapper method Sampler (line 5995) | Sampler() { } method Sampler (line 6001) | Sampler( method Sampler (line 6048) | explicit Sampler(const cl_sampler& sampler, bool retainObject = fals... method Sampler (line 6056) | Sampler& operator = (const cl_sampler& rhs) method cl_int (line 6066) | cl_int getInfo(cl_sampler_info name, T* param) const method getInfo (line 6074) | typename class Program (line 6088) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class CommandQueue (line 6089) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 6090) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Kernel (line 6091) | class Kernel method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits a) : NDRange(a[0]){} method NDRange (line 6141) | NDRange(array a) : NDRange(a[0], a[1]){} method NDRange (line 6144) | NDRange(array a) : NDRange(a[0], a[1], a[2]){} method size_type (line 6155) | size_type dimensions() const method size_type (line 6162) | size_type size() const method size_type (line 6167) | size_type* get() method size_type (line 6172) | const size_type* get() const type LocalSpaceArg (line 6182) | struct LocalSpaceArg type detail (line 6187) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function LocalSpaceArg (line 6225) | inline LocalSpaceArg class Kernel (line 6240) | class Kernel : public detail::Wrapper method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7332) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7367) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7378) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7417) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function cl_int (line 7430) | inline cl_int cl::Program::getInfo(cl_program_info name, vector method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( type DeviceQueueProperties (line 9668) | enum class DeviceQueueProperties : cl_command_queue_properties function DeviceQueueProperties (line 9674) | inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, Devi... class DeviceCommandQueue (line 9682) | class DeviceCommandQueue : public detail::Wrapper method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... type detail (line 9921) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function cl_int (line 10034) | inline cl_int enqueueReadBuffer( function cl_int (line 10053) | inline cl_int enqueueWriteBuffer( function cl_int (line 10111) | inline cl_int enqueueMapSVM( function cl_int (line 10135) | inline cl_int enqueueMapSVM( function cl_int (line 10159) | inline cl_int enqueueMapSVM( function cl_int (line 10178) | inline cl_int enqueueUnmapMemObject( function cl_int (line 10213) | inline cl_int enqueueUnmapSVM( function cl_int (line 10235) | inline cl_int enqueueUnmapSVM( function cl_int (line 10256) | inline cl_int enqueueUnmapSVM( function cl_int (line 10273) | inline cl_int enqueueCopyBuffer( function cl_int (line 10298) | inline cl_int copy( IteratorType startIterator, IteratorType endIterat... function cl_int (line 10314) | inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterat... function cl_int (line 10330) | inline cl_int copy( const CommandQueue &queue, IteratorType startItera... function cl_int (line 10369) | inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffe... function cl_int (line 10400) | inline cl_int mapSVM(cl::vector &container) function cl_int (line 10409) | inline cl_int unmapSVM(cl::vector &container) function cl_int (line 10417) | inline cl_int enqueueReadBufferRect( function cl_int (line 10453) | inline cl_int enqueueReadBufferRect( function cl_int (line 10482) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10518) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10547) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10581) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10609) | inline cl_int enqueueReadImage( function cl_int (line 10639) | inline cl_int enqueueReadImage( function cl_int (line 10662) | inline cl_int enqueueWriteImage( function cl_int (line 10692) | inline cl_int enqueueWriteImage( function cl_int (line 10715) | inline cl_int enqueueCopyImage( function cl_int (line 10741) | inline cl_int enqueueCopyImage( function cl_int (line 10760) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10786) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10805) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10831) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10857) | inline cl_int flush(void) function cl_int (line 10869) | inline cl_int finish(void) class EnqueueArgs (line 10882) | class EnqueueArgs method EnqueueArgs (line 10895) | EnqueueArgs(NDRange global) : method EnqueueArgs (line 10904) | EnqueueArgs(NDRange global, NDRange local) : method EnqueueArgs (line 10913) | EnqueueArgs(NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10922) | EnqueueArgs(Event e, NDRange global) : method EnqueueArgs (line 10931) | EnqueueArgs(Event e, NDRange global, NDRange local) : method EnqueueArgs (line 10940) | EnqueueArgs(Event e, NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10949) | EnqueueArgs(const vector &events, NDRange global) : method EnqueueArgs (line 10959) | EnqueueArgs(const vector &events, NDRange global, NDRange loc... method EnqueueArgs (line 10969) | EnqueueArgs(const vector &events, NDRange offset, NDRange glo... method EnqueueArgs (line 10979) | EnqueueArgs(CommandQueue &queue, NDRange global) : method EnqueueArgs (line 10988) | EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) : method EnqueueArgs (line 10997) | EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDR... method EnqueueArgs (line 11006) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global) : method EnqueueArgs (line 11015) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange lo... method EnqueueArgs (line 11024) | EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange gl... method EnqueueArgs (line 11033) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11043) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11053) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... class KernelFunctor (line 11073) | class KernelFunctor method setArgs (line 11079) | void setArgs(T0&& t0, T1s&&... t1s) method setArgs (line 11086) | void setArgs(T0&& t0) method setArgs (line 11092) | void setArgs() method KernelFunctor (line 11098) | KernelFunctor(Kernel kernel) : kernel_(kernel) method KernelFunctor (line 11101) | KernelFunctor( method Event (line 11116) | Event operator() ( method Event (line 11140) | Event operator() ( method cl_int (line 11160) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 11166) | cl_int setSVMPointers(const T0 &t0, T1s &... ts) method Kernel (line 11172) | Kernel getKernel() type compatibility (line 11178) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type ExternalSemaphoreType (line 11223) | enum ExternalSemaphoreType : cl_external_semaphore_handle_type_khr class Semaphore (line 11239) | class Semaphore : public detail::Wrapper method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) function cl_int (line 11398) | inline cl_int CommandQueue::enqueueWaitSemaphores( function cl_int (line 11426) | inline cl_int CommandQueue::enqueueSignalSemaphores( class CommandBufferKhr (line 11460) | class CommandBufferKhr : public detail::Wrapper method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, function cl_int (line 11908) | cl_int updateMutableCommands(const cl_mutable_base_config_khr* mutable... function cl_int (line 11919) | cl_int updateMutableCommands(std::array method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename type cl (line 599) | namespace cl { type compatibility (line 628) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type detail (line 690) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ExternalMemoryType (line 718) | enum class ExternalMemoryType : cl_external_memory_handle_type_khr class Memory (line 721) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Platform (line 722) | class Platform method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int class Program (line 723) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class Device (line 724) | class Device method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class Context (line 725) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( class CommandQueue (line 726) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 727) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Memory (line 728) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 729) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class Pipe (line 730) | class Pipe method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Semaphore (line 732) | class Semaphore method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) class CommandBufferKhr (line 735) | class CommandBufferKhr method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, class MutableCommandKhr (line 736) | class MutableCommandKhr method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename class Error (line 744) | class Error : public std::exception method Error (line 759) | Error(cl_int err, const char * errStr = nullptr) : err_(err), errStr... method cl_int (line 780) | cl_int err(void) const { return err_; } type detail (line 788) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 1109) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ImageFormat (line 2441) | struct ImageFormat : public cl_image_format method ImageFormat (line 2444) | ImageFormat(){} method ImageFormat (line 2447) | ImageFormat(cl_channel_order order, cl_channel_type type) method ImageFormat (line 2454) | ImageFormat(const ImageFormat &other) { *this = other; } method ImageFormat (line 2457) | ImageFormat& operator = (const ImageFormat& rhs) class Device (line 2474) | class Device : public detail::Wrapper method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class BuildError (line 2647) | class BuildError : public Error method BuildError (line 2652) | BuildError(cl_int err, const char * errStr, const BuildLogType &vec)... method BuildLogType (line 2656) | BuildLogType getBuildLog() const type detail (line 2661) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 2675) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class Platform (line 2699) | class Platform : public detail::Wrapper method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int function cl_int (line 3058) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3097) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3158) | inline cl_int type ImageRequirementsInfoExt (line 3167) | enum ImageRequirementsInfoExt : cl_image_requirements_info_ext class Context (line 3192) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( function catch (line 3663) | catch (cl::Error &e) { class Event (line 3681) | class Event : public detail::Wrapper method Event (line 3685) | Event() : detail::Wrapper() { } method Event (line 3695) | explicit Event(const cl_event& event, bool retainObject = false) : method Event (line 3703) | Event& operator = (const cl_event& rhs) method cl_int (line 3711) | cl_int getInfo(cl_event_info name, T* param) const method getInfo (line 3719) | typename method cl_int (line 3734) | cl_int getProfilingInfo(cl_profiling_info name, T* param) const method getProfilingInfo (line 3742) | typename method cl_int (line 3759) | cl_int wait() const method cl_int (line 3771) | cl_int setCallback( method cl_int (line 3790) | static cl_int class UserEvent (line 3808) | class UserEvent : public Event method UserEvent (line 3815) | UserEvent( method UserEvent (line 3831) | UserEvent() : Event() { } method cl_int (line 3837) | cl_int setStatus(cl_int status) function cl_int (line 3850) | inline static cl_int class Memory (line 3867) | class Memory : public detail::Wrapper method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 3951) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( type detail (line 3963) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class SVMTraitReadWrite (line 3976) | class SVMTraitReadWrite method cl_svm_mem_flags (line 3979) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitReadOnly (line 3987) | class SVMTraitReadOnly method cl_svm_mem_flags (line 3990) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitWriteOnly (line 3998) | class SVMTraitWriteOnly method cl_svm_mem_flags (line 4001) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitCoarse (line 4009) | class SVMTraitCoarse method cl_svm_mem_flags (line 4012) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitFine (line 4019) | class SVMTraitFine method cl_svm_mem_flags (line 4022) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitAtomic (line 4030) | class SVMTraitAtomic method cl_svm_mem_flags (line 4033) | static cl_svm_mem_flags getSVMMemFlags() class SVMAllocator (line 4064) | class SVMAllocator { type rebind (line 4078) | struct rebind method SVMAllocator (line 4086) | SVMAllocator() : method SVMAllocator (line 4091) | explicit SVMAllocator(cl::Context context) : method SVMAllocator (line 4097) | SVMAllocator(const SVMAllocator &other) : method SVMAllocator (line 4103) | SVMAllocator(const SVMAllocator &other) : method pointer (line 4112) | pointer address(reference r) noexcept method const_pointer (line 4117) | const_pointer address(const_reference r) noexcept method pointer (line 4128) | pointer allocate( method deallocate (line 4166) | void deallocate(pointer p, size_type) method size_type (line 4175) | size_type max_size() const noexcept method construct (line 4189) | void construct(U* p, Args&&... args) method destroy (line 4195) | void destroy(U* p) class SVMAllocator (line 4216) | class SVMAllocator { type rebind (line 4223) | struct rebind type detail (line 4233) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function allocate_pointer (line 4263) | cl::pointer> allocate_pointer(const Alloc &a... function allocate_svm (line 4302) | cl::pointer>> allocate_sv... function allocate_svm (line 4309) | cl::pointer>> allocate_sv... class Buffer (line 4343) | class Buffer : public Memory method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class BufferD3D10 (line 4574) | class BufferD3D10 : public Buffer method BufferD3D10 (line 4584) | BufferD3D10( method BufferD3D10 (line 4623) | BufferD3D10() : Buffer() { } method BufferD3D10 (line 4632) | explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : method BufferD3D10 (line 4639) | BufferD3D10& operator = (const cl_mem& rhs) class BufferGL (line 4655) | class BufferGL : public Buffer method BufferGL (line 4663) | BufferGL( method BufferGL (line 4683) | BufferGL() : Buffer() { } method BufferGL (line 4692) | explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : method BufferGL (line 4699) | BufferGL& operator = (const cl_mem& rhs) method cl_int (line 4707) | cl_int getObjectInfo( class BufferRenderGL (line 4725) | class BufferRenderGL : public Buffer method BufferRenderGL (line 4733) | BufferRenderGL( method BufferRenderGL (line 4753) | BufferRenderGL() : Buffer() { } method BufferRenderGL (line 4762) | explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = fa... method BufferRenderGL (line 4769) | BufferRenderGL& operator = (const cl_mem& rhs) method cl_int (line 4777) | cl_int getObjectInfo( class Image (line 4793) | class Image : public Memory method Image (line 4797) | Image() : Memory() { } method Image (line 4806) | explicit Image(const cl_mem& image, bool retainObject = false) : method Image (line 4813) | Image& operator = (const cl_mem& rhs) method cl_int (line 4823) | cl_int getImageInfo(cl_image_info name, T* param) const method getImageInfo (line 4831) | typename class Image1D (line 4852) | class Image1D : public Image method Image1D (line 4859) | Image1D( method Image1D (line 4888) | Image1D() { } method Image1D (line 4901) | Image1D(const Context &context, const vector &pro... method Image1D (line 4933) | explicit Image1D(const cl_mem& image1D, bool retainObject = false) : method Image1D (line 4940) | Image1D& operator = (const cl_mem& rhs) class Image1DBuffer (line 4952) | class Image1DBuffer : public Image method Image1DBuffer (line 4955) | Image1DBuffer( method Image1DBuffer (line 4984) | Image1DBuffer() { } method Image1DBuffer (line 4996) | Image1DBuffer(const Context &context, method Image1DBuffer (line 5030) | explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = fa... method Image1DBuffer (line 5033) | Image1DBuffer& operator = (const cl_mem& rhs) class Image1DArray (line 5043) | class Image1DArray : public Image method Image1DArray (line 5046) | Image1DArray( method Image1DArray (line 5078) | Image1DArray() { } method Image1DArray (line 5091) | Image1DArray(const Context &context, method Image1DArray (line 5127) | explicit Image1DArray(const cl_mem& imageArray, bool retainObject = ... method Image1DArray (line 5131) | Image1DArray& operator = (const cl_mem& rhs) class Image2D (line 5148) | class Image2D : public Image method Image2D (line 5155) | Image2D( method Image2D (line 5226) | Image2D( method Image2D (line 5272) | Image2D( method Image2D (line 5333) | Image2D(const Context &context, const vector &pro... method Image2D (line 5369) | Image2D(const Context &context, const vector &pro... method Image2D (line 5400) | Image2D() { } method Image2D (line 5409) | explicit Image2D(const cl_mem& image2D, bool retainObject = false) : method Image2D (line 5416) | Image2D& operator = (const cl_mem& rhs) function Image2DGL (line 5434) | class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class Image2DArray (line 5498) | class Image2DArray : public Image method Image2DArray (line 5501) | Image2DArray( method Image2DArray (line 5548) | Image2DArray(const Context &context, method Image2DArray (line 5580) | Image2DArray() { } method Image2DArray (line 5589) | explicit Image2DArray(const cl_mem& imageArray, bool retainObject = ... method Image2DArray (line 5591) | Image2DArray& operator = (const cl_mem& rhs) class Image3D (line 5606) | class Image3D : public Image method Image3D (line 5613) | Image3D( method Image3D (line 5691) | Image3D(const Context &context, const vector &pro... method Image3D (line 5723) | Image3D() : Image() { } method Image3D (line 5732) | explicit Image3D(const cl_mem& image3D, bool retainObject = false) : method Image3D (line 5739) | Image3D& operator = (const cl_mem& rhs) class Image3DGL (line 5756) | class Image3DGL : public Image3D method Image3DGL (line 5764) | Image3DGL( method Image3DGL (line 5788) | Image3DGL() : Image3D() { } method Image3DGL (line 5797) | explicit Image3DGL(const cl_mem& image, bool retainObject = false) : method Image3DGL (line 5804) | Image3DGL& operator = (const cl_mem& rhs) class ImageGL (line 5820) | class ImageGL : public Image method ImageGL (line 5823) | ImageGL( method ImageGL (line 5846) | ImageGL() : Image() { } method ImageGL (line 5855) | explicit ImageGL(const cl_mem& image, bool retainObject = false) : method ImageGL (line 5858) | ImageGL& operator = (const cl_mem& rhs) class Pipe (line 5876) | class Pipe : public Memory method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Sampler (line 5991) | class Sampler : public detail::Wrapper method Sampler (line 5995) | Sampler() { } method Sampler (line 6001) | Sampler( method Sampler (line 6048) | explicit Sampler(const cl_sampler& sampler, bool retainObject = fals... method Sampler (line 6056) | Sampler& operator = (const cl_sampler& rhs) method cl_int (line 6066) | cl_int getInfo(cl_sampler_info name, T* param) const method getInfo (line 6074) | typename class Program (line 6088) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class CommandQueue (line 6089) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 6090) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Kernel (line 6091) | class Kernel method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits a) : NDRange(a[0]){} method NDRange (line 6141) | NDRange(array a) : NDRange(a[0], a[1]){} method NDRange (line 6144) | NDRange(array a) : NDRange(a[0], a[1], a[2]){} method size_type (line 6155) | size_type dimensions() const method size_type (line 6162) | size_type size() const method size_type (line 6167) | size_type* get() method size_type (line 6172) | const size_type* get() const type LocalSpaceArg (line 6182) | struct LocalSpaceArg type detail (line 6187) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function LocalSpaceArg (line 6225) | inline LocalSpaceArg class Kernel (line 6240) | class Kernel : public detail::Wrapper method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7332) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7367) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7378) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7417) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function cl_int (line 7430) | inline cl_int cl::Program::getInfo(cl_program_info name, vector method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( type DeviceQueueProperties (line 9668) | enum class DeviceQueueProperties : cl_command_queue_properties function DeviceQueueProperties (line 9674) | inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, Devi... class DeviceCommandQueue (line 9682) | class DeviceCommandQueue : public detail::Wrapper method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... type detail (line 9921) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function cl_int (line 10034) | inline cl_int enqueueReadBuffer( function cl_int (line 10053) | inline cl_int enqueueWriteBuffer( function cl_int (line 10111) | inline cl_int enqueueMapSVM( function cl_int (line 10135) | inline cl_int enqueueMapSVM( function cl_int (line 10159) | inline cl_int enqueueMapSVM( function cl_int (line 10178) | inline cl_int enqueueUnmapMemObject( function cl_int (line 10213) | inline cl_int enqueueUnmapSVM( function cl_int (line 10235) | inline cl_int enqueueUnmapSVM( function cl_int (line 10256) | inline cl_int enqueueUnmapSVM( function cl_int (line 10273) | inline cl_int enqueueCopyBuffer( function cl_int (line 10298) | inline cl_int copy( IteratorType startIterator, IteratorType endIterat... function cl_int (line 10314) | inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterat... function cl_int (line 10330) | inline cl_int copy( const CommandQueue &queue, IteratorType startItera... function cl_int (line 10369) | inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffe... function cl_int (line 10400) | inline cl_int mapSVM(cl::vector &container) function cl_int (line 10409) | inline cl_int unmapSVM(cl::vector &container) function cl_int (line 10417) | inline cl_int enqueueReadBufferRect( function cl_int (line 10453) | inline cl_int enqueueReadBufferRect( function cl_int (line 10482) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10518) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10547) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10581) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10609) | inline cl_int enqueueReadImage( function cl_int (line 10639) | inline cl_int enqueueReadImage( function cl_int (line 10662) | inline cl_int enqueueWriteImage( function cl_int (line 10692) | inline cl_int enqueueWriteImage( function cl_int (line 10715) | inline cl_int enqueueCopyImage( function cl_int (line 10741) | inline cl_int enqueueCopyImage( function cl_int (line 10760) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10786) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10805) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10831) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10857) | inline cl_int flush(void) function cl_int (line 10869) | inline cl_int finish(void) class EnqueueArgs (line 10882) | class EnqueueArgs method EnqueueArgs (line 10895) | EnqueueArgs(NDRange global) : method EnqueueArgs (line 10904) | EnqueueArgs(NDRange global, NDRange local) : method EnqueueArgs (line 10913) | EnqueueArgs(NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10922) | EnqueueArgs(Event e, NDRange global) : method EnqueueArgs (line 10931) | EnqueueArgs(Event e, NDRange global, NDRange local) : method EnqueueArgs (line 10940) | EnqueueArgs(Event e, NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10949) | EnqueueArgs(const vector &events, NDRange global) : method EnqueueArgs (line 10959) | EnqueueArgs(const vector &events, NDRange global, NDRange loc... method EnqueueArgs (line 10969) | EnqueueArgs(const vector &events, NDRange offset, NDRange glo... method EnqueueArgs (line 10979) | EnqueueArgs(CommandQueue &queue, NDRange global) : method EnqueueArgs (line 10988) | EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) : method EnqueueArgs (line 10997) | EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDR... method EnqueueArgs (line 11006) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global) : method EnqueueArgs (line 11015) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange lo... method EnqueueArgs (line 11024) | EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange gl... method EnqueueArgs (line 11033) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11043) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11053) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... class KernelFunctor (line 11073) | class KernelFunctor method setArgs (line 11079) | void setArgs(T0&& t0, T1s&&... t1s) method setArgs (line 11086) | void setArgs(T0&& t0) method setArgs (line 11092) | void setArgs() method KernelFunctor (line 11098) | KernelFunctor(Kernel kernel) : kernel_(kernel) method KernelFunctor (line 11101) | KernelFunctor( method Event (line 11116) | Event operator() ( method Event (line 11140) | Event operator() ( method cl_int (line 11160) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 11166) | cl_int setSVMPointers(const T0 &t0, T1s &... ts) method Kernel (line 11172) | Kernel getKernel() type compatibility (line 11178) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type ExternalSemaphoreType (line 11223) | enum ExternalSemaphoreType : cl_external_semaphore_handle_type_khr class Semaphore (line 11239) | class Semaphore : public detail::Wrapper method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) function cl_int (line 11398) | inline cl_int CommandQueue::enqueueWaitSemaphores( function cl_int (line 11426) | inline cl_int CommandQueue::enqueueSignalSemaphores( class CommandBufferKhr (line 11460) | class CommandBufferKhr : public detail::Wrapper method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, function cl_int (line 11908) | cl_int updateMutableCommands(const cl_mutable_base_config_khr* mutable... function cl_int (line 11919) | cl_int updateMutableCommands(std::array method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename type cl (line 608) | namespace cl { type compatibility (line 628) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type detail (line 690) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ExternalMemoryType (line 718) | enum class ExternalMemoryType : cl_external_memory_handle_type_khr class Memory (line 721) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Platform (line 722) | class Platform method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int class Program (line 723) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class Device (line 724) | class Device method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class Context (line 725) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( class CommandQueue (line 726) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 727) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Memory (line 728) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 729) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class Pipe (line 730) | class Pipe method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Semaphore (line 732) | class Semaphore method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) class CommandBufferKhr (line 735) | class CommandBufferKhr method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, class MutableCommandKhr (line 736) | class MutableCommandKhr method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename class Error (line 744) | class Error : public std::exception method Error (line 759) | Error(cl_int err, const char * errStr = nullptr) : err_(err), errStr... method cl_int (line 780) | cl_int err(void) const { return err_; } type detail (line 788) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 1109) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ImageFormat (line 2441) | struct ImageFormat : public cl_image_format method ImageFormat (line 2444) | ImageFormat(){} method ImageFormat (line 2447) | ImageFormat(cl_channel_order order, cl_channel_type type) method ImageFormat (line 2454) | ImageFormat(const ImageFormat &other) { *this = other; } method ImageFormat (line 2457) | ImageFormat& operator = (const ImageFormat& rhs) class Device (line 2474) | class Device : public detail::Wrapper method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class BuildError (line 2647) | class BuildError : public Error method BuildError (line 2652) | BuildError(cl_int err, const char * errStr, const BuildLogType &vec)... method BuildLogType (line 2656) | BuildLogType getBuildLog() const type detail (line 2661) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 2675) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class Platform (line 2699) | class Platform : public detail::Wrapper method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int function cl_int (line 3058) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3097) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3158) | inline cl_int type ImageRequirementsInfoExt (line 3167) | enum ImageRequirementsInfoExt : cl_image_requirements_info_ext class Context (line 3192) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( function catch (line 3663) | catch (cl::Error &e) { class Event (line 3681) | class Event : public detail::Wrapper method Event (line 3685) | Event() : detail::Wrapper() { } method Event (line 3695) | explicit Event(const cl_event& event, bool retainObject = false) : method Event (line 3703) | Event& operator = (const cl_event& rhs) method cl_int (line 3711) | cl_int getInfo(cl_event_info name, T* param) const method getInfo (line 3719) | typename method cl_int (line 3734) | cl_int getProfilingInfo(cl_profiling_info name, T* param) const method getProfilingInfo (line 3742) | typename method cl_int (line 3759) | cl_int wait() const method cl_int (line 3771) | cl_int setCallback( method cl_int (line 3790) | static cl_int class UserEvent (line 3808) | class UserEvent : public Event method UserEvent (line 3815) | UserEvent( method UserEvent (line 3831) | UserEvent() : Event() { } method cl_int (line 3837) | cl_int setStatus(cl_int status) function cl_int (line 3850) | inline static cl_int class Memory (line 3867) | class Memory : public detail::Wrapper method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 3951) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( type detail (line 3963) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class SVMTraitReadWrite (line 3976) | class SVMTraitReadWrite method cl_svm_mem_flags (line 3979) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitReadOnly (line 3987) | class SVMTraitReadOnly method cl_svm_mem_flags (line 3990) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitWriteOnly (line 3998) | class SVMTraitWriteOnly method cl_svm_mem_flags (line 4001) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitCoarse (line 4009) | class SVMTraitCoarse method cl_svm_mem_flags (line 4012) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitFine (line 4019) | class SVMTraitFine method cl_svm_mem_flags (line 4022) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitAtomic (line 4030) | class SVMTraitAtomic method cl_svm_mem_flags (line 4033) | static cl_svm_mem_flags getSVMMemFlags() class SVMAllocator (line 4064) | class SVMAllocator { type rebind (line 4078) | struct rebind method SVMAllocator (line 4086) | SVMAllocator() : method SVMAllocator (line 4091) | explicit SVMAllocator(cl::Context context) : method SVMAllocator (line 4097) | SVMAllocator(const SVMAllocator &other) : method SVMAllocator (line 4103) | SVMAllocator(const SVMAllocator &other) : method pointer (line 4112) | pointer address(reference r) noexcept method const_pointer (line 4117) | const_pointer address(const_reference r) noexcept method pointer (line 4128) | pointer allocate( method deallocate (line 4166) | void deallocate(pointer p, size_type) method size_type (line 4175) | size_type max_size() const noexcept method construct (line 4189) | void construct(U* p, Args&&... args) method destroy (line 4195) | void destroy(U* p) class SVMAllocator (line 4216) | class SVMAllocator { type rebind (line 4223) | struct rebind type detail (line 4233) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function allocate_pointer (line 4263) | cl::pointer> allocate_pointer(const Alloc &a... function allocate_svm (line 4302) | cl::pointer>> allocate_sv... function allocate_svm (line 4309) | cl::pointer>> allocate_sv... class Buffer (line 4343) | class Buffer : public Memory method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class BufferD3D10 (line 4574) | class BufferD3D10 : public Buffer method BufferD3D10 (line 4584) | BufferD3D10( method BufferD3D10 (line 4623) | BufferD3D10() : Buffer() { } method BufferD3D10 (line 4632) | explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : method BufferD3D10 (line 4639) | BufferD3D10& operator = (const cl_mem& rhs) class BufferGL (line 4655) | class BufferGL : public Buffer method BufferGL (line 4663) | BufferGL( method BufferGL (line 4683) | BufferGL() : Buffer() { } method BufferGL (line 4692) | explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : method BufferGL (line 4699) | BufferGL& operator = (const cl_mem& rhs) method cl_int (line 4707) | cl_int getObjectInfo( class BufferRenderGL (line 4725) | class BufferRenderGL : public Buffer method BufferRenderGL (line 4733) | BufferRenderGL( method BufferRenderGL (line 4753) | BufferRenderGL() : Buffer() { } method BufferRenderGL (line 4762) | explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = fa... method BufferRenderGL (line 4769) | BufferRenderGL& operator = (const cl_mem& rhs) method cl_int (line 4777) | cl_int getObjectInfo( class Image (line 4793) | class Image : public Memory method Image (line 4797) | Image() : Memory() { } method Image (line 4806) | explicit Image(const cl_mem& image, bool retainObject = false) : method Image (line 4813) | Image& operator = (const cl_mem& rhs) method cl_int (line 4823) | cl_int getImageInfo(cl_image_info name, T* param) const method getImageInfo (line 4831) | typename class Image1D (line 4852) | class Image1D : public Image method Image1D (line 4859) | Image1D( method Image1D (line 4888) | Image1D() { } method Image1D (line 4901) | Image1D(const Context &context, const vector &pro... method Image1D (line 4933) | explicit Image1D(const cl_mem& image1D, bool retainObject = false) : method Image1D (line 4940) | Image1D& operator = (const cl_mem& rhs) class Image1DBuffer (line 4952) | class Image1DBuffer : public Image method Image1DBuffer (line 4955) | Image1DBuffer( method Image1DBuffer (line 4984) | Image1DBuffer() { } method Image1DBuffer (line 4996) | Image1DBuffer(const Context &context, method Image1DBuffer (line 5030) | explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = fa... method Image1DBuffer (line 5033) | Image1DBuffer& operator = (const cl_mem& rhs) class Image1DArray (line 5043) | class Image1DArray : public Image method Image1DArray (line 5046) | Image1DArray( method Image1DArray (line 5078) | Image1DArray() { } method Image1DArray (line 5091) | Image1DArray(const Context &context, method Image1DArray (line 5127) | explicit Image1DArray(const cl_mem& imageArray, bool retainObject = ... method Image1DArray (line 5131) | Image1DArray& operator = (const cl_mem& rhs) class Image2D (line 5148) | class Image2D : public Image method Image2D (line 5155) | Image2D( method Image2D (line 5226) | Image2D( method Image2D (line 5272) | Image2D( method Image2D (line 5333) | Image2D(const Context &context, const vector &pro... method Image2D (line 5369) | Image2D(const Context &context, const vector &pro... method Image2D (line 5400) | Image2D() { } method Image2D (line 5409) | explicit Image2D(const cl_mem& image2D, bool retainObject = false) : method Image2D (line 5416) | Image2D& operator = (const cl_mem& rhs) function Image2DGL (line 5434) | class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class Image2DArray (line 5498) | class Image2DArray : public Image method Image2DArray (line 5501) | Image2DArray( method Image2DArray (line 5548) | Image2DArray(const Context &context, method Image2DArray (line 5580) | Image2DArray() { } method Image2DArray (line 5589) | explicit Image2DArray(const cl_mem& imageArray, bool retainObject = ... method Image2DArray (line 5591) | Image2DArray& operator = (const cl_mem& rhs) class Image3D (line 5606) | class Image3D : public Image method Image3D (line 5613) | Image3D( method Image3D (line 5691) | Image3D(const Context &context, const vector &pro... method Image3D (line 5723) | Image3D() : Image() { } method Image3D (line 5732) | explicit Image3D(const cl_mem& image3D, bool retainObject = false) : method Image3D (line 5739) | Image3D& operator = (const cl_mem& rhs) class Image3DGL (line 5756) | class Image3DGL : public Image3D method Image3DGL (line 5764) | Image3DGL( method Image3DGL (line 5788) | Image3DGL() : Image3D() { } method Image3DGL (line 5797) | explicit Image3DGL(const cl_mem& image, bool retainObject = false) : method Image3DGL (line 5804) | Image3DGL& operator = (const cl_mem& rhs) class ImageGL (line 5820) | class ImageGL : public Image method ImageGL (line 5823) | ImageGL( method ImageGL (line 5846) | ImageGL() : Image() { } method ImageGL (line 5855) | explicit ImageGL(const cl_mem& image, bool retainObject = false) : method ImageGL (line 5858) | ImageGL& operator = (const cl_mem& rhs) class Pipe (line 5876) | class Pipe : public Memory method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Sampler (line 5991) | class Sampler : public detail::Wrapper method Sampler (line 5995) | Sampler() { } method Sampler (line 6001) | Sampler( method Sampler (line 6048) | explicit Sampler(const cl_sampler& sampler, bool retainObject = fals... method Sampler (line 6056) | Sampler& operator = (const cl_sampler& rhs) method cl_int (line 6066) | cl_int getInfo(cl_sampler_info name, T* param) const method getInfo (line 6074) | typename class Program (line 6088) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class CommandQueue (line 6089) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 6090) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Kernel (line 6091) | class Kernel method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits a) : NDRange(a[0]){} method NDRange (line 6141) | NDRange(array a) : NDRange(a[0], a[1]){} method NDRange (line 6144) | NDRange(array a) : NDRange(a[0], a[1], a[2]){} method size_type (line 6155) | size_type dimensions() const method size_type (line 6162) | size_type size() const method size_type (line 6167) | size_type* get() method size_type (line 6172) | const size_type* get() const type LocalSpaceArg (line 6182) | struct LocalSpaceArg type detail (line 6187) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function LocalSpaceArg (line 6225) | inline LocalSpaceArg class Kernel (line 6240) | class Kernel : public detail::Wrapper method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7332) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7367) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7378) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7417) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function cl_int (line 7430) | inline cl_int cl::Program::getInfo(cl_program_info name, vector method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( type DeviceQueueProperties (line 9668) | enum class DeviceQueueProperties : cl_command_queue_properties function DeviceQueueProperties (line 9674) | inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, Devi... class DeviceCommandQueue (line 9682) | class DeviceCommandQueue : public detail::Wrapper method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... type detail (line 9921) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function cl_int (line 10034) | inline cl_int enqueueReadBuffer( function cl_int (line 10053) | inline cl_int enqueueWriteBuffer( function cl_int (line 10111) | inline cl_int enqueueMapSVM( function cl_int (line 10135) | inline cl_int enqueueMapSVM( function cl_int (line 10159) | inline cl_int enqueueMapSVM( function cl_int (line 10178) | inline cl_int enqueueUnmapMemObject( function cl_int (line 10213) | inline cl_int enqueueUnmapSVM( function cl_int (line 10235) | inline cl_int enqueueUnmapSVM( function cl_int (line 10256) | inline cl_int enqueueUnmapSVM( function cl_int (line 10273) | inline cl_int enqueueCopyBuffer( function cl_int (line 10298) | inline cl_int copy( IteratorType startIterator, IteratorType endIterat... function cl_int (line 10314) | inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterat... function cl_int (line 10330) | inline cl_int copy( const CommandQueue &queue, IteratorType startItera... function cl_int (line 10369) | inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffe... function cl_int (line 10400) | inline cl_int mapSVM(cl::vector &container) function cl_int (line 10409) | inline cl_int unmapSVM(cl::vector &container) function cl_int (line 10417) | inline cl_int enqueueReadBufferRect( function cl_int (line 10453) | inline cl_int enqueueReadBufferRect( function cl_int (line 10482) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10518) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10547) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10581) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10609) | inline cl_int enqueueReadImage( function cl_int (line 10639) | inline cl_int enqueueReadImage( function cl_int (line 10662) | inline cl_int enqueueWriteImage( function cl_int (line 10692) | inline cl_int enqueueWriteImage( function cl_int (line 10715) | inline cl_int enqueueCopyImage( function cl_int (line 10741) | inline cl_int enqueueCopyImage( function cl_int (line 10760) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10786) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10805) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10831) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10857) | inline cl_int flush(void) function cl_int (line 10869) | inline cl_int finish(void) class EnqueueArgs (line 10882) | class EnqueueArgs method EnqueueArgs (line 10895) | EnqueueArgs(NDRange global) : method EnqueueArgs (line 10904) | EnqueueArgs(NDRange global, NDRange local) : method EnqueueArgs (line 10913) | EnqueueArgs(NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10922) | EnqueueArgs(Event e, NDRange global) : method EnqueueArgs (line 10931) | EnqueueArgs(Event e, NDRange global, NDRange local) : method EnqueueArgs (line 10940) | EnqueueArgs(Event e, NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10949) | EnqueueArgs(const vector &events, NDRange global) : method EnqueueArgs (line 10959) | EnqueueArgs(const vector &events, NDRange global, NDRange loc... method EnqueueArgs (line 10969) | EnqueueArgs(const vector &events, NDRange offset, NDRange glo... method EnqueueArgs (line 10979) | EnqueueArgs(CommandQueue &queue, NDRange global) : method EnqueueArgs (line 10988) | EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) : method EnqueueArgs (line 10997) | EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDR... method EnqueueArgs (line 11006) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global) : method EnqueueArgs (line 11015) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange lo... method EnqueueArgs (line 11024) | EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange gl... method EnqueueArgs (line 11033) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11043) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11053) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... class KernelFunctor (line 11073) | class KernelFunctor method setArgs (line 11079) | void setArgs(T0&& t0, T1s&&... t1s) method setArgs (line 11086) | void setArgs(T0&& t0) method setArgs (line 11092) | void setArgs() method KernelFunctor (line 11098) | KernelFunctor(Kernel kernel) : kernel_(kernel) method KernelFunctor (line 11101) | KernelFunctor( method Event (line 11116) | Event operator() ( method Event (line 11140) | Event operator() ( method cl_int (line 11160) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 11166) | cl_int setSVMPointers(const T0 &t0, T1s &... ts) method Kernel (line 11172) | Kernel getKernel() type compatibility (line 11178) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type ExternalSemaphoreType (line 11223) | enum ExternalSemaphoreType : cl_external_semaphore_handle_type_khr class Semaphore (line 11239) | class Semaphore : public detail::Wrapper method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) function cl_int (line 11398) | inline cl_int CommandQueue::enqueueWaitSemaphores( function cl_int (line 11426) | inline cl_int CommandQueue::enqueueSignalSemaphores( class CommandBufferKhr (line 11460) | class CommandBufferKhr : public detail::Wrapper method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, function cl_int (line 11908) | cl_int updateMutableCommands(const cl_mutable_base_config_khr* mutable... function cl_int (line 11919) | cl_int updateMutableCommands(std::array method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename type cl (line 618) | namespace cl { type compatibility (line 628) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type detail (line 690) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ExternalMemoryType (line 718) | enum class ExternalMemoryType : cl_external_memory_handle_type_khr class Memory (line 721) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Platform (line 722) | class Platform method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int class Program (line 723) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class Device (line 724) | class Device method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class Context (line 725) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( class CommandQueue (line 726) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 727) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Memory (line 728) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 729) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class Pipe (line 730) | class Pipe method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Semaphore (line 732) | class Semaphore method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) class CommandBufferKhr (line 735) | class CommandBufferKhr method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, class MutableCommandKhr (line 736) | class MutableCommandKhr method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename class Error (line 744) | class Error : public std::exception method Error (line 759) | Error(cl_int err, const char * errStr = nullptr) : err_(err), errStr... method cl_int (line 780) | cl_int err(void) const { return err_; } type detail (line 788) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 1109) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ImageFormat (line 2441) | struct ImageFormat : public cl_image_format method ImageFormat (line 2444) | ImageFormat(){} method ImageFormat (line 2447) | ImageFormat(cl_channel_order order, cl_channel_type type) method ImageFormat (line 2454) | ImageFormat(const ImageFormat &other) { *this = other; } method ImageFormat (line 2457) | ImageFormat& operator = (const ImageFormat& rhs) class Device (line 2474) | class Device : public detail::Wrapper method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class BuildError (line 2647) | class BuildError : public Error method BuildError (line 2652) | BuildError(cl_int err, const char * errStr, const BuildLogType &vec)... method BuildLogType (line 2656) | BuildLogType getBuildLog() const type detail (line 2661) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 2675) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class Platform (line 2699) | class Platform : public detail::Wrapper method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int function cl_int (line 3058) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3097) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3158) | inline cl_int type ImageRequirementsInfoExt (line 3167) | enum ImageRequirementsInfoExt : cl_image_requirements_info_ext class Context (line 3192) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( function catch (line 3663) | catch (cl::Error &e) { class Event (line 3681) | class Event : public detail::Wrapper method Event (line 3685) | Event() : detail::Wrapper() { } method Event (line 3695) | explicit Event(const cl_event& event, bool retainObject = false) : method Event (line 3703) | Event& operator = (const cl_event& rhs) method cl_int (line 3711) | cl_int getInfo(cl_event_info name, T* param) const method getInfo (line 3719) | typename method cl_int (line 3734) | cl_int getProfilingInfo(cl_profiling_info name, T* param) const method getProfilingInfo (line 3742) | typename method cl_int (line 3759) | cl_int wait() const method cl_int (line 3771) | cl_int setCallback( method cl_int (line 3790) | static cl_int class UserEvent (line 3808) | class UserEvent : public Event method UserEvent (line 3815) | UserEvent( method UserEvent (line 3831) | UserEvent() : Event() { } method cl_int (line 3837) | cl_int setStatus(cl_int status) function cl_int (line 3850) | inline static cl_int class Memory (line 3867) | class Memory : public detail::Wrapper method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 3951) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( type detail (line 3963) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class SVMTraitReadWrite (line 3976) | class SVMTraitReadWrite method cl_svm_mem_flags (line 3979) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitReadOnly (line 3987) | class SVMTraitReadOnly method cl_svm_mem_flags (line 3990) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitWriteOnly (line 3998) | class SVMTraitWriteOnly method cl_svm_mem_flags (line 4001) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitCoarse (line 4009) | class SVMTraitCoarse method cl_svm_mem_flags (line 4012) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitFine (line 4019) | class SVMTraitFine method cl_svm_mem_flags (line 4022) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitAtomic (line 4030) | class SVMTraitAtomic method cl_svm_mem_flags (line 4033) | static cl_svm_mem_flags getSVMMemFlags() class SVMAllocator (line 4064) | class SVMAllocator { type rebind (line 4078) | struct rebind method SVMAllocator (line 4086) | SVMAllocator() : method SVMAllocator (line 4091) | explicit SVMAllocator(cl::Context context) : method SVMAllocator (line 4097) | SVMAllocator(const SVMAllocator &other) : method SVMAllocator (line 4103) | SVMAllocator(const SVMAllocator &other) : method pointer (line 4112) | pointer address(reference r) noexcept method const_pointer (line 4117) | const_pointer address(const_reference r) noexcept method pointer (line 4128) | pointer allocate( method deallocate (line 4166) | void deallocate(pointer p, size_type) method size_type (line 4175) | size_type max_size() const noexcept method construct (line 4189) | void construct(U* p, Args&&... args) method destroy (line 4195) | void destroy(U* p) class SVMAllocator (line 4216) | class SVMAllocator { type rebind (line 4223) | struct rebind type detail (line 4233) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function allocate_pointer (line 4263) | cl::pointer> allocate_pointer(const Alloc &a... function allocate_svm (line 4302) | cl::pointer>> allocate_sv... function allocate_svm (line 4309) | cl::pointer>> allocate_sv... class Buffer (line 4343) | class Buffer : public Memory method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class BufferD3D10 (line 4574) | class BufferD3D10 : public Buffer method BufferD3D10 (line 4584) | BufferD3D10( method BufferD3D10 (line 4623) | BufferD3D10() : Buffer() { } method BufferD3D10 (line 4632) | explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : method BufferD3D10 (line 4639) | BufferD3D10& operator = (const cl_mem& rhs) class BufferGL (line 4655) | class BufferGL : public Buffer method BufferGL (line 4663) | BufferGL( method BufferGL (line 4683) | BufferGL() : Buffer() { } method BufferGL (line 4692) | explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : method BufferGL (line 4699) | BufferGL& operator = (const cl_mem& rhs) method cl_int (line 4707) | cl_int getObjectInfo( class BufferRenderGL (line 4725) | class BufferRenderGL : public Buffer method BufferRenderGL (line 4733) | BufferRenderGL( method BufferRenderGL (line 4753) | BufferRenderGL() : Buffer() { } method BufferRenderGL (line 4762) | explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = fa... method BufferRenderGL (line 4769) | BufferRenderGL& operator = (const cl_mem& rhs) method cl_int (line 4777) | cl_int getObjectInfo( class Image (line 4793) | class Image : public Memory method Image (line 4797) | Image() : Memory() { } method Image (line 4806) | explicit Image(const cl_mem& image, bool retainObject = false) : method Image (line 4813) | Image& operator = (const cl_mem& rhs) method cl_int (line 4823) | cl_int getImageInfo(cl_image_info name, T* param) const method getImageInfo (line 4831) | typename class Image1D (line 4852) | class Image1D : public Image method Image1D (line 4859) | Image1D( method Image1D (line 4888) | Image1D() { } method Image1D (line 4901) | Image1D(const Context &context, const vector &pro... method Image1D (line 4933) | explicit Image1D(const cl_mem& image1D, bool retainObject = false) : method Image1D (line 4940) | Image1D& operator = (const cl_mem& rhs) class Image1DBuffer (line 4952) | class Image1DBuffer : public Image method Image1DBuffer (line 4955) | Image1DBuffer( method Image1DBuffer (line 4984) | Image1DBuffer() { } method Image1DBuffer (line 4996) | Image1DBuffer(const Context &context, method Image1DBuffer (line 5030) | explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = fa... method Image1DBuffer (line 5033) | Image1DBuffer& operator = (const cl_mem& rhs) class Image1DArray (line 5043) | class Image1DArray : public Image method Image1DArray (line 5046) | Image1DArray( method Image1DArray (line 5078) | Image1DArray() { } method Image1DArray (line 5091) | Image1DArray(const Context &context, method Image1DArray (line 5127) | explicit Image1DArray(const cl_mem& imageArray, bool retainObject = ... method Image1DArray (line 5131) | Image1DArray& operator = (const cl_mem& rhs) class Image2D (line 5148) | class Image2D : public Image method Image2D (line 5155) | Image2D( method Image2D (line 5226) | Image2D( method Image2D (line 5272) | Image2D( method Image2D (line 5333) | Image2D(const Context &context, const vector &pro... method Image2D (line 5369) | Image2D(const Context &context, const vector &pro... method Image2D (line 5400) | Image2D() { } method Image2D (line 5409) | explicit Image2D(const cl_mem& image2D, bool retainObject = false) : method Image2D (line 5416) | Image2D& operator = (const cl_mem& rhs) function Image2DGL (line 5434) | class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class Image2DArray (line 5498) | class Image2DArray : public Image method Image2DArray (line 5501) | Image2DArray( method Image2DArray (line 5548) | Image2DArray(const Context &context, method Image2DArray (line 5580) | Image2DArray() { } method Image2DArray (line 5589) | explicit Image2DArray(const cl_mem& imageArray, bool retainObject = ... method Image2DArray (line 5591) | Image2DArray& operator = (const cl_mem& rhs) class Image3D (line 5606) | class Image3D : public Image method Image3D (line 5613) | Image3D( method Image3D (line 5691) | Image3D(const Context &context, const vector &pro... method Image3D (line 5723) | Image3D() : Image() { } method Image3D (line 5732) | explicit Image3D(const cl_mem& image3D, bool retainObject = false) : method Image3D (line 5739) | Image3D& operator = (const cl_mem& rhs) class Image3DGL (line 5756) | class Image3DGL : public Image3D method Image3DGL (line 5764) | Image3DGL( method Image3DGL (line 5788) | Image3DGL() : Image3D() { } method Image3DGL (line 5797) | explicit Image3DGL(const cl_mem& image, bool retainObject = false) : method Image3DGL (line 5804) | Image3DGL& operator = (const cl_mem& rhs) class ImageGL (line 5820) | class ImageGL : public Image method ImageGL (line 5823) | ImageGL( method ImageGL (line 5846) | ImageGL() : Image() { } method ImageGL (line 5855) | explicit ImageGL(const cl_mem& image, bool retainObject = false) : method ImageGL (line 5858) | ImageGL& operator = (const cl_mem& rhs) class Pipe (line 5876) | class Pipe : public Memory method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Sampler (line 5991) | class Sampler : public detail::Wrapper method Sampler (line 5995) | Sampler() { } method Sampler (line 6001) | Sampler( method Sampler (line 6048) | explicit Sampler(const cl_sampler& sampler, bool retainObject = fals... method Sampler (line 6056) | Sampler& operator = (const cl_sampler& rhs) method cl_int (line 6066) | cl_int getInfo(cl_sampler_info name, T* param) const method getInfo (line 6074) | typename class Program (line 6088) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class CommandQueue (line 6089) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 6090) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Kernel (line 6091) | class Kernel method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits a) : NDRange(a[0]){} method NDRange (line 6141) | NDRange(array a) : NDRange(a[0], a[1]){} method NDRange (line 6144) | NDRange(array a) : NDRange(a[0], a[1], a[2]){} method size_type (line 6155) | size_type dimensions() const method size_type (line 6162) | size_type size() const method size_type (line 6167) | size_type* get() method size_type (line 6172) | const size_type* get() const type LocalSpaceArg (line 6182) | struct LocalSpaceArg type detail (line 6187) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function LocalSpaceArg (line 6225) | inline LocalSpaceArg class Kernel (line 6240) | class Kernel : public detail::Wrapper method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7332) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7367) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7378) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7417) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function cl_int (line 7430) | inline cl_int cl::Program::getInfo(cl_program_info name, vector method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( type DeviceQueueProperties (line 9668) | enum class DeviceQueueProperties : cl_command_queue_properties function DeviceQueueProperties (line 9674) | inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, Devi... class DeviceCommandQueue (line 9682) | class DeviceCommandQueue : public detail::Wrapper method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... type detail (line 9921) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function cl_int (line 10034) | inline cl_int enqueueReadBuffer( function cl_int (line 10053) | inline cl_int enqueueWriteBuffer( function cl_int (line 10111) | inline cl_int enqueueMapSVM( function cl_int (line 10135) | inline cl_int enqueueMapSVM( function cl_int (line 10159) | inline cl_int enqueueMapSVM( function cl_int (line 10178) | inline cl_int enqueueUnmapMemObject( function cl_int (line 10213) | inline cl_int enqueueUnmapSVM( function cl_int (line 10235) | inline cl_int enqueueUnmapSVM( function cl_int (line 10256) | inline cl_int enqueueUnmapSVM( function cl_int (line 10273) | inline cl_int enqueueCopyBuffer( function cl_int (line 10298) | inline cl_int copy( IteratorType startIterator, IteratorType endIterat... function cl_int (line 10314) | inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterat... function cl_int (line 10330) | inline cl_int copy( const CommandQueue &queue, IteratorType startItera... function cl_int (line 10369) | inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffe... function cl_int (line 10400) | inline cl_int mapSVM(cl::vector &container) function cl_int (line 10409) | inline cl_int unmapSVM(cl::vector &container) function cl_int (line 10417) | inline cl_int enqueueReadBufferRect( function cl_int (line 10453) | inline cl_int enqueueReadBufferRect( function cl_int (line 10482) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10518) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10547) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10581) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10609) | inline cl_int enqueueReadImage( function cl_int (line 10639) | inline cl_int enqueueReadImage( function cl_int (line 10662) | inline cl_int enqueueWriteImage( function cl_int (line 10692) | inline cl_int enqueueWriteImage( function cl_int (line 10715) | inline cl_int enqueueCopyImage( function cl_int (line 10741) | inline cl_int enqueueCopyImage( function cl_int (line 10760) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10786) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10805) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10831) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10857) | inline cl_int flush(void) function cl_int (line 10869) | inline cl_int finish(void) class EnqueueArgs (line 10882) | class EnqueueArgs method EnqueueArgs (line 10895) | EnqueueArgs(NDRange global) : method EnqueueArgs (line 10904) | EnqueueArgs(NDRange global, NDRange local) : method EnqueueArgs (line 10913) | EnqueueArgs(NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10922) | EnqueueArgs(Event e, NDRange global) : method EnqueueArgs (line 10931) | EnqueueArgs(Event e, NDRange global, NDRange local) : method EnqueueArgs (line 10940) | EnqueueArgs(Event e, NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10949) | EnqueueArgs(const vector &events, NDRange global) : method EnqueueArgs (line 10959) | EnqueueArgs(const vector &events, NDRange global, NDRange loc... method EnqueueArgs (line 10969) | EnqueueArgs(const vector &events, NDRange offset, NDRange glo... method EnqueueArgs (line 10979) | EnqueueArgs(CommandQueue &queue, NDRange global) : method EnqueueArgs (line 10988) | EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) : method EnqueueArgs (line 10997) | EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDR... method EnqueueArgs (line 11006) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global) : method EnqueueArgs (line 11015) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange lo... method EnqueueArgs (line 11024) | EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange gl... method EnqueueArgs (line 11033) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11043) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11053) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... class KernelFunctor (line 11073) | class KernelFunctor method setArgs (line 11079) | void setArgs(T0&& t0, T1s&&... t1s) method setArgs (line 11086) | void setArgs(T0&& t0) method setArgs (line 11092) | void setArgs() method KernelFunctor (line 11098) | KernelFunctor(Kernel kernel) : kernel_(kernel) method KernelFunctor (line 11101) | KernelFunctor( method Event (line 11116) | Event operator() ( method Event (line 11140) | Event operator() ( method cl_int (line 11160) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 11166) | cl_int setSVMPointers(const T0 &t0, T1s &... ts) method Kernel (line 11172) | Kernel getKernel() type compatibility (line 11178) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type ExternalSemaphoreType (line 11223) | enum ExternalSemaphoreType : cl_external_semaphore_handle_type_khr class Semaphore (line 11239) | class Semaphore : public detail::Wrapper method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) function cl_int (line 11398) | inline cl_int CommandQueue::enqueueWaitSemaphores( function cl_int (line 11426) | inline cl_int CommandQueue::enqueueSignalSemaphores( class CommandBufferKhr (line 11460) | class CommandBufferKhr : public detail::Wrapper method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, function cl_int (line 11908) | cl_int updateMutableCommands(const cl_mutable_base_config_khr* mutable... function cl_int (line 11919) | cl_int updateMutableCommands(std::array method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename type cl (line 627) | namespace cl { type compatibility (line 628) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type detail (line 690) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ExternalMemoryType (line 718) | enum class ExternalMemoryType : cl_external_memory_handle_type_khr class Memory (line 721) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Platform (line 722) | class Platform method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int class Program (line 723) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class Device (line 724) | class Device method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class Context (line 725) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( class CommandQueue (line 726) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 727) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Memory (line 728) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 729) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class Pipe (line 730) | class Pipe method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Semaphore (line 732) | class Semaphore method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) class CommandBufferKhr (line 735) | class CommandBufferKhr method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, class MutableCommandKhr (line 736) | class MutableCommandKhr method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename class Error (line 744) | class Error : public std::exception method Error (line 759) | Error(cl_int err, const char * errStr = nullptr) : err_(err), errStr... method cl_int (line 780) | cl_int err(void) const { return err_; } type detail (line 788) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 1109) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ImageFormat (line 2441) | struct ImageFormat : public cl_image_format method ImageFormat (line 2444) | ImageFormat(){} method ImageFormat (line 2447) | ImageFormat(cl_channel_order order, cl_channel_type type) method ImageFormat (line 2454) | ImageFormat(const ImageFormat &other) { *this = other; } method ImageFormat (line 2457) | ImageFormat& operator = (const ImageFormat& rhs) class Device (line 2474) | class Device : public detail::Wrapper method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class BuildError (line 2647) | class BuildError : public Error method BuildError (line 2652) | BuildError(cl_int err, const char * errStr, const BuildLogType &vec)... method BuildLogType (line 2656) | BuildLogType getBuildLog() const type detail (line 2661) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 2675) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class Platform (line 2699) | class Platform : public detail::Wrapper method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int function cl_int (line 3058) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3097) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3158) | inline cl_int type ImageRequirementsInfoExt (line 3167) | enum ImageRequirementsInfoExt : cl_image_requirements_info_ext class Context (line 3192) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( function catch (line 3663) | catch (cl::Error &e) { class Event (line 3681) | class Event : public detail::Wrapper method Event (line 3685) | Event() : detail::Wrapper() { } method Event (line 3695) | explicit Event(const cl_event& event, bool retainObject = false) : method Event (line 3703) | Event& operator = (const cl_event& rhs) method cl_int (line 3711) | cl_int getInfo(cl_event_info name, T* param) const method getInfo (line 3719) | typename method cl_int (line 3734) | cl_int getProfilingInfo(cl_profiling_info name, T* param) const method getProfilingInfo (line 3742) | typename method cl_int (line 3759) | cl_int wait() const method cl_int (line 3771) | cl_int setCallback( method cl_int (line 3790) | static cl_int class UserEvent (line 3808) | class UserEvent : public Event method UserEvent (line 3815) | UserEvent( method UserEvent (line 3831) | UserEvent() : Event() { } method cl_int (line 3837) | cl_int setStatus(cl_int status) function cl_int (line 3850) | inline static cl_int class Memory (line 3867) | class Memory : public detail::Wrapper method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 3951) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( type detail (line 3963) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class SVMTraitReadWrite (line 3976) | class SVMTraitReadWrite method cl_svm_mem_flags (line 3979) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitReadOnly (line 3987) | class SVMTraitReadOnly method cl_svm_mem_flags (line 3990) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitWriteOnly (line 3998) | class SVMTraitWriteOnly method cl_svm_mem_flags (line 4001) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitCoarse (line 4009) | class SVMTraitCoarse method cl_svm_mem_flags (line 4012) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitFine (line 4019) | class SVMTraitFine method cl_svm_mem_flags (line 4022) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitAtomic (line 4030) | class SVMTraitAtomic method cl_svm_mem_flags (line 4033) | static cl_svm_mem_flags getSVMMemFlags() class SVMAllocator (line 4064) | class SVMAllocator { type rebind (line 4078) | struct rebind method SVMAllocator (line 4086) | SVMAllocator() : method SVMAllocator (line 4091) | explicit SVMAllocator(cl::Context context) : method SVMAllocator (line 4097) | SVMAllocator(const SVMAllocator &other) : method SVMAllocator (line 4103) | SVMAllocator(const SVMAllocator &other) : method pointer (line 4112) | pointer address(reference r) noexcept method const_pointer (line 4117) | const_pointer address(const_reference r) noexcept method pointer (line 4128) | pointer allocate( method deallocate (line 4166) | void deallocate(pointer p, size_type) method size_type (line 4175) | size_type max_size() const noexcept method construct (line 4189) | void construct(U* p, Args&&... args) method destroy (line 4195) | void destroy(U* p) class SVMAllocator (line 4216) | class SVMAllocator { type rebind (line 4223) | struct rebind type detail (line 4233) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function allocate_pointer (line 4263) | cl::pointer> allocate_pointer(const Alloc &a... function allocate_svm (line 4302) | cl::pointer>> allocate_sv... function allocate_svm (line 4309) | cl::pointer>> allocate_sv... class Buffer (line 4343) | class Buffer : public Memory method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class BufferD3D10 (line 4574) | class BufferD3D10 : public Buffer method BufferD3D10 (line 4584) | BufferD3D10( method BufferD3D10 (line 4623) | BufferD3D10() : Buffer() { } method BufferD3D10 (line 4632) | explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : method BufferD3D10 (line 4639) | BufferD3D10& operator = (const cl_mem& rhs) class BufferGL (line 4655) | class BufferGL : public Buffer method BufferGL (line 4663) | BufferGL( method BufferGL (line 4683) | BufferGL() : Buffer() { } method BufferGL (line 4692) | explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : method BufferGL (line 4699) | BufferGL& operator = (const cl_mem& rhs) method cl_int (line 4707) | cl_int getObjectInfo( class BufferRenderGL (line 4725) | class BufferRenderGL : public Buffer method BufferRenderGL (line 4733) | BufferRenderGL( method BufferRenderGL (line 4753) | BufferRenderGL() : Buffer() { } method BufferRenderGL (line 4762) | explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = fa... method BufferRenderGL (line 4769) | BufferRenderGL& operator = (const cl_mem& rhs) method cl_int (line 4777) | cl_int getObjectInfo( class Image (line 4793) | class Image : public Memory method Image (line 4797) | Image() : Memory() { } method Image (line 4806) | explicit Image(const cl_mem& image, bool retainObject = false) : method Image (line 4813) | Image& operator = (const cl_mem& rhs) method cl_int (line 4823) | cl_int getImageInfo(cl_image_info name, T* param) const method getImageInfo (line 4831) | typename class Image1D (line 4852) | class Image1D : public Image method Image1D (line 4859) | Image1D( method Image1D (line 4888) | Image1D() { } method Image1D (line 4901) | Image1D(const Context &context, const vector &pro... method Image1D (line 4933) | explicit Image1D(const cl_mem& image1D, bool retainObject = false) : method Image1D (line 4940) | Image1D& operator = (const cl_mem& rhs) class Image1DBuffer (line 4952) | class Image1DBuffer : public Image method Image1DBuffer (line 4955) | Image1DBuffer( method Image1DBuffer (line 4984) | Image1DBuffer() { } method Image1DBuffer (line 4996) | Image1DBuffer(const Context &context, method Image1DBuffer (line 5030) | explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = fa... method Image1DBuffer (line 5033) | Image1DBuffer& operator = (const cl_mem& rhs) class Image1DArray (line 5043) | class Image1DArray : public Image method Image1DArray (line 5046) | Image1DArray( method Image1DArray (line 5078) | Image1DArray() { } method Image1DArray (line 5091) | Image1DArray(const Context &context, method Image1DArray (line 5127) | explicit Image1DArray(const cl_mem& imageArray, bool retainObject = ... method Image1DArray (line 5131) | Image1DArray& operator = (const cl_mem& rhs) class Image2D (line 5148) | class Image2D : public Image method Image2D (line 5155) | Image2D( method Image2D (line 5226) | Image2D( method Image2D (line 5272) | Image2D( method Image2D (line 5333) | Image2D(const Context &context, const vector &pro... method Image2D (line 5369) | Image2D(const Context &context, const vector &pro... method Image2D (line 5400) | Image2D() { } method Image2D (line 5409) | explicit Image2D(const cl_mem& image2D, bool retainObject = false) : method Image2D (line 5416) | Image2D& operator = (const cl_mem& rhs) function Image2DGL (line 5434) | class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class Image2DArray (line 5498) | class Image2DArray : public Image method Image2DArray (line 5501) | Image2DArray( method Image2DArray (line 5548) | Image2DArray(const Context &context, method Image2DArray (line 5580) | Image2DArray() { } method Image2DArray (line 5589) | explicit Image2DArray(const cl_mem& imageArray, bool retainObject = ... method Image2DArray (line 5591) | Image2DArray& operator = (const cl_mem& rhs) class Image3D (line 5606) | class Image3D : public Image method Image3D (line 5613) | Image3D( method Image3D (line 5691) | Image3D(const Context &context, const vector &pro... method Image3D (line 5723) | Image3D() : Image() { } method Image3D (line 5732) | explicit Image3D(const cl_mem& image3D, bool retainObject = false) : method Image3D (line 5739) | Image3D& operator = (const cl_mem& rhs) class Image3DGL (line 5756) | class Image3DGL : public Image3D method Image3DGL (line 5764) | Image3DGL( method Image3DGL (line 5788) | Image3DGL() : Image3D() { } method Image3DGL (line 5797) | explicit Image3DGL(const cl_mem& image, bool retainObject = false) : method Image3DGL (line 5804) | Image3DGL& operator = (const cl_mem& rhs) class ImageGL (line 5820) | class ImageGL : public Image method ImageGL (line 5823) | ImageGL( method ImageGL (line 5846) | ImageGL() : Image() { } method ImageGL (line 5855) | explicit ImageGL(const cl_mem& image, bool retainObject = false) : method ImageGL (line 5858) | ImageGL& operator = (const cl_mem& rhs) class Pipe (line 5876) | class Pipe : public Memory method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Sampler (line 5991) | class Sampler : public detail::Wrapper method Sampler (line 5995) | Sampler() { } method Sampler (line 6001) | Sampler( method Sampler (line 6048) | explicit Sampler(const cl_sampler& sampler, bool retainObject = fals... method Sampler (line 6056) | Sampler& operator = (const cl_sampler& rhs) method cl_int (line 6066) | cl_int getInfo(cl_sampler_info name, T* param) const method getInfo (line 6074) | typename class Program (line 6088) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class CommandQueue (line 6089) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 6090) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Kernel (line 6091) | class Kernel method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits a) : NDRange(a[0]){} method NDRange (line 6141) | NDRange(array a) : NDRange(a[0], a[1]){} method NDRange (line 6144) | NDRange(array a) : NDRange(a[0], a[1], a[2]){} method size_type (line 6155) | size_type dimensions() const method size_type (line 6162) | size_type size() const method size_type (line 6167) | size_type* get() method size_type (line 6172) | const size_type* get() const type LocalSpaceArg (line 6182) | struct LocalSpaceArg type detail (line 6187) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function LocalSpaceArg (line 6225) | inline LocalSpaceArg class Kernel (line 6240) | class Kernel : public detail::Wrapper method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7332) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7367) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7378) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7417) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function cl_int (line 7430) | inline cl_int cl::Program::getInfo(cl_program_info name, vector method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( type DeviceQueueProperties (line 9668) | enum class DeviceQueueProperties : cl_command_queue_properties function DeviceQueueProperties (line 9674) | inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, Devi... class DeviceCommandQueue (line 9682) | class DeviceCommandQueue : public detail::Wrapper method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... type detail (line 9921) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function cl_int (line 10034) | inline cl_int enqueueReadBuffer( function cl_int (line 10053) | inline cl_int enqueueWriteBuffer( function cl_int (line 10111) | inline cl_int enqueueMapSVM( function cl_int (line 10135) | inline cl_int enqueueMapSVM( function cl_int (line 10159) | inline cl_int enqueueMapSVM( function cl_int (line 10178) | inline cl_int enqueueUnmapMemObject( function cl_int (line 10213) | inline cl_int enqueueUnmapSVM( function cl_int (line 10235) | inline cl_int enqueueUnmapSVM( function cl_int (line 10256) | inline cl_int enqueueUnmapSVM( function cl_int (line 10273) | inline cl_int enqueueCopyBuffer( function cl_int (line 10298) | inline cl_int copy( IteratorType startIterator, IteratorType endIterat... function cl_int (line 10314) | inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterat... function cl_int (line 10330) | inline cl_int copy( const CommandQueue &queue, IteratorType startItera... function cl_int (line 10369) | inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffe... function cl_int (line 10400) | inline cl_int mapSVM(cl::vector &container) function cl_int (line 10409) | inline cl_int unmapSVM(cl::vector &container) function cl_int (line 10417) | inline cl_int enqueueReadBufferRect( function cl_int (line 10453) | inline cl_int enqueueReadBufferRect( function cl_int (line 10482) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10518) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10547) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10581) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10609) | inline cl_int enqueueReadImage( function cl_int (line 10639) | inline cl_int enqueueReadImage( function cl_int (line 10662) | inline cl_int enqueueWriteImage( function cl_int (line 10692) | inline cl_int enqueueWriteImage( function cl_int (line 10715) | inline cl_int enqueueCopyImage( function cl_int (line 10741) | inline cl_int enqueueCopyImage( function cl_int (line 10760) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10786) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10805) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10831) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10857) | inline cl_int flush(void) function cl_int (line 10869) | inline cl_int finish(void) class EnqueueArgs (line 10882) | class EnqueueArgs method EnqueueArgs (line 10895) | EnqueueArgs(NDRange global) : method EnqueueArgs (line 10904) | EnqueueArgs(NDRange global, NDRange local) : method EnqueueArgs (line 10913) | EnqueueArgs(NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10922) | EnqueueArgs(Event e, NDRange global) : method EnqueueArgs (line 10931) | EnqueueArgs(Event e, NDRange global, NDRange local) : method EnqueueArgs (line 10940) | EnqueueArgs(Event e, NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10949) | EnqueueArgs(const vector &events, NDRange global) : method EnqueueArgs (line 10959) | EnqueueArgs(const vector &events, NDRange global, NDRange loc... method EnqueueArgs (line 10969) | EnqueueArgs(const vector &events, NDRange offset, NDRange glo... method EnqueueArgs (line 10979) | EnqueueArgs(CommandQueue &queue, NDRange global) : method EnqueueArgs (line 10988) | EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) : method EnqueueArgs (line 10997) | EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDR... method EnqueueArgs (line 11006) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global) : method EnqueueArgs (line 11015) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange lo... method EnqueueArgs (line 11024) | EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange gl... method EnqueueArgs (line 11033) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11043) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11053) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... class KernelFunctor (line 11073) | class KernelFunctor method setArgs (line 11079) | void setArgs(T0&& t0, T1s&&... t1s) method setArgs (line 11086) | void setArgs(T0&& t0) method setArgs (line 11092) | void setArgs() method KernelFunctor (line 11098) | KernelFunctor(Kernel kernel) : kernel_(kernel) method KernelFunctor (line 11101) | KernelFunctor( method Event (line 11116) | Event operator() ( method Event (line 11140) | Event operator() ( method cl_int (line 11160) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 11166) | cl_int setSVMPointers(const T0 &t0, T1s &... ts) method Kernel (line 11172) | Kernel getKernel() type compatibility (line 11178) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type ExternalSemaphoreType (line 11223) | enum ExternalSemaphoreType : cl_external_semaphore_handle_type_khr class Semaphore (line 11239) | class Semaphore : public detail::Wrapper method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) function cl_int (line 11398) | inline cl_int CommandQueue::enqueueWaitSemaphores( function cl_int (line 11426) | inline cl_int CommandQueue::enqueueSignalSemaphores( class CommandBufferKhr (line 11460) | class CommandBufferKhr : public detail::Wrapper method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, function cl_int (line 11908) | cl_int updateMutableCommands(const cl_mutable_base_config_khr* mutable... function cl_int (line 11919) | cl_int updateMutableCommands(std::array method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename type cl (line 689) | namespace cl { type compatibility (line 628) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type detail (line 690) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ExternalMemoryType (line 718) | enum class ExternalMemoryType : cl_external_memory_handle_type_khr class Memory (line 721) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Platform (line 722) | class Platform method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int class Program (line 723) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class Device (line 724) | class Device method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class Context (line 725) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( class CommandQueue (line 726) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 727) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Memory (line 728) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 729) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class Pipe (line 730) | class Pipe method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Semaphore (line 732) | class Semaphore method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) class CommandBufferKhr (line 735) | class CommandBufferKhr method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, class MutableCommandKhr (line 736) | class MutableCommandKhr method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename class Error (line 744) | class Error : public std::exception method Error (line 759) | Error(cl_int err, const char * errStr = nullptr) : err_(err), errStr... method cl_int (line 780) | cl_int err(void) const { return err_; } type detail (line 788) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 1109) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ImageFormat (line 2441) | struct ImageFormat : public cl_image_format method ImageFormat (line 2444) | ImageFormat(){} method ImageFormat (line 2447) | ImageFormat(cl_channel_order order, cl_channel_type type) method ImageFormat (line 2454) | ImageFormat(const ImageFormat &other) { *this = other; } method ImageFormat (line 2457) | ImageFormat& operator = (const ImageFormat& rhs) class Device (line 2474) | class Device : public detail::Wrapper method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class BuildError (line 2647) | class BuildError : public Error method BuildError (line 2652) | BuildError(cl_int err, const char * errStr, const BuildLogType &vec)... method BuildLogType (line 2656) | BuildLogType getBuildLog() const type detail (line 2661) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 2675) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class Platform (line 2699) | class Platform : public detail::Wrapper method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int function cl_int (line 3058) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3097) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3158) | inline cl_int type ImageRequirementsInfoExt (line 3167) | enum ImageRequirementsInfoExt : cl_image_requirements_info_ext class Context (line 3192) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( function catch (line 3663) | catch (cl::Error &e) { class Event (line 3681) | class Event : public detail::Wrapper method Event (line 3685) | Event() : detail::Wrapper() { } method Event (line 3695) | explicit Event(const cl_event& event, bool retainObject = false) : method Event (line 3703) | Event& operator = (const cl_event& rhs) method cl_int (line 3711) | cl_int getInfo(cl_event_info name, T* param) const method getInfo (line 3719) | typename method cl_int (line 3734) | cl_int getProfilingInfo(cl_profiling_info name, T* param) const method getProfilingInfo (line 3742) | typename method cl_int (line 3759) | cl_int wait() const method cl_int (line 3771) | cl_int setCallback( method cl_int (line 3790) | static cl_int class UserEvent (line 3808) | class UserEvent : public Event method UserEvent (line 3815) | UserEvent( method UserEvent (line 3831) | UserEvent() : Event() { } method cl_int (line 3837) | cl_int setStatus(cl_int status) function cl_int (line 3850) | inline static cl_int class Memory (line 3867) | class Memory : public detail::Wrapper method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 3951) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( type detail (line 3963) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class SVMTraitReadWrite (line 3976) | class SVMTraitReadWrite method cl_svm_mem_flags (line 3979) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitReadOnly (line 3987) | class SVMTraitReadOnly method cl_svm_mem_flags (line 3990) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitWriteOnly (line 3998) | class SVMTraitWriteOnly method cl_svm_mem_flags (line 4001) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitCoarse (line 4009) | class SVMTraitCoarse method cl_svm_mem_flags (line 4012) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitFine (line 4019) | class SVMTraitFine method cl_svm_mem_flags (line 4022) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitAtomic (line 4030) | class SVMTraitAtomic method cl_svm_mem_flags (line 4033) | static cl_svm_mem_flags getSVMMemFlags() class SVMAllocator (line 4064) | class SVMAllocator { type rebind (line 4078) | struct rebind method SVMAllocator (line 4086) | SVMAllocator() : method SVMAllocator (line 4091) | explicit SVMAllocator(cl::Context context) : method SVMAllocator (line 4097) | SVMAllocator(const SVMAllocator &other) : method SVMAllocator (line 4103) | SVMAllocator(const SVMAllocator &other) : method pointer (line 4112) | pointer address(reference r) noexcept method const_pointer (line 4117) | const_pointer address(const_reference r) noexcept method pointer (line 4128) | pointer allocate( method deallocate (line 4166) | void deallocate(pointer p, size_type) method size_type (line 4175) | size_type max_size() const noexcept method construct (line 4189) | void construct(U* p, Args&&... args) method destroy (line 4195) | void destroy(U* p) class SVMAllocator (line 4216) | class SVMAllocator { type rebind (line 4223) | struct rebind type detail (line 4233) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function allocate_pointer (line 4263) | cl::pointer> allocate_pointer(const Alloc &a... function allocate_svm (line 4302) | cl::pointer>> allocate_sv... function allocate_svm (line 4309) | cl::pointer>> allocate_sv... class Buffer (line 4343) | class Buffer : public Memory method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class BufferD3D10 (line 4574) | class BufferD3D10 : public Buffer method BufferD3D10 (line 4584) | BufferD3D10( method BufferD3D10 (line 4623) | BufferD3D10() : Buffer() { } method BufferD3D10 (line 4632) | explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : method BufferD3D10 (line 4639) | BufferD3D10& operator = (const cl_mem& rhs) class BufferGL (line 4655) | class BufferGL : public Buffer method BufferGL (line 4663) | BufferGL( method BufferGL (line 4683) | BufferGL() : Buffer() { } method BufferGL (line 4692) | explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : method BufferGL (line 4699) | BufferGL& operator = (const cl_mem& rhs) method cl_int (line 4707) | cl_int getObjectInfo( class BufferRenderGL (line 4725) | class BufferRenderGL : public Buffer method BufferRenderGL (line 4733) | BufferRenderGL( method BufferRenderGL (line 4753) | BufferRenderGL() : Buffer() { } method BufferRenderGL (line 4762) | explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = fa... method BufferRenderGL (line 4769) | BufferRenderGL& operator = (const cl_mem& rhs) method cl_int (line 4777) | cl_int getObjectInfo( class Image (line 4793) | class Image : public Memory method Image (line 4797) | Image() : Memory() { } method Image (line 4806) | explicit Image(const cl_mem& image, bool retainObject = false) : method Image (line 4813) | Image& operator = (const cl_mem& rhs) method cl_int (line 4823) | cl_int getImageInfo(cl_image_info name, T* param) const method getImageInfo (line 4831) | typename class Image1D (line 4852) | class Image1D : public Image method Image1D (line 4859) | Image1D( method Image1D (line 4888) | Image1D() { } method Image1D (line 4901) | Image1D(const Context &context, const vector &pro... method Image1D (line 4933) | explicit Image1D(const cl_mem& image1D, bool retainObject = false) : method Image1D (line 4940) | Image1D& operator = (const cl_mem& rhs) class Image1DBuffer (line 4952) | class Image1DBuffer : public Image method Image1DBuffer (line 4955) | Image1DBuffer( method Image1DBuffer (line 4984) | Image1DBuffer() { } method Image1DBuffer (line 4996) | Image1DBuffer(const Context &context, method Image1DBuffer (line 5030) | explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = fa... method Image1DBuffer (line 5033) | Image1DBuffer& operator = (const cl_mem& rhs) class Image1DArray (line 5043) | class Image1DArray : public Image method Image1DArray (line 5046) | Image1DArray( method Image1DArray (line 5078) | Image1DArray() { } method Image1DArray (line 5091) | Image1DArray(const Context &context, method Image1DArray (line 5127) | explicit Image1DArray(const cl_mem& imageArray, bool retainObject = ... method Image1DArray (line 5131) | Image1DArray& operator = (const cl_mem& rhs) class Image2D (line 5148) | class Image2D : public Image method Image2D (line 5155) | Image2D( method Image2D (line 5226) | Image2D( method Image2D (line 5272) | Image2D( method Image2D (line 5333) | Image2D(const Context &context, const vector &pro... method Image2D (line 5369) | Image2D(const Context &context, const vector &pro... method Image2D (line 5400) | Image2D() { } method Image2D (line 5409) | explicit Image2D(const cl_mem& image2D, bool retainObject = false) : method Image2D (line 5416) | Image2D& operator = (const cl_mem& rhs) function Image2DGL (line 5434) | class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class Image2DArray (line 5498) | class Image2DArray : public Image method Image2DArray (line 5501) | Image2DArray( method Image2DArray (line 5548) | Image2DArray(const Context &context, method Image2DArray (line 5580) | Image2DArray() { } method Image2DArray (line 5589) | explicit Image2DArray(const cl_mem& imageArray, bool retainObject = ... method Image2DArray (line 5591) | Image2DArray& operator = (const cl_mem& rhs) class Image3D (line 5606) | class Image3D : public Image method Image3D (line 5613) | Image3D( method Image3D (line 5691) | Image3D(const Context &context, const vector &pro... method Image3D (line 5723) | Image3D() : Image() { } method Image3D (line 5732) | explicit Image3D(const cl_mem& image3D, bool retainObject = false) : method Image3D (line 5739) | Image3D& operator = (const cl_mem& rhs) class Image3DGL (line 5756) | class Image3DGL : public Image3D method Image3DGL (line 5764) | Image3DGL( method Image3DGL (line 5788) | Image3DGL() : Image3D() { } method Image3DGL (line 5797) | explicit Image3DGL(const cl_mem& image, bool retainObject = false) : method Image3DGL (line 5804) | Image3DGL& operator = (const cl_mem& rhs) class ImageGL (line 5820) | class ImageGL : public Image method ImageGL (line 5823) | ImageGL( method ImageGL (line 5846) | ImageGL() : Image() { } method ImageGL (line 5855) | explicit ImageGL(const cl_mem& image, bool retainObject = false) : method ImageGL (line 5858) | ImageGL& operator = (const cl_mem& rhs) class Pipe (line 5876) | class Pipe : public Memory method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Sampler (line 5991) | class Sampler : public detail::Wrapper method Sampler (line 5995) | Sampler() { } method Sampler (line 6001) | Sampler( method Sampler (line 6048) | explicit Sampler(const cl_sampler& sampler, bool retainObject = fals... method Sampler (line 6056) | Sampler& operator = (const cl_sampler& rhs) method cl_int (line 6066) | cl_int getInfo(cl_sampler_info name, T* param) const method getInfo (line 6074) | typename class Program (line 6088) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class CommandQueue (line 6089) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 6090) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Kernel (line 6091) | class Kernel method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits a) : NDRange(a[0]){} method NDRange (line 6141) | NDRange(array a) : NDRange(a[0], a[1]){} method NDRange (line 6144) | NDRange(array a) : NDRange(a[0], a[1], a[2]){} method size_type (line 6155) | size_type dimensions() const method size_type (line 6162) | size_type size() const method size_type (line 6167) | size_type* get() method size_type (line 6172) | const size_type* get() const type LocalSpaceArg (line 6182) | struct LocalSpaceArg type detail (line 6187) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function LocalSpaceArg (line 6225) | inline LocalSpaceArg class Kernel (line 6240) | class Kernel : public detail::Wrapper method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7332) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7367) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7378) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7417) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function cl_int (line 7430) | inline cl_int cl::Program::getInfo(cl_program_info name, vector method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( type DeviceQueueProperties (line 9668) | enum class DeviceQueueProperties : cl_command_queue_properties function DeviceQueueProperties (line 9674) | inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, Devi... class DeviceCommandQueue (line 9682) | class DeviceCommandQueue : public detail::Wrapper method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... type detail (line 9921) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function cl_int (line 10034) | inline cl_int enqueueReadBuffer( function cl_int (line 10053) | inline cl_int enqueueWriteBuffer( function cl_int (line 10111) | inline cl_int enqueueMapSVM( function cl_int (line 10135) | inline cl_int enqueueMapSVM( function cl_int (line 10159) | inline cl_int enqueueMapSVM( function cl_int (line 10178) | inline cl_int enqueueUnmapMemObject( function cl_int (line 10213) | inline cl_int enqueueUnmapSVM( function cl_int (line 10235) | inline cl_int enqueueUnmapSVM( function cl_int (line 10256) | inline cl_int enqueueUnmapSVM( function cl_int (line 10273) | inline cl_int enqueueCopyBuffer( function cl_int (line 10298) | inline cl_int copy( IteratorType startIterator, IteratorType endIterat... function cl_int (line 10314) | inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterat... function cl_int (line 10330) | inline cl_int copy( const CommandQueue &queue, IteratorType startItera... function cl_int (line 10369) | inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffe... function cl_int (line 10400) | inline cl_int mapSVM(cl::vector &container) function cl_int (line 10409) | inline cl_int unmapSVM(cl::vector &container) function cl_int (line 10417) | inline cl_int enqueueReadBufferRect( function cl_int (line 10453) | inline cl_int enqueueReadBufferRect( function cl_int (line 10482) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10518) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10547) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10581) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10609) | inline cl_int enqueueReadImage( function cl_int (line 10639) | inline cl_int enqueueReadImage( function cl_int (line 10662) | inline cl_int enqueueWriteImage( function cl_int (line 10692) | inline cl_int enqueueWriteImage( function cl_int (line 10715) | inline cl_int enqueueCopyImage( function cl_int (line 10741) | inline cl_int enqueueCopyImage( function cl_int (line 10760) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10786) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10805) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10831) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10857) | inline cl_int flush(void) function cl_int (line 10869) | inline cl_int finish(void) class EnqueueArgs (line 10882) | class EnqueueArgs method EnqueueArgs (line 10895) | EnqueueArgs(NDRange global) : method EnqueueArgs (line 10904) | EnqueueArgs(NDRange global, NDRange local) : method EnqueueArgs (line 10913) | EnqueueArgs(NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10922) | EnqueueArgs(Event e, NDRange global) : method EnqueueArgs (line 10931) | EnqueueArgs(Event e, NDRange global, NDRange local) : method EnqueueArgs (line 10940) | EnqueueArgs(Event e, NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10949) | EnqueueArgs(const vector &events, NDRange global) : method EnqueueArgs (line 10959) | EnqueueArgs(const vector &events, NDRange global, NDRange loc... method EnqueueArgs (line 10969) | EnqueueArgs(const vector &events, NDRange offset, NDRange glo... method EnqueueArgs (line 10979) | EnqueueArgs(CommandQueue &queue, NDRange global) : method EnqueueArgs (line 10988) | EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) : method EnqueueArgs (line 10997) | EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDR... method EnqueueArgs (line 11006) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global) : method EnqueueArgs (line 11015) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange lo... method EnqueueArgs (line 11024) | EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange gl... method EnqueueArgs (line 11033) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11043) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11053) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... class KernelFunctor (line 11073) | class KernelFunctor method setArgs (line 11079) | void setArgs(T0&& t0, T1s&&... t1s) method setArgs (line 11086) | void setArgs(T0&& t0) method setArgs (line 11092) | void setArgs() method KernelFunctor (line 11098) | KernelFunctor(Kernel kernel) : kernel_(kernel) method KernelFunctor (line 11101) | KernelFunctor( method Event (line 11116) | Event operator() ( method Event (line 11140) | Event operator() ( method cl_int (line 11160) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 11166) | cl_int setSVMPointers(const T0 &t0, T1s &... ts) method Kernel (line 11172) | Kernel getKernel() type compatibility (line 11178) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type ExternalSemaphoreType (line 11223) | enum ExternalSemaphoreType : cl_external_semaphore_handle_type_khr class Semaphore (line 11239) | class Semaphore : public detail::Wrapper method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) function cl_int (line 11398) | inline cl_int CommandQueue::enqueueWaitSemaphores( function cl_int (line 11426) | inline cl_int CommandQueue::enqueueSignalSemaphores( class CommandBufferKhr (line 11460) | class CommandBufferKhr : public detail::Wrapper method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, function cl_int (line 11908) | cl_int updateMutableCommands(const cl_mutable_base_config_khr* mutable... function cl_int (line 11919) | cl_int updateMutableCommands(std::array method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename type cl (line 701) | namespace cl { type compatibility (line 628) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type detail (line 690) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ExternalMemoryType (line 718) | enum class ExternalMemoryType : cl_external_memory_handle_type_khr class Memory (line 721) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Platform (line 722) | class Platform method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int class Program (line 723) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class Device (line 724) | class Device method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class Context (line 725) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( class CommandQueue (line 726) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 727) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Memory (line 728) | class Memory method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 729) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class Pipe (line 730) | class Pipe method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Semaphore (line 732) | class Semaphore method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) class CommandBufferKhr (line 735) | class CommandBufferKhr method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, class MutableCommandKhr (line 736) | class MutableCommandKhr method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename class Error (line 744) | class Error : public std::exception method Error (line 759) | Error(cl_int err, const char * errStr = nullptr) : err_(err), errStr... method cl_int (line 780) | cl_int err(void) const { return err_; } type detail (line 788) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 1109) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type ImageFormat (line 2441) | struct ImageFormat : public cl_image_format method ImageFormat (line 2444) | ImageFormat(){} method ImageFormat (line 2447) | ImageFormat(cl_channel_order order, cl_channel_type type) method ImageFormat (line 2454) | ImageFormat(const ImageFormat &other) { *this = other; } method ImageFormat (line 2457) | ImageFormat& operator = (const ImageFormat& rhs) class Device (line 2474) | class Device : public detail::Wrapper method makeDefaultProvided (line 2493) | static void makeDefaultProvided(const Device &p) { method unitTestClearDefault (line 2505) | static void unitTestClearDefault() { method Device (line 2511) | Device() : detail::Wrapper() { } method Device (line 2517) | explicit Device(const cl_device_id &device, bool retainObject = fals... method Device (line 2524) | static Device getDefault( method Device (line 2542) | static Device setDefault(const Device &default_device) method Device (line 2553) | Device& operator = (const cl_device_id& rhs) method cl_int (line 2562) | cl_int getInfo(cl_device_info name, T* param) const method getInfo (line 2570) | typename method cl_ulong (line 2590) | cl_ulong getHostTimer(cl_int *error = nullptr) method getDeviceAndHostTimer (line 2614) | std::pair getDeviceAndHostTimer(cl_int *error = ... class BuildError (line 2647) | class BuildError : public Error method BuildError (line 2652) | BuildError(cl_int err, const char * errStr, const BuildLogType &vec)... method BuildLogType (line 2656) | BuildLogType getBuildLog() const type detail (line 2661) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... type detail (line 2675) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class Platform (line 2699) | class Platform : public detail::Wrapper method makeDefault (line 2711) | static void makeDefault() { method makeDefaultProvided (line 2754) | static void makeDefaultProvided(const Platform &p) { method unitTestClearDefault (line 2766) | static void unitTestClearDefault() { method Platform (line 2772) | Platform() : detail::Wrapper() { } method Platform (line 2781) | explicit Platform(const cl_platform_id &platform, bool retainObject ... method Platform (line 2788) | Platform& operator = (const cl_platform_id& rhs) method Platform (line 2794) | static Platform getDefault( method Platform (line 2812) | static Platform setDefault(const Platform &default_platform) method cl_int (line 2821) | cl_int getInfo(cl_platform_info name, T* param) const method getInfo (line 2829) | typename method cl_int (line 2846) | cl_int getDevices( method cl_int (line 2907) | cl_int getDevices( method cl_int (line 2981) | static cl_int get( method cl_int (line 3016) | static cl_int get( method Platform (line 3035) | static Platform get( method cl_int (line 3048) | cl_int function cl_int (line 3058) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3097) | inline cl_int Device::createSubDevices(const cl_device_partition_prope... function cl_int (line 3158) | inline cl_int type ImageRequirementsInfoExt (line 3167) | enum ImageRequirementsInfoExt : cl_image_requirements_info_ext class Context (line 3192) | class Context method makeDefault (line 3205) | static void makeDefault() { method makeDefaultProvided (line 3243) | static void makeDefaultProvided(const Context &c) { type ImageRequirementsInfo (line 3248) | struct ImageRequirementsInfo { method ImageRequirementsInfo (line 3250) | ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* mem... method cl_int (line 3264) | static cl_int getImageRequirementsInfoExtHelper(const Context &context, method unitTestClearDefault (line 3300) | static void unitTestClearDefault() { method Context (line 3309) | Context( method Context (line 3344) | Context( method Context (line 3374) | Context( method Context (line 3462) | static Context getDefault(cl_int * err = nullptr) method Context (line 3479) | static Context setDefault(const Context &default_context) method Context (line 3487) | Context() : detail::Wrapper() { } method Context (line 3494) | explicit Context(const cl_context& context, bool retainObject = fals... method Context (line 3502) | Context& operator = (const cl_context& rhs) method cl_int (line 3510) | cl_int getInfo(cl_context_info name, T* param) const method getInfo (line 3518) | typename method cl_int (line 3535) | cl_int getSupportedImageFormats( method cl_int (line 3582) | cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name, method getImageRequirementsInfoExt (line 3597) | typename method cl_int (line 3626) | cl_int setDestructorCallback( function catch (line 3663) | catch (cl::Error &e) { class Event (line 3681) | class Event : public detail::Wrapper method Event (line 3685) | Event() : detail::Wrapper() { } method Event (line 3695) | explicit Event(const cl_event& event, bool retainObject = false) : method Event (line 3703) | Event& operator = (const cl_event& rhs) method cl_int (line 3711) | cl_int getInfo(cl_event_info name, T* param) const method getInfo (line 3719) | typename method cl_int (line 3734) | cl_int getProfilingInfo(cl_profiling_info name, T* param) const method getProfilingInfo (line 3742) | typename method cl_int (line 3759) | cl_int wait() const method cl_int (line 3771) | cl_int setCallback( method cl_int (line 3790) | static cl_int class UserEvent (line 3808) | class UserEvent : public Event method UserEvent (line 3815) | UserEvent( method UserEvent (line 3831) | UserEvent() : Event() { } method cl_int (line 3837) | cl_int setStatus(cl_int status) function cl_int (line 3850) | inline static cl_int class Memory (line 3867) | class Memory : public detail::Wrapper method Memory (line 3871) | Memory() : detail::Wrapper() { } method Memory (line 3884) | explicit Memory(const cl_mem& memory, bool retainObject) : method Memory (line 3892) | Memory& operator = (const cl_mem& rhs) method cl_int (line 3900) | cl_int getInfo(cl_mem_info name, T* param) const method getInfo (line 3908) | typename method cl_int (line 3935) | cl_int setDestructorCallback( class Buffer (line 3951) | class Buffer method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( type detail (line 3963) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... class SVMTraitReadWrite (line 3976) | class SVMTraitReadWrite method cl_svm_mem_flags (line 3979) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitReadOnly (line 3987) | class SVMTraitReadOnly method cl_svm_mem_flags (line 3990) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitWriteOnly (line 3998) | class SVMTraitWriteOnly method cl_svm_mem_flags (line 4001) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitCoarse (line 4009) | class SVMTraitCoarse method cl_svm_mem_flags (line 4012) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitFine (line 4019) | class SVMTraitFine method cl_svm_mem_flags (line 4022) | static cl_svm_mem_flags getSVMMemFlags() class SVMTraitAtomic (line 4030) | class SVMTraitAtomic method cl_svm_mem_flags (line 4033) | static cl_svm_mem_flags getSVMMemFlags() class SVMAllocator (line 4064) | class SVMAllocator { type rebind (line 4078) | struct rebind method SVMAllocator (line 4086) | SVMAllocator() : method SVMAllocator (line 4091) | explicit SVMAllocator(cl::Context context) : method SVMAllocator (line 4097) | SVMAllocator(const SVMAllocator &other) : method SVMAllocator (line 4103) | SVMAllocator(const SVMAllocator &other) : method pointer (line 4112) | pointer address(reference r) noexcept method const_pointer (line 4117) | const_pointer address(const_reference r) noexcept method pointer (line 4128) | pointer allocate( method deallocate (line 4166) | void deallocate(pointer p, size_type) method size_type (line 4175) | size_type max_size() const noexcept method construct (line 4189) | void construct(U* p, Args&&... args) method destroy (line 4195) | void destroy(U* p) class SVMAllocator (line 4216) | class SVMAllocator { type rebind (line 4223) | struct rebind type detail (line 4233) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function allocate_pointer (line 4263) | cl::pointer> allocate_pointer(const Alloc &a... function allocate_svm (line 4302) | cl::pointer>> allocate_sv... function allocate_svm (line 4309) | cl::pointer>> allocate_sv... class Buffer (line 4343) | class Buffer : public Memory method Buffer (line 4354) | Buffer( method Buffer (line 4381) | Buffer( method Buffer (line 4416) | Buffer( method Buffer (line 4435) | Buffer( method Buffer (line 4449) | Buffer( method Buffer (line 4512) | Buffer() : Memory() { } method Buffer (line 4521) | explicit Buffer(const cl_mem& buffer, bool retainObject = false) : method Buffer (line 4528) | Buffer& operator = (const cl_mem& rhs) method Buffer (line 4540) | Buffer createSubBuffer( class BufferD3D10 (line 4574) | class BufferD3D10 : public Buffer method BufferD3D10 (line 4584) | BufferD3D10( method BufferD3D10 (line 4623) | BufferD3D10() : Buffer() { } method BufferD3D10 (line 4632) | explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : method BufferD3D10 (line 4639) | BufferD3D10& operator = (const cl_mem& rhs) class BufferGL (line 4655) | class BufferGL : public Buffer method BufferGL (line 4663) | BufferGL( method BufferGL (line 4683) | BufferGL() : Buffer() { } method BufferGL (line 4692) | explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : method BufferGL (line 4699) | BufferGL& operator = (const cl_mem& rhs) method cl_int (line 4707) | cl_int getObjectInfo( class BufferRenderGL (line 4725) | class BufferRenderGL : public Buffer method BufferRenderGL (line 4733) | BufferRenderGL( method BufferRenderGL (line 4753) | BufferRenderGL() : Buffer() { } method BufferRenderGL (line 4762) | explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = fa... method BufferRenderGL (line 4769) | BufferRenderGL& operator = (const cl_mem& rhs) method cl_int (line 4777) | cl_int getObjectInfo( class Image (line 4793) | class Image : public Memory method Image (line 4797) | Image() : Memory() { } method Image (line 4806) | explicit Image(const cl_mem& image, bool retainObject = false) : method Image (line 4813) | Image& operator = (const cl_mem& rhs) method cl_int (line 4823) | cl_int getImageInfo(cl_image_info name, T* param) const method getImageInfo (line 4831) | typename class Image1D (line 4852) | class Image1D : public Image method Image1D (line 4859) | Image1D( method Image1D (line 4888) | Image1D() { } method Image1D (line 4901) | Image1D(const Context &context, const vector &pro... method Image1D (line 4933) | explicit Image1D(const cl_mem& image1D, bool retainObject = false) : method Image1D (line 4940) | Image1D& operator = (const cl_mem& rhs) class Image1DBuffer (line 4952) | class Image1DBuffer : public Image method Image1DBuffer (line 4955) | Image1DBuffer( method Image1DBuffer (line 4984) | Image1DBuffer() { } method Image1DBuffer (line 4996) | Image1DBuffer(const Context &context, method Image1DBuffer (line 5030) | explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = fa... method Image1DBuffer (line 5033) | Image1DBuffer& operator = (const cl_mem& rhs) class Image1DArray (line 5043) | class Image1DArray : public Image method Image1DArray (line 5046) | Image1DArray( method Image1DArray (line 5078) | Image1DArray() { } method Image1DArray (line 5091) | Image1DArray(const Context &context, method Image1DArray (line 5127) | explicit Image1DArray(const cl_mem& imageArray, bool retainObject = ... method Image1DArray (line 5131) | Image1DArray& operator = (const cl_mem& rhs) class Image2D (line 5148) | class Image2D : public Image method Image2D (line 5155) | Image2D( method Image2D (line 5226) | Image2D( method Image2D (line 5272) | Image2D( method Image2D (line 5333) | Image2D(const Context &context, const vector &pro... method Image2D (line 5369) | Image2D(const Context &context, const vector &pro... method Image2D (line 5400) | Image2D() { } method Image2D (line 5409) | explicit Image2D(const cl_mem& image2D, bool retainObject = false) : method Image2D (line 5416) | Image2D& operator = (const cl_mem& rhs) function Image2DGL (line 5434) | class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class Image2DArray (line 5498) | class Image2DArray : public Image method Image2DArray (line 5501) | Image2DArray( method Image2DArray (line 5548) | Image2DArray(const Context &context, method Image2DArray (line 5580) | Image2DArray() { } method Image2DArray (line 5589) | explicit Image2DArray(const cl_mem& imageArray, bool retainObject = ... method Image2DArray (line 5591) | Image2DArray& operator = (const cl_mem& rhs) class Image3D (line 5606) | class Image3D : public Image method Image3D (line 5613) | Image3D( method Image3D (line 5691) | Image3D(const Context &context, const vector &pro... method Image3D (line 5723) | Image3D() : Image() { } method Image3D (line 5732) | explicit Image3D(const cl_mem& image3D, bool retainObject = false) : method Image3D (line 5739) | Image3D& operator = (const cl_mem& rhs) class Image3DGL (line 5756) | class Image3DGL : public Image3D method Image3DGL (line 5764) | Image3DGL( method Image3DGL (line 5788) | Image3DGL() : Image3D() { } method Image3DGL (line 5797) | explicit Image3DGL(const cl_mem& image, bool retainObject = false) : method Image3DGL (line 5804) | Image3DGL& operator = (const cl_mem& rhs) class ImageGL (line 5820) | class ImageGL : public Image method ImageGL (line 5823) | ImageGL( method ImageGL (line 5846) | ImageGL() : Image() { } method ImageGL (line 5855) | explicit ImageGL(const cl_mem& image, bool retainObject = false) : method ImageGL (line 5858) | ImageGL& operator = (const cl_mem& rhs) class Pipe (line 5876) | class Pipe : public Memory method Pipe (line 5889) | Pipe( method Pipe (line 5914) | Pipe( method Pipe (line 5933) | Pipe() : Memory() { } method Pipe (line 5942) | explicit Pipe(const cl_mem& pipe, bool retainObject = false) : method Pipe (line 5949) | Pipe& operator = (const cl_mem& rhs) method cl_int (line 5959) | cl_int getInfo(cl_pipe_info name, T* param) const method getInfo (line 5967) | typename class Sampler (line 5991) | class Sampler : public detail::Wrapper method Sampler (line 5995) | Sampler() { } method Sampler (line 6001) | Sampler( method Sampler (line 6048) | explicit Sampler(const cl_sampler& sampler, bool retainObject = fals... method Sampler (line 6056) | Sampler& operator = (const cl_sampler& rhs) method cl_int (line 6066) | cl_int getInfo(cl_sampler_info name, T* param) const method getInfo (line 6074) | typename class Program (line 6088) | class Program method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... class CommandQueue (line 6089) | class CommandQueue method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( class DeviceCommandQueue (line 6090) | class DeviceCommandQueue method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... class Kernel (line 6091) | class Kernel method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits a) : NDRange(a[0]){} method NDRange (line 6141) | NDRange(array a) : NDRange(a[0], a[1]){} method NDRange (line 6144) | NDRange(array a) : NDRange(a[0], a[1], a[2]){} method size_type (line 6155) | size_type dimensions() const method size_type (line 6162) | size_type size() const method size_type (line 6167) | size_type* get() method size_type (line 6172) | const size_type* get() const type LocalSpaceArg (line 6182) | struct LocalSpaceArg type detail (line 6187) | namespace detail { function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function LocalSpaceArg (line 6225) | inline LocalSpaceArg class Kernel (line 6240) | class Kernel : public detail::Wrapper method Kernel (line 6247) | Kernel() { } method Kernel (line 6257) | explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : method Kernel (line 6265) | Kernel& operator = (const cl_kernel& rhs) method cl_int (line 6275) | cl_int getInfo(cl_kernel_info name, T* param) const method getInfo (line 6282) | typename method cl_int (line 6297) | cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* para... method getArgInfo (line 6304) | typename method cl_int (line 6319) | cl_int getWorkGroupInfo( method getWorkGroupInfo (line 6328) | typename method cl_int (line 6342) | cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_in... method size_type (line 6364) | size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &... method cl_int (line 6379) | cl_int setArg(cl_uint index, const cl::pointer &argPtr) method cl_int (line 6389) | cl_int setArg(cl_uint index, const cl::vector &argPtr) method setArg (line 6399) | typename std::enable_if::value, cl_int>::type method setArg (line 6411) | typename std::enable_if::value, cl_int>::type method cl_int (line 6423) | cl_int setArg(cl_uint index, size_type size, const void* argPtr) method cl_int (line 6435) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 6450) | cl_int setSVMPointers(const std::array &pointerL... method cl_int (line 6471) | cl_int enableFineGrainedSystemSVM(bool svmEnabled) method setSVMPointersHelper (line 6485) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6492) | typename std::enable_if::value, void>::type method setSVMPointersHelper (line 6500) | void setSVMPointersHelper(std::array &pointerLis... method setSVMPointersHelper (line 6507) | typename std::enable_if::value, void>::type method cl_int (line 6514) | cl_int setSVMPointers(const T0 &t0, Ts & ... ts) method cl_int (line 6528) | cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) method cl_int (line 6539) | cl_int setExecInfo(typename detail::param_traits method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7332) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7367) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7378) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function Program (line 7417) | inline Program linkProgram( method Program (line 6576) | Program( method Program (line 6615) | Program( method Program (line 6656) | Program( method Program (line 6691) | Program( method Program (line 6728) | Program( method Program (line 6783) | Program( method Program (line 6850) | Program( method Program (line 6913) | Program( method Program (line 6942) | Program() { } method Program (line 6951) | explicit Program(const cl_program& program, bool retainObject = fals... method Program (line 6954) | Program& operator = (const cl_program& rhs) method cl_int (line 6960) | cl_int build( method cl_int (line 6969) | cl_int build( method cl_int (line 6994) | cl_int build( method cl_int (line 7003) | cl_int build( method cl_int (line 7024) | cl_int build( method cl_int (line 7032) | cl_int build( method cl_int (line 7049) | cl_int compile( method cl_int (line 7057) | cl_int compile( method cl_int (line 7075) | cl_int compile( method cl_int (line 7085) | cl_int compile( method cl_int (line 7111) | cl_int compile( method cl_int (line 7122) | cl_int compile( method cl_int (line 7155) | cl_int getInfo(cl_program_info name, T* param) const method getInfo (line 7162) | typename method cl_int (line 7176) | cl_int getBuildInfo( method getBuildInfo (line 7185) | typename method getBuildInfo (line 7204) | vector* kernels) method CL_API_PREFIX__VERSION_2_2_DEPRECATED (line 7284) | CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback( method setSpecializationConstant (line 7302) | typename std::enable_if::value, cl_int>::type method cl_int (line 7318) | cl_int setSpecializationConstant(cl_uint index, size_type size, cons... function cl_int (line 7430) | inline cl_int cl::Program::getInfo(cl_program_info name, vector method makeDefault (line 7557) | static void makeDefault() method makeDefaultProvided (line 7589) | static void makeDefaultProvided(const CommandQueue &c) { method initMemoryExtension (line 7596) | static void initMemoryExtension(const cl::Device& device) method unitTestClearDefault (line 7619) | static void unitTestClearDefault() { method CommandQueue (line 7629) | CommandQueue( method CommandQueue (line 7695) | CommandQueue( method CommandQueue (line 7758) | explicit CommandQueue( method CommandQueue (line 7825) | explicit CommandQueue( method CommandQueue (line 7887) | CommandQueue( method CommandQueue (line 7938) | CommandQueue( method CommandQueue (line 7985) | static CommandQueue getDefault(cl_int * err = nullptr) method CommandQueue (line 8006) | static CommandQueue setDefault(const CommandQueue &default_queue) method CommandQueue (line 8013) | CommandQueue() { } method CommandQueue (line 8022) | explicit CommandQueue(const cl_command_queue& commandQueue, bool ret... method CommandQueue (line 8025) | CommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 8032) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 8040) | typename method cl_int (line 8053) | cl_int enqueueReadBuffer( method cl_int (line 8078) | cl_int enqueueWriteBuffer( method cl_int (line 8103) | cl_int enqueueCopyBuffer( method cl_int (line 8127) | cl_int enqueueReadBufferRect( method cl_int (line 8166) | cl_int enqueueReadBufferRect( method cl_int (line 8195) | cl_int enqueueWriteBufferRect( method cl_int (line 8234) | cl_int enqueueWriteBufferRect( method cl_int (line 8263) | cl_int enqueueCopyBufferRect( method cl_int (line 8300) | cl_int enqueueCopyBufferRect( method cl_int (line 8341) | cl_int enqueueFillBuffer( method cl_int (line 8370) | cl_int enqueueReadImage( method cl_int (line 8403) | cl_int enqueueReadImage( method cl_int (line 8426) | cl_int enqueueWriteImage( method cl_int (line 8459) | cl_int enqueueWriteImage( method cl_int (line 8482) | cl_int enqueueCopyImage( method cl_int (line 8511) | cl_int enqueueCopyImage( method enqueueFillImage (line 8539) | typename std::enable_if::value || method enqueueFillImage (line 8577) | typename std::enable_if::value || method cl_int (line 8599) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8628) | cl_int enqueueCopyImageToBuffer( method cl_int (line 8647) | cl_int enqueueCopyBufferToImage( method cl_int (line 8676) | cl_int enqueueCopyBufferToImage( method cl_int (line 8782) | cl_int enqueueMemcpySVM( method cl_int (line 8807) | cl_int enqueueMemcpySVM( method cl_int (line 8833) | cl_int enqueueMemcpySVM( method cl_int (line 8862) | cl_int enqueueMemFillSVM( method cl_int (line 8887) | cl_int enqueueMemFillSVM( method cl_int (line 8912) | cl_int enqueueMemFillSVM( method cl_int (line 8937) | cl_int enqueueMapSVM( method cl_int (line 8965) | cl_int enqueueMapSVM( method cl_int (line 8992) | cl_int enqueueMapSVM( method cl_int (line 9014) | cl_int enqueueUnmapMemObject( method cl_int (line 9042) | cl_int enqueueUnmapSVM( method cl_int (line 9067) | cl_int enqueueUnmapSVM( method cl_int (line 9092) | cl_int enqueueUnmapSVM( method cl_int (line 9125) | cl_int enqueueMarkerWithWaitList( method cl_int (line 9155) | cl_int enqueueBarrierWithWaitList( method cl_int (line 9178) | cl_int enqueueMigrateMemObjects( method cl_int (line 9219) | cl_int enqueueMigrateSVM( method cl_int (line 9248) | cl_int enqueueMigrateSVM( method cl_int (line 9264) | cl_int enqueueMigrateSVM( method cl_int (line 9286) | cl_int enqueueMigrateSVM( method cl_int (line 9301) | cl_int enqueueMigrateSVM( method cl_int (line 9322) | cl_int enqueueMigrateSVM( method cl_int (line 9333) | cl_int enqueueNDRangeKernel( method CL_API_PREFIX__VERSION_1_2_DEPRECATED (line 9360) | CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask( method cl_int (line 9381) | cl_int enqueueNativeKernel( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9411) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9427) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9439) | cl_int enqueueAcquireGLObjects( method cl_int (line 9461) | cl_int enqueueReleaseGLObjects( method cl_int (line 9493) | cl_int enqueueAcquireD3D10Objects( method cl_int (line 9526) | cl_int enqueueReleaseD3D10Objects( method CL_API_PREFIX__VERSION_1_1_DEPRECATED (line 9564) | CL_API_PREFIX__VERSION_1_1_DEPRECATED method cl_int (line 9573) | cl_int flush() const method cl_int (line 9578) | cl_int finish() const method cl_int (line 9584) | cl_int enqueueAcquireExternalMemObjects( method cl_int (line 9613) | cl_int enqueueReleaseExternalMemObjects( type DeviceQueueProperties (line 9668) | enum class DeviceQueueProperties : cl_command_queue_properties function DeviceQueueProperties (line 9674) | inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, Devi... class DeviceCommandQueue (line 9682) | class DeviceCommandQueue : public detail::Wrapper method DeviceCommandQueue (line 9689) | DeviceCommandQueue() { } method DeviceCommandQueue (line 9694) | DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = n... method DeviceCommandQueue (line 9717) | DeviceCommandQueue( method DeviceCommandQueue (line 9741) | DeviceCommandQueue( method DeviceCommandQueue (line 9771) | explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bo... method DeviceCommandQueue (line 9774) | DeviceCommandQueue& operator = (const cl_command_queue& rhs) method cl_int (line 9781) | cl_int getInfo(cl_command_queue_info name, T* param) const method getInfo (line 9789) | typename method DeviceCommandQueue (line 9808) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9838) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9866) | static DeviceCommandQueue makeDefault( method DeviceCommandQueue (line 9898) | static DeviceCommandQueue updateDefault(const Context &context, cons... method DeviceCommandQueue (line 9913) | static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_i... type detail (line 9921) | namespace detail function cl_int (line 791) | static inline cl_int errHandler ( function cl_int (line 801) | static inline cl_int errHandler (cl_int err, const char * errStr = n... function cl_int (line 1116) | inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) function cl_int (line 1124) | inline cl_int getInfoHelper(Func f, cl_uint name, vector* param, ... function cl_int (line 1180) | inline cl_int getInfoHelper( function cl_int (line 1212) | inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) function cl_int (line 1240) | inline cl_int getInfoHelper(Func f, cl_uint name, array (line 1970) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2000) | struct ReferenceHandler method cl_int (line 1981) | static cl_int retain(cl_device_id device) method cl_int (line 1992) | static cl_int release(cl_device_id device) method cl_int (line 2003) | static cl_int retain(cl_device_id) method cl_int (line 2006) | static cl_int release(cl_device_id) type ReferenceHandler (line 2012) | struct ReferenceHandler method cl_int (line 2015) | static cl_int retain(cl_platform_id) method cl_int (line 2018) | static cl_int release(cl_platform_id) type ReferenceHandler (line 2023) | struct ReferenceHandler method cl_int (line 2025) | static cl_int retain(cl_context context) method cl_int (line 2027) | static cl_int release(cl_context context) type ReferenceHandler (line 2032) | struct ReferenceHandler method cl_int (line 2034) | static cl_int retain(cl_command_queue queue) method cl_int (line 2036) | static cl_int release(cl_command_queue queue) type ReferenceHandler (line 2041) | struct ReferenceHandler method cl_int (line 2043) | static cl_int retain(cl_mem memory) method cl_int (line 2045) | static cl_int release(cl_mem memory) type ReferenceHandler (line 2050) | struct ReferenceHandler method cl_int (line 2052) | static cl_int retain(cl_sampler sampler) method cl_int (line 2054) | static cl_int release(cl_sampler sampler) type ReferenceHandler (line 2059) | struct ReferenceHandler method cl_int (line 2061) | static cl_int retain(cl_program program) method cl_int (line 2063) | static cl_int release(cl_program program) type ReferenceHandler (line 2068) | struct ReferenceHandler method cl_int (line 2070) | static cl_int retain(cl_kernel kernel) method cl_int (line 2072) | static cl_int release(cl_kernel kernel) type ReferenceHandler (line 2077) | struct ReferenceHandler method cl_int (line 2079) | static cl_int retain(cl_event event) method cl_int (line 2081) | static cl_int release(cl_event event) type ReferenceHandler (line 2087) | struct ReferenceHandler method cl_int (line 2089) | static cl_int retain(cl_semaphore_khr semaphore) method cl_int (line 2098) | static cl_int release(cl_semaphore_khr semaphore) type ReferenceHandler (line 2110) | struct ReferenceHandler method cl_int (line 2112) | static cl_int retain(cl_command_buffer_khr cmdBufferKhr) method cl_int (line 2120) | static cl_int release(cl_command_buffer_khr cmdBufferKhr) type ReferenceHandler (line 2130) | struct ReferenceHandler method cl_int (line 2133) | static cl_int retain(cl_mutable_command_khr) method cl_int (line 2136) | static cl_int release(cl_mutable_command_khr) function cl_uint (line 2145) | static cl_uint getVersion(const vector &versionInfo) function cl_uint (line 2164) | static cl_uint getPlatformVersion(cl_platform_id platform) function cl_uint (line 2174) | static cl_uint getDevicePlatformVersion(cl_device_id device) function cl_uint (line 2181) | static cl_uint getContextPlatformVersion(cl_context context) class Wrapper (line 2196) | class Wrapper method Wrapper (line 2205) | Wrapper() : object_(nullptr) { } method Wrapper (line 2207) | Wrapper(const cl_type &obj, bool retainObject) : object_(obj) method Wrapper (line 2219) | Wrapper(const Wrapper& rhs) method Wrapper (line 2225) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2258) | const cl_type& operator ()() const { return object_; } method cl_type (line 2260) | cl_type& operator ()() { return object_; } method cl_type (line 2262) | cl_type get() const { return object_; } method cl_int (line 2268) | cl_int retain() const method cl_int (line 2278) | cl_int release() const class Wrapper (line 2290) | class Wrapper method isReferenceCountable (line 2299) | static bool isReferenceCountable(cl_device_id device) method Wrapper (line 2317) | Wrapper() : object_(nullptr), referenceCountable_(false) method Wrapper (line 2321) | Wrapper(const cl_type &obj, bool retainObject) : method Wrapper (line 2337) | Wrapper(const Wrapper& rhs) method Wrapper (line 2344) | Wrapper(Wrapper&& rhs) noexcept method cl_type (line 2383) | const cl_type& operator ()() const { return object_; } method cl_type (line 2385) | cl_type& operator ()() { return object_; } method cl_type (line 2387) | cl_type get() const { return object_; } method cl_int (line 2396) | cl_int retain() const method cl_int (line 2406) | cl_int release() const function cl_int (line 2662) | static inline cl_int buildErrHandler( function cl_int (line 2676) | static inline cl_int buildErrHandler( class SVMTraitNull (line 3965) | class SVMTraitNull method cl_svm_mem_flags (line 3968) | static cl_svm_mem_flags getSVMMemFlags() class Deleter (line 4236) | class Deleter { method Deleter (line 4244) | Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, c... type KernelArgumentHandler (line 6190) | struct KernelArgumentHandler type KernelArgumentHandler::value>::type> (line 6195) | struct KernelArgumentHandler::value>::type> (line 6204) | struct KernelArgumentHandler (line 6213) | struct KernelArgumentHandler method size_type (line 6215) | static size_type size(const LocalSpaceArg& value) { return value.s... type KernelArgumentHandler (line 9925) | struct KernelArgumentHandler method size_type (line 9927) | static size_type size(const cl::DeviceCommandQueue&) { return size... method cl_command_queue (line 9928) | static const cl_command_queue* ptr(const cl::DeviceCommandQueue& v... function cl_int (line 10034) | inline cl_int enqueueReadBuffer( function cl_int (line 10053) | inline cl_int enqueueWriteBuffer( function cl_int (line 10111) | inline cl_int enqueueMapSVM( function cl_int (line 10135) | inline cl_int enqueueMapSVM( function cl_int (line 10159) | inline cl_int enqueueMapSVM( function cl_int (line 10178) | inline cl_int enqueueUnmapMemObject( function cl_int (line 10213) | inline cl_int enqueueUnmapSVM( function cl_int (line 10235) | inline cl_int enqueueUnmapSVM( function cl_int (line 10256) | inline cl_int enqueueUnmapSVM( function cl_int (line 10273) | inline cl_int enqueueCopyBuffer( function cl_int (line 10298) | inline cl_int copy( IteratorType startIterator, IteratorType endIterat... function cl_int (line 10314) | inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterat... function cl_int (line 10330) | inline cl_int copy( const CommandQueue &queue, IteratorType startItera... function cl_int (line 10369) | inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffe... function cl_int (line 10400) | inline cl_int mapSVM(cl::vector &container) function cl_int (line 10409) | inline cl_int unmapSVM(cl::vector &container) function cl_int (line 10417) | inline cl_int enqueueReadBufferRect( function cl_int (line 10453) | inline cl_int enqueueReadBufferRect( function cl_int (line 10482) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10518) | inline cl_int enqueueWriteBufferRect( function cl_int (line 10547) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10581) | inline cl_int enqueueCopyBufferRect( function cl_int (line 10609) | inline cl_int enqueueReadImage( function cl_int (line 10639) | inline cl_int enqueueReadImage( function cl_int (line 10662) | inline cl_int enqueueWriteImage( function cl_int (line 10692) | inline cl_int enqueueWriteImage( function cl_int (line 10715) | inline cl_int enqueueCopyImage( function cl_int (line 10741) | inline cl_int enqueueCopyImage( function cl_int (line 10760) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10786) | inline cl_int enqueueCopyImageToBuffer( function cl_int (line 10805) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10831) | inline cl_int enqueueCopyBufferToImage( function cl_int (line 10857) | inline cl_int flush(void) function cl_int (line 10869) | inline cl_int finish(void) class EnqueueArgs (line 10882) | class EnqueueArgs method EnqueueArgs (line 10895) | EnqueueArgs(NDRange global) : method EnqueueArgs (line 10904) | EnqueueArgs(NDRange global, NDRange local) : method EnqueueArgs (line 10913) | EnqueueArgs(NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10922) | EnqueueArgs(Event e, NDRange global) : method EnqueueArgs (line 10931) | EnqueueArgs(Event e, NDRange global, NDRange local) : method EnqueueArgs (line 10940) | EnqueueArgs(Event e, NDRange offset, NDRange global, NDRange local) : method EnqueueArgs (line 10949) | EnqueueArgs(const vector &events, NDRange global) : method EnqueueArgs (line 10959) | EnqueueArgs(const vector &events, NDRange global, NDRange loc... method EnqueueArgs (line 10969) | EnqueueArgs(const vector &events, NDRange offset, NDRange glo... method EnqueueArgs (line 10979) | EnqueueArgs(CommandQueue &queue, NDRange global) : method EnqueueArgs (line 10988) | EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) : method EnqueueArgs (line 10997) | EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDR... method EnqueueArgs (line 11006) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global) : method EnqueueArgs (line 11015) | EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange lo... method EnqueueArgs (line 11024) | EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange gl... method EnqueueArgs (line 11033) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11043) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... method EnqueueArgs (line 11053) | EnqueueArgs(CommandQueue &queue, const vector &events, NDRang... class KernelFunctor (line 11073) | class KernelFunctor method setArgs (line 11079) | void setArgs(T0&& t0, T1s&&... t1s) method setArgs (line 11086) | void setArgs(T0&& t0) method setArgs (line 11092) | void setArgs() method KernelFunctor (line 11098) | KernelFunctor(Kernel kernel) : kernel_(kernel) method KernelFunctor (line 11101) | KernelFunctor( method Event (line 11116) | Event operator() ( method Event (line 11140) | Event operator() ( method cl_int (line 11160) | cl_int setSVMPointers(const vector &pointerList) method cl_int (line 11166) | cl_int setSVMPointers(const T0 &t0, T1s &... ts) method Kernel (line 11172) | Kernel getKernel() type compatibility (line 11178) | namespace compatibility { class size_t (line 634) | class size_t method size_type (line 655) | size_type& operator[](int index) method size_type (line 660) | const size_type& operator[](int index) const type make_kernel (line 11184) | struct make_kernel method make_kernel (line 11190) | make_kernel( method make_kernel (line 11197) | make_kernel( method Event (line 11210) | Event operator()( type ExternalSemaphoreType (line 11223) | enum ExternalSemaphoreType : cl_external_semaphore_handle_type_khr class Semaphore (line 11239) | class Semaphore : public detail::Wrapper method Semaphore (line 11242) | Semaphore() : detail::Wrapper() {} method Semaphore (line 11243) | Semaphore( method Semaphore (line 11267) | Semaphore( method Semaphore (line 11271) | explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObj... method Semaphore (line 11273) | Semaphore& operator = (const cl_semaphore_khr& rhs) { method cl_int (line 11278) | cl_int getInfo(cl_semaphore_info_khr name, T* param) const method getInfo (line 11289) | typename method cl_int (line 11304) | cl_int getHandleForTypeKHR( method getHandleForTypeKHR (line 11318) | typename method cl_int (line 11332) | cl_int retain() method cl_int (line 11341) | cl_int release() method initExtensions (line 11353) | static void initExtensions(const Context& context) function cl_int (line 11398) | inline cl_int CommandQueue::enqueueWaitSemaphores( function cl_int (line 11426) | inline cl_int CommandQueue::enqueueSignalSemaphores( class CommandBufferKhr (line 11460) | class CommandBufferKhr : public detail::Wrapper method CommandBufferKhr (line 11464) | CommandBufferKhr() : detail::Wrapper() { } method CommandBufferKhr (line 11466) | explicit CommandBufferKhr(const vector &queues, method CommandBufferKhr (line 11495) | explicit CommandBufferKhr(const cl_command_buffer_khr& commandBuffer... method CommandBufferKhr (line 11498) | CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs) method cl_int (line 11505) | cl_int getInfo(cl_command_buffer_info_khr name, T* param) const method getInfo (line 11516) | typename method cl_int (line 11529) | cl_int finalizeCommandBuffer() const method cl_int (line 11534) | cl_int enqueueCommandBuffer(vector &queues, method cl_int (line 11555) | cl_int commandBarrierWithWaitList(const vector* s... method cl_int (line 11584) | cl_int commandCopyBuffer(const Buffer& src, method cl_int (line 11623) | cl_int commandCopyBufferRect(const Buffer& src, method cl_int (line 11670) | cl_int commandCopyBufferToImage(const Buffer& src, method cl_int (line 11709) | cl_int commandCopyImage(const Image& src, method cl_int (line 11748) | cl_int commandCopyImageToBuffer(const Image& src, method cl_int (line 11788) | cl_int commandFillBuffer(const Buffer& buffer, method cl_int (line 11826) | cl_int commandFillImage(const Image& image, function cl_int (line 11908) | cl_int updateMutableCommands(const cl_mutable_base_config_khr* mutable... function cl_int (line 11919) | cl_int updateMutableCommands(std::array method MutableCommandKhr (line 12017) | MutableCommandKhr() : detail::Wrapper() { } method MutableCommandKhr (line 12019) | explicit MutableCommandKhr(const cl_mutable_command_khr& mutableComm... method MutableCommandKhr (line 12022) | MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs) method cl_int (line 12029) | cl_int getInfo(cl_mutable_command_info_khr name, T* param) const method getInfo (line 12040) | typename FILE: svm/svmtest.cpp type LatencyThreadData (line 37) | struct LatencyThreadData { type TestType (line 49) | enum TestType { function main (line 55) | int main(int argc, char* argv[]) function runBufferSharingTest (line 140) | float runBufferSharingTest(cl_context context, cl_command_queue command_... function runAtomicsTest (line 210) | float runAtomicsTest(cl_context context, cl_command_queue command_queue) function checkSVMSupport (line 323) | int checkSVMSupport(cl_device_svm_capabilities desiredCaps) function cl_program (line 342) | cl_program build_program(cl_context context, const char* fname, const ch... function cl_context (line 381) | cl_context get_context_from_user(int platform_index, int device_index) {