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/
H A 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;
H A DvkYCbCrImageWithMemory.cpp50 m_allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in YCbCrImageWithMemory()
H A DvkMemUtil.cpp43 typedef de::SharedPtr<Allocation> AllocationSp; typedef
424 vector<AllocationSp>& allocations, in bindImagePlanesMemory()
438 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in bindImagePlanesMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.cpp33 bool verifyOutputWithEpsilon (const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log, const float epsilon) in verifyOutputWithEpsilon()
135 bool verifyOutput (const std::vector<Resource>&, const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log) in verifyOutput()
H A DvktSpvAsmUtils.hpp144 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
173 const std::vector<AllocationSp>& outputAllocations,
H A DvktSpvAsmComputeShaderTestUtil.hpp161 static bool compareWithRetvals (const std::vector<Resource>& inputs, const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log) in compareWithRetvals()
398 const std::vector<AllocationSp>& outputAllocs,
H A DvktSpvAsmComputeShaderCase.cpp49 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef
466 vector<AllocationSp> inputAllocs; in iterate()
467 vector<AllocationSp> outputAllocs; in iterate()
H A 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_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.cpp33 bool verifyOutputWithEpsilon (const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log, const float epsilon) in verifyOutputWithEpsilon()
135 bool verifyOutput (const std::vector<Resource>&, const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log) in verifyOutput()
H A DvktSpvAsmUtils.hpp144 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
173 const std::vector<AllocationSp>& outputAllocations,
H A DvktSpvAsmComputeShaderTestUtil.hpp161 static bool compareWithRetvals (const std::vector<Resource>& inputs, const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log) in compareWithRetvals()
397 const std::vector<AllocationSp>& outputAllocs,
H A DvktSpvAsmComputeShaderCase.cpp49 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef
466 vector<AllocationSp> inputAllocs; in iterate()
467 vector<AllocationSp> outputAllocs; in iterate()
H A 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/
H A DvktYCbCrImageOffsetTests.cpp101 vector<AllocationSp> srcImageMemory; in imageOffsetTest()
117 srcImageMemory.push_back(AllocationSp(context.getDefaultAllocator().allocate(reqs, srcMemoryRequirement).release())); in imageOffsetTest()
H A 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()
348 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory()
356 vector<AllocationSp> allocations; in allocateAndBindImageMemory()
368 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in allocateAndBindImageMemory()
390 vector<AllocationSp> stagingMemory; in uploadImage()
572 vector<AllocationSp> stagingMemory; in downloadImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp101 vector<AllocationSp> srcImageMemory; in imageOffsetTest()
117 srcImageMemory.push_back(AllocationSp(context.getDefaultAllocator().allocate(reqs, srcMemoryRequirement).release())); in imageOffsetTest()
H A 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()
348 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory()
356 vector<AllocationSp> allocations; in allocateAndBindImageMemory()
368 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in allocateAndBindImageMemory()
390 vector<AllocationSp> stagingMemory; in uploadImage()
571 vector<AllocationSp> stagingMemory; in downloadImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp621 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::sr::ShaderRenderCaseInstance
640 AllocationSp alloc;
653 AllocationSp alloc;
666 std::vector<AllocationSp> m_vertexBufferAllocs;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A 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/api/
H A 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/renderpass/
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp45 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
154 std::vector<AllocationSp> m_inputImageMemory;
158 AllocationSp m_outputImageMemory;
162 AllocationSp m_outputBufferMemory;
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp45 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
155 std::vector<AllocationSp> m_inputImageMemory;
159 AllocationSp m_outputImageMemory;
163 AllocationSp m_outputBufferMemory;
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp84 typedef de::SharedPtr<Allocation> AllocationSp; typedef
109 std::vector<AllocationSp> m_imageAllocs;
224 m_imageAllocs.push_back(AllocationSp(imageAlloc.release())); in initImages()

Completed in 32 milliseconds

1234