Home
last modified time | relevance | path

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

12

/external/deqp/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.cpp42 typedef de::SharedPtr<Allocation> AllocationSp; typedef
376 vector<AllocationSp>& allocations, in bindImagePlanesMemory()
390 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in bindImagePlanesMemory()
/external/deqp/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
168 const std::vector<AllocationSp>& outputAllocations,
DvktSpvAsmComputeShaderTestUtil.hpp161 …reWithRetvals (const std::vector<Resource>& inputs, const std::vector<AllocationSp>& outputAllocs,… in compareWithRetvals()
399 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()
DvktSpvAsmComputeShaderCase.cpp47 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef
414 vector<AllocationSp> inputAllocs; in iterate()
415 vector<AllocationSp> outputAllocs; in iterate()
DvktSpvAsmImageSamplerTests.cpp743 const std::vector<AllocationSp>&, in nopVerifyFunction() argument
1151 const std::vector<AllocationSp>& outputAllocs, in verifyDepthCompareResult()
DvktSpvAsmTypeTests.cpp95 const vector<AllocationSp>& outputAllocations, in verifyComputeSwitchResult()
856 const vector<AllocationSp>& outputAllocations,
861 const vector<AllocationSp>& outputAllocations,
865 const vector<AllocationSp>& outputAllocations,
1666 const vector<AllocationSp>& outputAllocations, in verifyResult()
1719 const vector<AllocationSp>& outputAllocations, in verifyDefaultResult()
1728 const vector<AllocationSp>& outputAllocations, in verifyVec3Result()
DvktSpvAsm16bitStorageTests.cpp193 const vector<AllocationSp>& outputAllocs, in graphicsCheck16BitFloats()
220 const vector<AllocationSp>& outputAllocs, in graphicsCheck16BitFloats64()
245 const vector<AllocationSp>& outputAllocs, in computeCheckBuffersFloats()
271 const vector<AllocationSp>& outputAllocs, in computeCheck16BitFloats()
298 const vector<AllocationSp>& outputAllocs, in computeCheck16BitFloats64()
327 const std::vector<AllocationSp>& outputAllocs, in check64BitFloats()
356 const std::vector<AllocationSp>& outputAllocs, in check32BitFloats()
900 const vector<AllocationSp>& outputAllocs, in computeCheckStruct()
920 const vector<AllocationSp>& outputAllocs, in graphicsCheckStruct()
DvktSpvAsmGraphicsShaderTestUtil.cpp3435 vector<AllocationSp> inResourceMemories; in runAndVerifyDefaultPipeline()
3436 vector<AllocationSp> outResourceMemories; in runAndVerifyDefaultPipeline()
3499 inResourceMemories.push_back(AllocationSp(resourceMemory.release())); in runAndVerifyDefaultPipeline()
3535 inResourceMemories.push_back(AllocationSp(resourceImageMemory.release())); in runAndVerifyDefaultPipeline()
3584 outResourceMemories.push_back(AllocationSp(resourceMemory.release())); in runAndVerifyDefaultPipeline()
DvktSpvAsmCompositeInsertTests.cpp106 bool verifyMatrixOutput (const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAll… in verifyMatrixOutput()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp63 typedef de::SharedPtr<Allocation> AllocationSp; typedef
146 AllocationSp createImageMemory (VkImageSp image);
148 AllocationSp createBufferMemory (void);
172 AllocationSp m_multisampleImageMemory;
175 AllocationSp m_singlesampleImageMemory;
178 AllocationSp m_bufferMemory;
351 AllocationSp DepthStencilResolveTest::createImageMemory (VkImageSp image) in createImageMemory()
746 AllocationSp DepthStencilResolveTest::createBufferMemory (void) in createBufferMemory()
DvktRenderPassMultisampleResolveTests.cpp73 typedef de::SharedPtr<Allocation> AllocationSp; typedef
153 vector<AllocationSp> createImageMemory (const vector<VkImageSp>& images) const;
157 vector<AllocationSp> createBufferMemory (const vector<VkBufferSp>& buffers) const;
278 vector<AllocationSp> MultisampleRenderPassTestBase::createImageMemory (const vector<VkImageSp>& ima… in createImageMemory()
283 std::vector<AllocationSp> memory (images.size()); in createImageMemory()
356 vector<AllocationSp> MultisampleRenderPassTestBase::createBufferMemory (const vector<VkBufferSp>& b… in createBufferMemory()
565 const std::vector<AllocationSp> m_multisampleImageMemory;
569 const std::vector<AllocationSp> m_singlesampleImageMemory;
579 const std::vector<AllocationSp> m_bufferMemory;
1471 const std::vector<AllocationSp> m_multisampleImageMemory;
[all …]
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp44 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
154 std::vector<AllocationSp> m_inputImageMemory;
158 AllocationSp m_outputImageMemory;
162 AllocationSp m_outputBufferMemory;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp610 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::sr::ShaderRenderCaseInstance
629 AllocationSp alloc;
642 AllocationSp alloc;
655 std::vector<AllocationSp> m_vertexBufferAllocs;
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp65 typedef de::SharedPtr<Allocation> AllocationSp; typedef
248 vector<AllocationSp> m_bufferAllocs;
410 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init()
699 vector<AllocationSp> m_bufferAllocs;
811 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init()
1043 vector<AllocationSp> m_textureImageAllocs;
1163 …m_textureImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd,… in init()
1892 vector<AllocationSp> m_textureImageAllocs;
1961 …m_textureImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd,… in init()
2655 vector<AllocationSp> m_bufferAllocs;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp132 vector<AllocationSp>* allocations) in allocateStagingBuffers()
154 allocations->push_back(AllocationSp(allocation.release())); in allocateStagingBuffers()
163 vector<AllocationSp>* allocations) in allocateAndWriteStagingBuffers()
177 const vector<AllocationSp>& allocations) in readStagingBuffers()
274 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory()
282 vector<AllocationSp> allocations; in allocateAndBindImageMemory()
294 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in allocateAndBindImageMemory()
316 vector<AllocationSp> stagingMemory; in uploadImage()
496 vector<AllocationSp> stagingMemory; in downloadImage()
DvktYCbCrUtil.hpp54 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
DvktYCbCrFormatTests.cpp330 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getD… in testFormat()
DvktYCbCrCopyTests.cpp607 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
614 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
DvktYCbCrViewTests.cpp399 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp60 typedef de::MovePtr<Allocation> AllocationSp; typedef
714 vector<AllocationSp> allocations(numBuffers); in iterate()
757 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
791 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()

12