Lines Matching defs:allocator
129 Allocator& allocator = context.getAllocator();
145 m_vertexBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible));
161 m_indexBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(indexBufferSizeBytes, VK_BUFFER_USAGE_INDEX_BUFFER_BIT), MemoryRequirement::HostVisible));
644 Allocator& allocator = m_context.getAllocator();
647 m_hostBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(m_resource.getBuffer().size, hostBufferUsage), MemoryRequirement::HostVisible));
901 Allocator& allocator = m_context.getAllocator();
904 vk, device, allocator, makeBufferCreateInfo(m_bufferSize, VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFER_DST_BIT),
917 vk, device, allocator,
1516 Allocator& allocator = context.getAllocator();
1524 m_colorAttachmentImage = de::MovePtr<Image>(new Image(vk, device, allocator,
1617 Allocator& allocator = context.getAllocator();
1621 m_indirectBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator,
1686 Allocator& allocator = m_context.getAllocator();
1689 vk, device, allocator, makeBufferCreateInfo(m_resource.getBuffer().size, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible));
1899 Allocator& allocator = m_context.getAllocator();
1909 vk, device, allocator, makeBufferCreateInfo(m_hostBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFER_DST_BIT),
1924 m_image = de::MovePtr<Image>(new Image(vk, device, allocator,
2975 Allocator& allocator = m_context.getAllocator();
2983 m_hostBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible));
3168 Allocator& allocator = m_context.getAllocator();
3171 vk, device, allocator, makeBufferCreateInfo(m_bufferSize, VK_BUFFER_USAGE_TRANSFER_SRC_BIT), MemoryRequirement::HostVisible));
3246 Allocator& allocator = m_context.getAllocator();
3255 vk, device, allocator,
3263 vk, device, allocator, makeBufferCreateInfo(m_resource.getBuffer().size, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible));
3562 Allocator& allocator = m_context.getAllocator();
3571 vk, device, allocator, makeBufferCreateInfo(m_resource.getBuffer().size, VK_BUFFER_USAGE_TRANSFER_SRC_BIT), MemoryRequirement::HostVisible));
3579 vk, device, allocator,
3675 Allocator& allocator = m_context.getAllocator();
3678 vk, device, allocator, makeBufferCreateInfo(m_bufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible));
4051 Allocator& allocator = context.getAllocator();
4057 m_indirectBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator,
4072 m_indirectBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator,
4529 Allocator& allocator = context.getAllocator();
4536 m_colorAttachmentImage = de::MovePtr<Image>(new Image(vk, device, allocator,
4675 Allocator& allocator = m_context.getAllocator();
4678 vk, device, allocator, makeBufferCreateInfo(m_hostBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible));
5038 Allocator& allocator = context.getAllocator();
5044 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator,
5057 m_inputBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator,
5084 m_colorAttachmentImage = de::MovePtr<Image>(new Image(vk, device, allocator,
5338 vk::Allocator& allocator,
5346 , m_allocator (allocator)
5358 vk::Allocator& allocator,
5367 , m_allocator (allocator)
5380 Allocator& allocator = context.getAllocator();
5392 m_buffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, bufferCreateInfo, MemoryRequirement::Any));
5423 m_image = de::MovePtr<Image>(new Image(vk, device, allocator, imageInfo, MemoryRequirement::Any));