Home | History | Annotate | Download | only in tests

Lines Matching defs:allocationSize

911     const size_t allocationSize = constantCount * constantSize;
912 init_as_src_and_dst(*m_device, allocationSize, reqs);
915 memcpy(pData, data, allocationSize);
925 this->m_descriptorBufferInfo.range = allocationSize;
1039 const size_t allocationSize = numIndexes * m_stride;
1041 init_as_src_and_dst(*m_device, allocationSize, reqs);
1044 memcpy(pData, data, allocationSize);
1050 this->m_descriptorBufferInfo.range = allocationSize;