Home
last modified time | relevance | path

Searched refs:AllocationSp (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkYCbCrImageWithMemory.hpp38 typedef de::SharedPtr<Allocation> AllocationSp; typedef
50 const std::vector<AllocationSp>& getAllocations (void) const { return m_allocations; } in getAllocations()
54 std::vector<AllocationSp> m_allocations;
DvkYCbCrImageWithMemory.cpp50 m_allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in YCbCrImageWithMemory()
DvkMemUtil.cpp43 typedef de::SharedPtr<Allocation> AllocationSp; typedef
410 vector<AllocationSp>& allocations, in bindImagePlanesMemory()
424 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in bindImagePlanesMemory()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.cpp33 bool verifyOutputWithEpsilon (const std::vector<AllocationSp>& outputAllocs, const std::vector<Reso… in verifyOutputWithEpsilon()
135 bool verifyOutput (const std::vector<Resource>&, const std::vector<AllocationSp>& outputAllocs, con… in verifyOutput()
DvktSpvAsmUtils.hpp144 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
173 const std::vector<AllocationSp>& outputAllocations,
DvktSpvAsmComputeShaderTestUtil.hpp161 …reWithRetvals (const std::vector<Resource>& inputs, const std::vector<AllocationSp>& outputAllocs,… in compareWithRetvals()
397 const std::vector<AllocationSp>& outputAllocs,
DvktSpvAsmWorkgroupMemoryTests.cpp56 const vector<AllocationSp>& outputAllocs, in checkResultsFloat16()
85 const vector<AllocationSp>& outputAllocs, in checkResultsFloat32()
121 const vector<AllocationSp>& outputAllocs, in checkResultsFloat64()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.cpp33 bool verifyOutputWithEpsilon (const std::vector<AllocationSp>& outputAllocs, const std::vector<Reso… in verifyOutputWithEpsilon()
135 bool verifyOutput (const std::vector<Resource>&, const std::vector<AllocationSp>& outputAllocs, con… in verifyOutput()
DvktSpvAsmUtils.hpp144 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
173 const std::vector<AllocationSp>& outputAllocations,
DvktSpvAsmComputeShaderTestUtil.hpp161 …reWithRetvals (const std::vector<Resource>& inputs, const std::vector<AllocationSp>& outputAllocs,… in compareWithRetvals()
397 const std::vector<AllocationSp>& outputAllocs,
DvktSpvAsmWorkgroupMemoryTests.cpp56 const vector<AllocationSp>& outputAllocs, in checkResultsFloat16()
85 const vector<AllocationSp>& outputAllocs, in checkResultsFloat32()
121 const vector<AllocationSp>& outputAllocs, in checkResultsFloat64()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageOffsetTests.cpp101 vector<AllocationSp> srcImageMemory; in imageOffsetTest()
117 …srcImageMemory.push_back(AllocationSp(context.getDefaultAllocator().allocate(reqs, srcMemoryRequir… in imageOffsetTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrImageOffsetTests.cpp101 vector<AllocationSp> srcImageMemory; in imageOffsetTest()
117 …srcImageMemory.push_back(AllocationSp(context.getDefaultAllocator().allocate(reqs, srcMemoryRequir… in imageOffsetTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp623 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::sr::ShaderRenderCaseInstance
642 AllocationSp alloc;
655 AllocationSp alloc;
668 std::vector<AllocationSp> m_vertexBufferAllocs;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.hpp623 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::sr::ShaderRenderCaseInstance
642 AllocationSp alloc;
655 AllocationSp alloc;
668 std::vector<AllocationSp> m_vertexBufferAllocs;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp65 typedef de::SharedPtr<Allocation> AllocationSp; typedef
201 AllocationSp createImageMemory (VkImageSp image);
203 AllocationSp createBufferMemory (void);
228 AllocationSp m_multisampleImageMemory;
231 AllocationSp m_singlesampleImageMemory;
234 AllocationSp m_bufferMemory;
424 AllocationSp DepthStencilResolveTest::createImageMemory (VkImageSp image) in createImageMemory()
805 AllocationSp DepthStencilResolveTest::createBufferMemory (void) in createBufferMemory()
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp45 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
155 std::vector<AllocationSp> m_inputImageMemory;
159 AllocationSp m_outputImageMemory;
163 AllocationSp m_outputBufferMemory;
DvktRenderPassMultisampleResolveTests.cpp73 typedef de::SharedPtr<Allocation> AllocationSp; typedef
174 vector<AllocationSp> createImageMemory (const vector<VkImageSp>& images) const;
182 vector<AllocationSp> createBufferMemory (const vector<VkBufferSp>& buffers) const;
321 vector<AllocationSp> MultisampleRenderPassTestBase::createImageMemory (const vector<VkImageSp>& ima… in createImageMemory()
326 std::vector<AllocationSp> memory (images.size()); in createImageMemory()
416 vector<AllocationSp> MultisampleRenderPassTestBase::createBufferMemory (const vector<VkBufferSp>& b… in createBufferMemory()
624 const std::vector<AllocationSp> m_multisampleImageMemory;
628 const std::vector<AllocationSp> m_singlesampleImageMemory;
639 const std::vector<AllocationSp> m_bufferMemory;
1874 const std::vector<AllocationSp> m_multisampleImageMemory;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp65 typedef de::SharedPtr<Allocation> AllocationSp; typedef
201 AllocationSp createImageMemory (VkImageSp image);
203 AllocationSp createBufferMemory (void);
228 AllocationSp m_multisampleImageMemory;
231 AllocationSp m_singlesampleImageMemory;
234 AllocationSp m_bufferMemory;
424 AllocationSp DepthStencilResolveTest::createImageMemory (VkImageSp image) in createImageMemory()
805 AllocationSp DepthStencilResolveTest::createBufferMemory (void) in createBufferMemory()
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp45 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
155 std::vector<AllocationSp> m_inputImageMemory;
159 AllocationSp m_outputImageMemory;
163 AllocationSp m_outputBufferMemory;
DvktRenderPassMultisampleResolveTests.cpp73 typedef de::SharedPtr<Allocation> AllocationSp; typedef
174 vector<AllocationSp> createImageMemory (const vector<VkImageSp>& images) const;
182 vector<AllocationSp> createBufferMemory (const vector<VkBufferSp>& buffers) const;
321 vector<AllocationSp> MultisampleRenderPassTestBase::createImageMemory (const vector<VkImageSp>& ima… in createImageMemory()
326 std::vector<AllocationSp> memory (images.size()); in createImageMemory()
416 vector<AllocationSp> MultisampleRenderPassTestBase::createBufferMemory (const vector<VkBufferSp>& b… in createBufferMemory()
624 const std::vector<AllocationSp> m_multisampleImageMemory;
628 const std::vector<AllocationSp> m_singlesampleImageMemory;
639 const std::vector<AllocationSp> m_bufferMemory;
1874 const std::vector<AllocationSp> m_multisampleImageMemory;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp76 typedef de::SharedPtr<Allocation> AllocationSp; typedef
104 std::vector<AllocationSp> m_imageAllocs;
235 m_imageAllocs.push_back(AllocationSp(imageAlloc.release())); in initImages()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiGranularityTests.cpp76 typedef de::SharedPtr<Allocation> AllocationSp; typedef
104 std::vector<AllocationSp> m_imageAllocs;
235 m_imageAllocs.push_back(AllocationSp(imageAlloc.release())); in initImages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp61 typedef de::MovePtr<Allocation> AllocationSp; typedef
740 vector<AllocationSp> allocations(numBuffers); in iterate()
791 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, memReq, MemoryRequirem… in iterate()
829 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
1477 vector<AllocationSp> allocations(numBuffers); in iterate()
1522 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
1559 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp61 typedef de::MovePtr<Allocation> AllocationSp; typedef
740 vector<AllocationSp> allocations(numBuffers); in iterate()
791 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, memReq, MemoryRequirem… in iterate()
829 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
1477 vector<AllocationSp> allocations(numBuffers); in iterate()
1522 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
1559 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()

1234