Lines Matching defs:data
88 // Pointer to function that can be used to fill a buffer with some data - it is passed as an parameter to buffer creation utility function
92 // This function not only allocates memory for the buffer but also fills buffer up with a data
101 AccessRangesData& data,
122 data.allocSize = bufferMemoryReqs.size;
123 data.accessRange = accessRange;
124 data.maxAccessRange = deMinu64(data.allocSize, deMinu64(bufferParams.size, accessRange));
137 // An adapter function matching FillBufferProcPtr interface. Fills a buffer with "randomly" generated test data matching desired format.
146 // Since this pattern cannot show up in generated test data it should not show up in the valid output.
982 //a special structure matching data in one of our buffers.
1104 // Lets create pointer types to the input data type, output data type and a struct
1106 // Lets make also actual poiters to the data
1147 // Lets load data from our auxiliary buffer with reading index, writing index and zero.
1156 // let start copying data using variable pointers
1200 // cases below have the same logic as the one above - just we are copying bigger chunks of data with every load/store pair
1450 // Create descriptor data
1931 // Amounts of data to copy
1938 // gather above data into one array