Home
last modified time | relevance | path

Searched refs:clProtectedArray (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DtypeWrappers.cpp533 clProtectedArray::clProtectedArray() { mBuffer = mValidBuffer = NULL; } in clProtectedArray() function in clProtectedArray
535 clProtectedArray::clProtectedArray(size_t sizeInBytes) in clProtectedArray() function in clProtectedArray
541 clProtectedArray::~clProtectedArray() in ~clProtectedArray()
554 void clProtectedArray::Allocate(size_t sizeInBytes) in Allocate()
H A DtypeWrappers.h247 class clProtectedArray {
249 clProtectedArray();
250 clProtectedArray(size_t sizeInBytes);
251 virtual ~clProtectedArray();
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_vloadstore.cpp127 clProtectedArray inBuffer( bufferSize ); in test_vload()
502 clProtectedArray outBuffer( numElements * typeSize * vecSize ); in test_vstore()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
H A Dtest_write_1D.cpp295 clProtectedArray PA(resultSize); in test_write_image_1D()
H A Dtest_write_1D_array.cpp309 clProtectedArray PA(resultSize); in test_write_image_1D_array()
H A Dtest_write_3D.cpp339 clProtectedArray PA(resultSize); in test_write_image_3D()
H A Dtest_write_2D_array.cpp332 clProtectedArray PA(resultSize); in test_write_image_2D_array()
H A Dtest_write_image.cpp372 clProtectedArray PA(resultSize); in test_write_image()