Searched refs:clProtectedArray (Results 1 – 8 of 8) sorted by relevance
533 clProtectedArray::clProtectedArray() { mBuffer = mValidBuffer = NULL; } in clProtectedArray() function in clProtectedArray535 clProtectedArray::clProtectedArray(size_t sizeInBytes) in clProtectedArray() function in clProtectedArray541 clProtectedArray::~clProtectedArray() in ~clProtectedArray()554 void clProtectedArray::Allocate(size_t sizeInBytes) in Allocate()
247 class clProtectedArray {249 clProtectedArray();250 clProtectedArray(size_t sizeInBytes);251 virtual ~clProtectedArray();
127 clProtectedArray inBuffer( bufferSize ); in test_vload()502 clProtectedArray outBuffer( numElements * typeSize * vecSize ); in test_vstore()
295 clProtectedArray PA(resultSize); in test_write_image_1D()
309 clProtectedArray PA(resultSize); in test_write_image_1D_array()
339 clProtectedArray PA(resultSize); in test_write_image_3D()
332 clProtectedArray PA(resultSize); in test_write_image_2D_array()
372 clProtectedArray PA(resultSize); in test_write_image()