/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderTestUtil.hpp | 43 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef 102 …bool (*verifyIO)(const std::vector<BufferSp>& inputs, const std::vector<AllocationSp>& outputA…
|
D | vktSpvAsmComputeShaderCase.cpp | 41 typedef vkt::SpirVAssembly::AllocationSp AllocationSp; typedef 296 vector<AllocationSp> inputAllocs; in iterate() 297 vector<AllocationSp> outputAllocs; in iterate()
|
D | vktSpvAsmInstructionTests.cpp | 227 bool compareFUnord (const std::vector<BufferSp>& inputs, const vector<AllocationSp>& outputAllocs, … in compareFUnord() 634 bool compareNoContractCase(const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, … in compareNoContractCase() 743 bool compareFRem(const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std:… in compareFRem() 2489 bool compareOpQuantizeF16ComputeExactCase (const std::vector<BufferSp>&, const vector<AllocationSp>… in compareOpQuantizeF16ComputeExactCase() 2529 bool compareNan (const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std:… in compareNan() 8831 bool compareFloats (const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const s… in compareFloats() 8859 bool passthruVerify (const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const … in passthruVerify()
|
/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() 2225 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/shaderexecutor/ |
D | vktShaderExecutor.cpp | 71 typedef de::SharedPtr<Allocation> AllocationSp; typedef 470 std::vector<AllocationSp> m_vertexBufferAllocs; 635 m_vertexBufferAllocs.push_back(AllocationSp(alloc.release())); in addAttribute() 747 std::vector<AllocationSp> colorImageAllocs; in execute()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1863 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::ssbo::SSBOLayoutCaseInstance 1866 std::vector<AllocationSp> m_uniformAllocs; 1981 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in iterate() 2019 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 65 typedef SharedPtr<UniquePtr<Allocation> > AllocationSp; typedef 87 std::vector<AllocationSp> allocations; //!< actual allocated memory
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 1570 typedef de::SharedPtr<vk::Allocation> AllocationSp; typedef in vkt::ubo::__anon0393f7100111::UniformBlockCaseInstance 1573 std::vector<AllocationSp> m_uniformAllocs; 1951 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in addUniformData()
|