Home | History | Annotate | Download | only in SPIRV

Lines Matching defs:Image

288   const static char Image[]               = "Image";
305 const static char ImagePrefix[] = "opencl.image";
575 /// Check if a type is OCL image type.
580 /// \param Postfix contains postfixes extracted from the SPIR-V image
827 /// Get the postfixes of SPIR-V image type name as in spirv.Image.postfixes.
833 /// Get the sampled type name used in postfix of image type in SPIR-V
838 /// Translates OpenCL image type names to SPIR-V.
839 /// E.g. %opencl.image1d_rw_t -> %spirv.Image._void_0_0_0_0_0_0_2
842 /// Get LLVM type for sampled type of SPIR-V image type by postfix.
931 add(kSPIRVTypeName::Image, OpTypeImage);