reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 1083       switch ((sample & __CLK_FILTER_MASK) >> __CLK_FILTER_BASE) {
lib/Target/NVPTX/cl_common_defines.h
   94   CLK_FILTER_NEAREST = 0 << __CLK_FILTER_BASE,
   95   CLK_FILTER_LINEAR = 1 << __CLK_FILTER_BASE,
   96   CLK_FILTER_ANISOTROPIC = 2 << __CLK_FILTER_BASE,
  102   __CLK_MIP_BASE = __CLK_FILTER_BASE + __CLK_FILTER_BITS,