Lines Matching defs:allocator

168 												vk::Allocator&				allocator,
181 read(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_2D,
186 readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
192 vk::Allocator& allocator,
206 readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
211 vk::Allocator& allocator,
225 read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
230 readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
236 vk::Allocator& allocator,
248 read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_1D,
253 readUsingBuffer(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect,
260 vk::Allocator& allocator,
274 de::SharedPtr<Image> stagingResource = copyToLinearImage(queue, allocator, layout, offset, width,
281 vk::Allocator& allocator,
328 stagingResource = Buffer::createAndAlloc(m_vk, m_device, stagingBufferResourceCreateInfo, allocator, vk::MemoryRequirement::HostVisible);
457 vk::Allocator& allocator,
474 stagingResource = Image::createAndAlloc(m_vk, m_device, stagingResourceCreateInfo, allocator, m_queueFamilyIndex,
528 vk::Allocator& allocator,
537 upload(queue, allocator, layout, offset, access.getWidth(),
543 uploadUsingBuffer(queue, allocator, layout, offset, access.getWidth(),
550 vk::Allocator& allocator,
559 upload(queue, allocator, layout, offset, access.getWidth(),
565 uploadUsingBuffer(queue, allocator, layout, offset, access.getWidth(),
572 vk::Allocator& allocator,
581 upload(queue, allocator, layout, offset, access.getWidth(),
587 uploadUsingBuffer(queue, allocator, layout, offset, access.getWidth(),
605 vk::Allocator& allocator,
625 stagingResource = Image::createAndAlloc(m_vk, m_device, stagingResourceCreateInfo, allocator, m_queueFamilyIndex,
683 vk::Allocator& allocator,
723 stagingResource = Buffer::createAndAlloc(m_vk, m_device, stagingBufferResourceCreateInfo, allocator, vk::MemoryRequirement::HostVisible);
817 vk::Allocator& allocator,
824 ret->bindMemory(allocator.allocate(imageRequirements, memoryRequirement));