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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp 222 std::vector<Allocation*> m_vertexBufferAllocs;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 525 std::vector<AllocationSp> m_vertexBufferAllocs;
vktShaderRender.cpp 607 m_vertexBufferAllocs.push_back(AllocationSp(alloc.release()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 482 std::vector<AllocationSp> m_vertexBufferAllocs;
644 m_vertexBufferAllocs.push_back(de::SharedPtr<de::UniquePtr<Allocation> >(new de::UniquePtr<Allocation>(alloc)));
690 m_vertexBufferAllocs.clear();
    [all...]

Completed in 63 milliseconds