search for: scratch_id

Displaying 1 result from an estimated 1 matches for "scratch_id".

2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
..._READ_IMAGES 128 > +#define OPENCL_MAX_WRITE_IMAGES 8 > +#define OPENCL_MAX_SAMPLERS 16 > + > +// The next two values can never be zero, as zero is the ID that is > +// used to assert against. > +#define DEFAULT_LDS_ID 1 > +#define DEFAULT_GDS_ID 1 > +#define DEFAULT_SCRATCH_ID 1 > +#define DEFAULT_VEC_SLOTS 8 > + > +// SC->CAL version matchings. > +#define CAL_VERSION_SC_150 1700 > +#define CAL_VERSION_SC_149 1700 > +#define CAL_VERSION_SC_148 1525 > +#define CAL_VERSION_SC_147 1525 > +#d...