/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 47 typedef de::SharedPtr<Allocation> AllocationSp; typedef 130 vector<AllocationSp>* allocations) in allocateStagingBuffers() 152 allocations->push_back(AllocationSp(allocation.release())); in allocateStagingBuffers() 161 vector<AllocationSp>* allocations) in allocateAndWriteStagingBuffers() 175 const vector<AllocationSp>& allocations) in readStagingBuffers() 264 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() 272 vector<AllocationSp> allocations; in allocateAndBindImageMemory() 283 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in allocateAndBindImageMemory() 292 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in allocateAndBindImageMemory() 313 vector<AllocationSp> stagingMemory; in uploadImage() [all …]
|
D | vktYCbCrFormatTests.cpp | 70 typedef de::SharedPtr<Allocation> AllocationSp; typedef 309 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefa… in testFormat()
|
D | vktYCbCrViewTests.cpp | 66 typedef de::SharedPtr<Allocation> AllocationSp; typedef 494 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView()
|
D | vktYCbCrImageQueryTests.cpp | 68 typedef de::SharedPtr<Allocation> AllocationSp; typedef 209 const vector<AllocationSp> m_allocations;
|
D | vktYCbCrCopyTests.cpp | 61 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef 776 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest() 783 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
|
D | vktYCbCrConversionTests.cpp | 87 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef 1817 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.ge… in evalShader()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderTestUtil.hpp | 46 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef 89 const std::vector<AllocationSp>& outputAllocations,
|
D | vktSpvAsmComputeShaderCase.cpp | 43 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef 352 vector<AllocationSp> inputAllocs; in iterate() 353 vector<AllocationSp> outputAllocs; in iterate()
|
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2525 vector<AllocationSp> inResourceMemories ; in runAndVerifyDefaultPipeline() 2526 vector<AllocationSp> outResourceMemories ; in runAndVerifyDefaultPipeline() 2565 inResourceMemories.push_back(AllocationSp(resourceMemory.release())); in runAndVerifyDefaultPipeline() 2611 outResourceMemories.push_back(AllocationSp(resourceMemory.release())); in runAndVerifyDefaultPipeline()
|
D | vktSpvAsm16bitStorageTests.cpp | 141 const vector<AllocationSp>& outputAllocs, in graphicsCheck16BitFloats() 164 const vector<AllocationSp>& outputAllocs, in computeCheck16BitFloats() 191 const std::vector<AllocationSp>& outputAllocs, in check32BitFloats() 214 const std::vector<AllocationSp>& outputAllocs, in check32BitFloats()
|
D | vktSpvAsmInstructionTests.cpp | 202 bool compareFUnord (const std::vector<BufferSp>& inputs, const vector<AllocationSp>& outputAllocs, … in compareFUnord() 627 bool compareNoContractCase(const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, … in compareNoContractCase() 736 bool compareFRem(const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std:… in compareFRem() 2482 bool compareOpQuantizeF16ComputeExactCase (const std::vector<BufferSp>&, const vector<AllocationSp>… in compareOpQuantizeF16ComputeExactCase() 2522 bool compareNan (const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std:… in compareNan() 6600 bool compareFloats (const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const s… in compareFloats() 6628 bool passthruVerify (const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const … in passthruVerify()
|
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 74 const std::vector<AllocationSp>& outputAllocations,
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.hpp | 608 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::sr::ShaderRenderCaseInstance 627 AllocationSp alloc; 640 AllocationSp alloc; 653 std::vector<AllocationSp> m_vertexBufferAllocs;
|
D | vktShaderRender.cpp | 809 uniformInfo->alloc = AllocationSp(alloc.release()); in setupUniformData() 876 m_vertexBufferAllocs.push_back(AllocationSp(alloc.release())); in addAttribute() 2166 uniform->alloc = AllocationSp(allocation.release()); in createSamplerUniform()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 74 typedef de::SharedPtr<Allocation> AllocationSp; typedef 102 std::vector<AllocationSp> m_imageAllocs; 233 m_imageAllocs.push_back(AllocationSp(imageAlloc.release())); in initImages()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1935 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::ssbo::SSBOLayoutCaseInstance 1938 std::vector<AllocationSp> m_uniformAllocs; 2053 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in iterate() 2091 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 71 typedef de::SharedPtr<Allocation> AllocationSp; typedef 472 std::vector<AllocationSp> m_vertexBufferAllocs; 637 m_vertexBufferAllocs.push_back(AllocationSp(alloc.release())); in addAttribute() 749 std::vector<AllocationSp> colorImageAllocs; in execute()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 67 typedef SharedPtr<UniquePtr<Allocation> > AllocationSp; typedef 89 std::vector<AllocationSp> allocations; //!< actual allocated memory
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 1553 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::ubo::__anonb655c1af0111::UniformBlockCaseInstance 1556 std::vector<AllocationSp> m_uniformAllocs; 1928 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in addUniformData()
|