HomeSort by relevance Sort by last modified time
    Searched refs:AllocationSp (Results 1 - 10 of 10) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.hpp 43 typedef de::SharedPtr<vk::Allocation> AllocationSp;
102 bool (*verifyIO)(const std::vector<BufferSp>& inputs, const std::vector<AllocationSp>& outputAllocations, const std::vector<BufferSp>& expectedOutputs, tcu::TestLog& log);
vktSpvAsmComputeShaderCase.cpp 41 typedef vkt::SpirVAssembly::AllocationSp AllocationSp;
296 vector<AllocationSp> inputAllocs;
297 vector<AllocationSp> outputAllocs;
vktSpvAsmInstructionTests.cpp 227 bool compareFUnord (const std::vector<BufferSp>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<BufferSp>& expectedOutputs, TestLog& log)
634 bool compareNoContractCase(const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std::vector<BufferSp>& expectedOutputs, TestLog&)
743 bool compareFRem(const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std::vector<BufferSp>& expectedOutputs, TestLog&)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 74 typedef de::SharedPtr<Allocation> AllocationSp;
102 std::vector<AllocationSp> m_imageAllocs;
233 m_imageAllocs.push_back(AllocationSp(imageAlloc.release()));
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 608 typedef de::SharedPtr<vk::Allocation> AllocationSp;
627 AllocationSp alloc;
640 AllocationSp alloc;
653 std::vector<AllocationSp> m_vertexBufferAllocs;
vktShaderRender.cpp 809 uniformInfo->alloc = AllocationSp(alloc.release());
876 m_vertexBufferAllocs.push_back(AllocationSp(alloc.release()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 65 typedef SharedPtr<UniquePtr<Allocation> > AllocationSp;
87 std::vector<AllocationSp> allocations; //!< actual allocated memory
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 71 typedef de::SharedPtr<Allocation> AllocationSp;
470 std::vector<AllocationSp> m_vertexBufferAllocs;
635 m_vertexBufferAllocs.push_back(AllocationSp(alloc.release()));
747 std::vector<AllocationSp> colorImageAllocs;
    [all...]

Completed in 829 milliseconds