Home
last modified time | relevance | path

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

12

/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.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()
/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()
DvktSpvAsmComputeShaderCase.cpp49 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef
466 vector<AllocationSp> inputAllocs; in iterate()
467 vector<AllocationSp> outputAllocs; in iterate()
DvktSpvAsmEmptyStructTests.cpp40 const std::vector<AllocationSp>& outputAllocs, in verifyResult()
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,
1670 const vector<AllocationSp>& outputAllocations, in verifyResult()
1723 const vector<AllocationSp>& outputAllocations, in verifyDefaultResult()
1732 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.cpp3421 vector<AllocationSp> inResourceMemories; in runAndVerifyDefaultPipeline()
3422 vector<AllocationSp> outResourceMemories; in runAndVerifyDefaultPipeline()
3476 inResourceMemories.push_back(AllocationSp(resourceMemory.release())); in runAndVerifyDefaultPipeline()
3503 inResourceMemories.push_back(AllocationSp(resourceImageMemory.release())); in runAndVerifyDefaultPipeline()
3543 outResourceMemories.push_back(AllocationSp(resourceMemory.release())); in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp622 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::sr::ShaderRenderCaseInstance
641 AllocationSp alloc;
654 AllocationSp alloc;
667 std::vector<AllocationSp> m_vertexBufferAllocs;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp65 typedef de::SharedPtr<Allocation> AllocationSp; typedef
181 AllocationSp createImageMemory (VkImageSp image);
183 AllocationSp createBufferMemory (void);
208 AllocationSp m_multisampleImageMemory;
211 AllocationSp m_singlesampleImageMemory;
214 AllocationSp m_bufferMemory;
403 AllocationSp DepthStencilResolveTest::createImageMemory (VkImageSp image) in createImageMemory()
782 AllocationSp DepthStencilResolveTest::createBufferMemory (void) in createBufferMemory()
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp44 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
154 std::vector<AllocationSp> m_inputImageMemory;
158 AllocationSp m_outputImageMemory;
162 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()
617 const std::vector<AllocationSp> m_multisampleImageMemory;
621 const std::vector<AllocationSp> m_singlesampleImageMemory;
632 const std::vector<AllocationSp> m_bufferMemory;
1737 const std::vector<AllocationSp> m_multisampleImageMemory;
[all …]
DvktRenderPassFragmentDensityMapTests.cpp1091 typedef de::SharedPtr<Allocation> AllocationSp; typedef in vkt::renderpass::__anond45972f70111::FragmentDensityMapTestInstance
1102 std::vector<AllocationSp> m_densityMapImageAllocs;
1500 m_densityMapImageAllocs.push_back(AllocationSp(densityMapImageAlloc.release())); in FragmentDensityMapTestInstance()
/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/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp61 typedef de::MovePtr<Allocation> AllocationSp; typedef
715 vector<AllocationSp> allocations(numBuffers); in iterate()
759 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
794 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
1441 vector<AllocationSp> allocations(numBuffers); in iterate()
1486 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
1520 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp65 typedef de::SharedPtr<Allocation> AllocationSp; typedef
257 vector<AllocationSp> m_bufferAllocs;
419 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init()
709 vector<AllocationSp> m_bufferAllocs;
822 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init()
1057 vector<AllocationSp> m_textureImageAllocs;
1177 …m_textureImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd,… in init()
1908 vector<AllocationSp> m_textureImageAllocs;
1979 …m_textureImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd,… in init()
2696 vector<AllocationSp> m_bufferAllocs;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp134 vector<AllocationSp>* allocations) in allocateStagingBuffers()
156 allocations->push_back(AllocationSp(allocation.release())); in allocateStagingBuffers()
165 vector<AllocationSp>* allocations) in allocateAndWriteStagingBuffers()
179 const vector<AllocationSp>& allocations) in readStagingBuffers()
318 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory()
326 vector<AllocationSp> allocations; in allocateAndBindImageMemory()
338 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in allocateAndBindImageMemory()
360 vector<AllocationSp> stagingMemory; in uploadImage()
541 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.cpp613 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
620 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()

12