Home
last modified time | relevance | path

Searched refs:AllocationSp (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp47 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 …]
DvktYCbCrFormatTests.cpp70 typedef de::SharedPtr<Allocation> AllocationSp; typedef
309 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefa… in testFormat()
DvktYCbCrViewTests.cpp66 typedef de::SharedPtr<Allocation> AllocationSp; typedef
494 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView()
DvktYCbCrImageQueryTests.cpp68 typedef de::SharedPtr<Allocation> AllocationSp; typedef
209 const vector<AllocationSp> m_allocations;
DvktYCbCrCopyTests.cpp61 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()
DvktYCbCrConversionTests.cpp87 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/
DvktSpvAsmComputeShaderTestUtil.hpp46 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef
89 const std::vector<AllocationSp>& outputAllocations,
DvktSpvAsmComputeShaderCase.cpp43 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef
352 vector<AllocationSp> inputAllocs; in iterate()
353 vector<AllocationSp> outputAllocs; in iterate()
DvktSpvAsmGraphicsShaderTestUtil.cpp2525 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()
DvktSpvAsm16bitStorageTests.cpp141 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()
DvktSpvAsmInstructionTests.cpp202 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()
DvktSpvAsmGraphicsShaderTestUtil.hpp74 const std::vector<AllocationSp>& outputAllocations,
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp608 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::sr::ShaderRenderCaseInstance
627 AllocationSp alloc;
640 AllocationSp alloc;
653 std::vector<AllocationSp> m_vertexBufferAllocs;
DvktShaderRender.cpp809 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/
DvktApiGranularityTests.cpp74 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/
DvktSSBOLayoutCase.cpp1935 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/
DvktShaderExecutor.cpp71 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/
DvktSparseResourcesBufferTests.cpp67 typedef SharedPtr<UniquePtr<Allocation> > AllocationSp; typedef
89 std::vector<AllocationSp> allocations; //!< actual allocated memory
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp1553 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()