Searched refs:constantsBufferSizeBytes (Results 1 – 1 of 1) sorted by relevance
692 const VkDeviceSize constantsBufferSizeBytes = numLayers * m_constantsBufferChunkSizeBytes; in ImageStoreTestInstance() local695 makeBufferCreateInfo(constantsBufferSizeBytes, VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT), in ImageStoreTestInstance()702 deMemset(alloc.getHostPtr(), 0, static_cast<size_t>(constantsBufferSizeBytes)); in ImageStoreTestInstance()710 …flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), constantsBufferSizeBytes); in ImageStoreTestInstance()