/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkYCbCrImageWithMemory.hpp | 38 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 D | vkYCbCrImageWithMemory.cpp | 50 m_allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in YCbCrImageWithMemory()
|
H A D | vkMemUtil.cpp | 43 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 D | vktSpvAsmComputeShaderTestUtil.cpp | 33 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 D | vktSpvAsmUtils.hpp | 144 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef 173 const std::vector<AllocationSp>& outputAllocations,
|
H A D | vktSpvAsmComputeShaderTestUtil.hpp | 161 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 D | vktSpvAsmComputeShaderCase.cpp | 49 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef 466 vector<AllocationSp> inputAllocs; in iterate() 467 vector<AllocationSp> outputAllocs; in iterate()
|
H A D | vktSpvAsmWorkgroupMemoryTests.cpp | 56 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 D | vktSpvAsmComputeShaderTestUtil.cpp | 33 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 D | vktSpvAsmUtils.hpp | 144 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef 173 const std::vector<AllocationSp>& outputAllocations,
|
H A D | vktSpvAsmComputeShaderTestUtil.hpp | 161 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 D | vktSpvAsmComputeShaderCase.cpp | 49 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef 466 vector<AllocationSp> inputAllocs; in iterate() 467 vector<AllocationSp> outputAllocs; in iterate()
|
H A D | vktSpvAsmWorkgroupMemoryTests.cpp | 56 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 D | vktYCbCrImageOffsetTests.cpp | 101 vector<AllocationSp> srcImageMemory; in imageOffsetTest() 117 srcImageMemory.push_back(AllocationSp(context.getDefaultAllocator().allocate(reqs, srcMemoryRequirement).release())); in imageOffsetTest()
|
H A D | vktYCbCrUtil.cpp | 134 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 D | vktYCbCrImageOffsetTests.cpp | 101 vector<AllocationSp> srcImageMemory; in imageOffsetTest() 117 srcImageMemory.push_back(AllocationSp(context.getDefaultAllocator().allocate(reqs, srcMemoryRequirement).release())); in imageOffsetTest()
|
H A D | vktYCbCrUtil.cpp | 134 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 D | vktShaderRender.hpp | 621 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 D | vktShaderRender.hpp | 623 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 D | vktApiGranularityTests.cpp | 76 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 D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 45 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef 154 std::vector<AllocationSp> m_inputImageMemory; 158 AllocationSp m_outputImageMemory; 162 AllocationSp m_outputBufferMemory;
|
H A D | vktRenderPassDepthStencilResolveTests.cpp | 65 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 D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 45 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef 155 std::vector<AllocationSp> m_inputImageMemory; 159 AllocationSp m_outputImageMemory; 163 AllocationSp m_outputBufferMemory;
|
H A D | vktRenderPassDepthStencilResolveTests.cpp | 65 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 D | vktApiGranularityTests.cpp | 84 typedef de::SharedPtr<Allocation> AllocationSp; typedef 109 std::vector<AllocationSp> m_imageAllocs; 224 m_imageAllocs.push_back(AllocationSp(imageAlloc.release())); in initImages()
|