/external/deqp/external/vulkancts/framework/vulkan/ |
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;
|
D | vkYCbCrImageWithMemory.cpp | 50 m_allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in YCbCrImageWithMemory()
|
D | vkMemUtil.cpp | 42 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/ |
D | vktSpvAsmComputeShaderTestUtil.cpp | 33 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()
|
D | vktSpvAsmUtils.hpp | 144 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef 173 const std::vector<AllocationSp>& outputAllocations,
|
D | vktSpvAsmComputeShaderTestUtil.hpp | 161 …reWithRetvals (const std::vector<Resource>& inputs, const std::vector<AllocationSp>& outputAllocs,… in compareWithRetvals() 397 const std::vector<AllocationSp>& outputAllocs,
|
D | vktSpvAsmWorkgroupMemoryTests.cpp | 56 const vector<AllocationSp>& outputAllocs, in checkResultsFloat16() 85 const vector<AllocationSp>& outputAllocs, in checkResultsFloat32() 121 const vector<AllocationSp>& outputAllocs, in checkResultsFloat64()
|
D | vktSpvAsmComputeShaderCase.cpp | 47 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef 493 vector<AllocationSp> inputAllocs; in iterate() 494 vector<AllocationSp> outputAllocs; in iterate()
|
D | vktSpvAsmEmptyStructTests.cpp | 40 const std::vector<AllocationSp>& outputAllocs, in verifyResult()
|
D | vktSpvAsmImageSamplerTests.cpp | 743 const std::vector<AllocationSp>&, in nopVerifyFunction() argument 1151 const std::vector<AllocationSp>& outputAllocs, in verifyDepthCompareResult()
|
D | vktSpvAsmTypeTests.cpp | 95 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()
|
D | vktSpvAsm16bitStorageTests.cpp | 193 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()
|
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 3435 vector<AllocationSp> inResourceMemories; in runAndVerifyDefaultPipeline() 3436 vector<AllocationSp> outResourceMemories; in runAndVerifyDefaultPipeline() 3490 inResourceMemories.push_back(AllocationSp(resourceMemory.release())); in runAndVerifyDefaultPipeline() 3517 inResourceMemories.push_back(AllocationSp(resourceImageMemory.release())); in runAndVerifyDefaultPipeline() 3557 outResourceMemories.push_back(AllocationSp(resourceMemory.release())); in runAndVerifyDefaultPipeline()
|
D | vktSpvAsmCompositeInsertTests.cpp | 116 bool verifyMatrixOutput (const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAll… in verifyMatrixOutput()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.hpp | 622 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::sr::ShaderRenderCaseInstance 641 AllocationSp alloc; 654 AllocationSp alloc; 667 std::vector<AllocationSp> m_vertexBufferAllocs;
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 65 typedef de::SharedPtr<Allocation> AllocationSp; typedef 180 AllocationSp createImageMemory (VkImageSp image); 182 AllocationSp createBufferMemory (void); 207 AllocationSp m_multisampleImageMemory; 210 AllocationSp m_singlesampleImageMemory; 213 AllocationSp m_bufferMemory; 397 AllocationSp DepthStencilResolveTest::createImageMemory (VkImageSp image) in createImageMemory() 823 AllocationSp DepthStencilResolveTest::createBufferMemory (void) in createBufferMemory()
|
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 44 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef 154 std::vector<AllocationSp> m_inputImageMemory; 158 AllocationSp m_outputImageMemory; 162 AllocationSp m_outputBufferMemory;
|
D | vktRenderPassMultisampleResolveTests.cpp | 73 typedef de::SharedPtr<Allocation> AllocationSp; typedef 154 vector<AllocationSp> createImageMemory (const vector<VkImageSp>& images) const; 158 vector<AllocationSp> createBufferMemory (const vector<VkBufferSp>& buffers) const; 281 vector<AllocationSp> MultisampleRenderPassTestBase::createImageMemory (const vector<VkImageSp>& ima… in createImageMemory() 286 std::vector<AllocationSp> memory (images.size()); in createImageMemory() 359 vector<AllocationSp> MultisampleRenderPassTestBase::createBufferMemory (const vector<VkBufferSp>& b… in createBufferMemory() 569 const std::vector<AllocationSp> m_multisampleImageMemory; 573 const std::vector<AllocationSp> m_singlesampleImageMemory; 584 const std::vector<AllocationSp> m_bufferMemory; 1525 const std::vector<AllocationSp> m_multisampleImageMemory; [all …]
|
D | vktRenderPassFragmentDensityMapTests.cpp | 843 typedef de::SharedPtr<Allocation> AllocationSp; typedef in vkt::renderpass::__anone4c8e6dd0111::FragmentDensityMapTestInstance 854 std::vector<AllocationSp> m_densityMapImageAllocs; 1291 m_densityMapImageAllocs.push_back(AllocationSp(densityMapImageAlloc.release())); in FragmentDensityMapTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
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()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingBufferDeviceAddressTests.cpp | 61 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()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 65 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 …]
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 132 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() 316 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() 324 vector<AllocationSp> allocations; in allocateAndBindImageMemory() 336 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in allocateAndBindImageMemory() 358 vector<AllocationSp> stagingMemory; in uploadImage() 539 vector<AllocationSp> stagingMemory; in downloadImage()
|
D | vktYCbCrUtil.hpp | 54 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
|
D | vktYCbCrFormatTests.cpp | 330 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getD… in testFormat()
|