Searched refs:ImgAddrSpc (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | 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 llvm::StructType::create(Ctx, "opencl.image2d_depth_t"), ImgAddrSpc); in convertOpenCLSpecificType() 64 ImgAddrSpc); in convertOpenCLSpecificType() 67 llvm::StructType::create(Ctx, "opencl.image2d_msaa_t"), ImgAddrSpc); in convertOpenCLSpecificType() 71 ImgAddrSpc); in convertOpenCLSpecificType() [all …]
|