Home
last modified time | relevance | path

Searched refs:programPool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktBuildPrograms.cpp417 de::MemPool programPool; in buildPrograms() local
418 de::PoolArray<Program> programs(&programPool); in buildPrograms()
/aosp_15_r20/external/OpenCL-CLHPP/tests/
H A Dtest_openclhpp.cpp85 static cl::Program programPool[POOL_MAX]; variable
448 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()