Searched refs:resultBlockSize (Results 1 – 2 of 2) sorted by relevance
139 const vk::VkDeviceSize resultBlockSize) const;221 …const vk::VkDeviceSize resultBlockSize = getResultBlockAlignedSize(m_context.getInstanceInterface(… in iterate() local222 const vk::VkDeviceSize resultBufferSize = resultBlockSize * (deUint32)m_dispatchCommands.size(); in iterate()235 deUint8* const dstPtr = &resultDataPtr[resultBlockSize*cmdNdx]; in iterate()297 …ferInfo resultDescriptorInfo = makeDescriptorBufferInfo(*resultBuffer, curOffset, resultBlockSize); in iterate()309 curOffset += resultBlockSize; in iterate()325 if (verifyResultBuffer(resultBuffer, resultBlockSize)) in iterate()332 const vk::VkDeviceSize resultBlockSize) const in verifyResultBuffer()343 const deUint8* const srcPtr = (const deUint8*)resultDataPtr + cmdNdx*resultBlockSize; in verifyResultBuffer()
266 const int resultBlockSize = getResultBlockAlignedSize(gl); in createResultBuffer() local267 const int resultBufferSize = resultBlockSize*(int)m_commands.size(); in createResultBuffer()272 deUint8* const dstPtr = &data[resultBlockSize*cmdNdx]; in createResultBuffer()296 const int resultBlockSize = getResultBlockAlignedSize(gl); in verifyResultBuffer() local297 const int resultBufferSize = resultBlockSize*(int)m_commands.size(); in verifyResultBuffer()313 const deUint8* const srcPtr = (const deUint8*)mapPtr + cmdNdx*resultBlockSize; in verifyResultBuffer()