/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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 | 49 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef 466 vector<AllocationSp> inputAllocs; in iterate() 467 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, 1670 const vector<AllocationSp>& outputAllocations, in verifyResult() 1723 const vector<AllocationSp>& outputAllocations, in verifyDefaultResult() 1732 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 | 3421 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/ |
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;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 65 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()
|
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 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 …]
|
D | vktRenderPassFragmentDensityMapTests.cpp | 1091 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/ |
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/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()
|
/third_party/vk-gl-cts/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 …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
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() 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()
|
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()
|
D | vktYCbCrCopyTests.cpp | 613 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest() 620 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
|