Lines Matching defs:chunk
63 chunk(x_size)
76 fatal_if(!chunk.size(), "cannot read from an LDS chunk of size 0");
77 fatal_if(index >= chunk.size(), "out-of-bounds access to an LDS chunk");
78 T *p0 = (T *) (&(chunk.at(index)));
89 fatal_if(!chunk.size(), "cannot write to an LDS chunk of size 0");
90 fatal_if(index >= chunk.size(), "out-of-bounds access to an LDS chunk");
91 T *p0 = (T *) (&(chunk.at(index)));
96 * get the size of this chunk
101 return chunk.size();
106 std::vector<uint8_t> chunk;
213 // they return it decreases, once it reaches 0 then this chunk of the LDS is
220 // the map that allows workgroups to access their own chunk of the LDS
300 * give back this chunk if the ref counter has reached 0