Searched refs:KernelSourcePattern (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
H A D | test_read_3D.cpp | 100 const char *KernelSourcePattern = NULL; in test_read_image_set_3D() local 141 KernelSourcePattern = read3DKernelSourcePattern; in test_read_image_set_3D() 145 KernelSourcePattern = read_write3DKernelSourcePattern; in test_read_image_set_3D() 148 sprintf(programSrc, KernelSourcePattern, in test_read_image_set_3D()
|
H A D | test_write_1D.cpp | 578 const char *KernelSourcePattern = NULL; in test_write_image_1D_set() local 614 KernelSourcePattern = write1DKernelSourcePattern; in test_write_image_1D_set() 618 KernelSourcePattern = readwrite1DKernelSourcePattern; in test_write_image_1D_set() 622 programSrc, KernelSourcePattern, in test_write_image_1D_set()
|
H A D | test_write_1D_array.cpp | 600 const char *KernelSourcePattern = NULL; in test_write_image_1D_array_set() local 636 KernelSourcePattern = write1DArrayKernelSourcePattern; in test_write_image_1D_array_set() 640 KernelSourcePattern = readwrite1DArrayKernelSourcePattern; in test_write_image_1D_array_set() 645 programSrc, KernelSourcePattern, in test_write_image_1D_array_set()
|
H A D | test_write_3D.cpp | 647 const char *KernelSourcePattern = NULL; in test_write_image_3D_set() local 681 KernelSourcePattern = write3DKernelSourcePattern; in test_write_image_3D_set() 685 KernelSourcePattern = readwrite3DKernelSourcePattern; in test_write_image_3D_set() 690 programSrc, KernelSourcePattern, khr3DWritesPragma, in test_write_image_3D_set()
|
H A D | test_write_2D_array.cpp | 639 const char *KernelSourcePattern = NULL; in test_write_image_2D_array_set() local 674 KernelSourcePattern = write2DArrayKernelSourcePattern; in test_write_image_2D_array_set() 678 KernelSourcePattern = readwrite2DArrayKernelSourcePattern; in test_write_image_2D_array_set() 683 programSrc, KernelSourcePattern, in test_write_image_2D_array_set()
|
H A D | test_write_image.cpp | 667 const char *KernelSourcePattern = NULL; in test_write_image_set() local 727 KernelSourcePattern = writeKernelSourcePattern; in test_write_image_set() 731 KernelSourcePattern = read_writeKernelSourcePattern; in test_write_image_set() 736 programSrc, KernelSourcePattern, in test_write_image_set()
|
H A D | test_read_1D.cpp | 1039 const char *KernelSourcePattern = NULL; in test_read_image_set_1D() local 1075 KernelSourcePattern = read_write1DKernelSourcePattern; in test_read_image_set_1D() 1079 KernelSourcePattern = read1DKernelSourcePattern; in test_read_image_set_1D() 1081 sprintf(programSrc, KernelSourcePattern, in test_read_image_set_1D()
|
H A D | test_read_1D_array.cpp | 1138 const char *KernelSourcePattern = NULL; in test_read_image_set_1D_array() local 1180 KernelSourcePattern = read1DArrayKernelSourcePattern; in test_read_image_set_1D_array() 1184 KernelSourcePattern = read_write1DArrayKernelSourcePattern; in test_read_image_set_1D_array() 1188 programSrc, KernelSourcePattern, in test_read_image_set_1D_array()
|
H A D | test_read_2D_array.cpp | 1354 const char *KernelSourcePattern = NULL; in test_read_image_set_2D_array() local 1415 KernelSourcePattern = read2DArrayKernelSourcePattern; in test_read_image_set_2D_array() 1419 KernelSourcePattern = read_write2DArrayKernelSourcePattern; in test_read_image_set_2D_array() 1423 sprintf(programSrc, KernelSourcePattern, in test_read_image_set_2D_array()
|
H A D | test_iterations.cpp | 1563 const char *KernelSourcePattern = NULL; in test_read_image_set_2D() local 1636 KernelSourcePattern = read2DKernelSourcePattern; in test_read_image_set_2D() 1640 KernelSourcePattern = read_write2DKernelSourcePattern; in test_read_image_set_2D() 1644 sprintf(programSrc, KernelSourcePattern, in test_read_image_set_2D()
|