Searched refs:ImgAddrSpc (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGOpenCLRuntime.cpp | 37 uint32_t ImgAddrSpc = in convertOpenCLSpecificType() local 45 Ctx, "opencl.image1d_t"), ImgAddrSpc); in convertOpenCLSpecificType() 48 Ctx, "opencl.image1d_array_t"), ImgAddrSpc); in convertOpenCLSpecificType() 51 Ctx, "opencl.image1d_buffer_t"), ImgAddrSpc); in convertOpenCLSpecificType() 54 Ctx, "opencl.image2d_t"), ImgAddrSpc); in convertOpenCLSpecificType() 57 Ctx, "opencl.image2d_array_t"), ImgAddrSpc); in convertOpenCLSpecificType() 60 Ctx, "opencl.image3d_t"), ImgAddrSpc); in convertOpenCLSpecificType()
|