Searched refs:programPool (Results 1 – 2 of 2) sorted by relevance
417 de::MemPool programPool; in buildPrograms() local418 de::PoolArray<Program> programs(&programPool); in buildPrograms()
85 static cl::Program programPool[POOL_MAX]; variable448 programPool[i]() = make_program(i);476 programPool[i]() = nullptr; in tearDown()3434 prepare_programRefcounts(2, reinterpret_cast<cl_program *>(programPool), refcount); in testLinkProgram()3451 std::array<int, ARRAY_SIZE(programPool)> refcount; in testLinkProgramWithVectorProgramInput()3452 for (int i=0;i<(int)ARRAY_SIZE(programPool);i++) { in testLinkProgramWithVectorProgramInput()3453 prog_vec.push_back(cl::Program(programPool[i]())); in testLinkProgramWithVectorProgramInput()