Searched refs:m_vertexBufferAllocs (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp231 std::vector<Allocation*> m_vertexBufferAllocs; member in class:vkt::pipeline::__anon3863::VertexInputInstance
1052 m_vertexBufferAllocs.push_back(vertexBufferAlloc.release());
1178 for (size_t allocNdx = 0; allocNdx < m_vertexBufferAllocs.size(); allocNdx++)
1179 delete m_vertexBufferAllocs[allocNdx];
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp653 std::vector<AllocationSp> m_vertexBufferAllocs; member in class:vkt::sr::ShaderRenderCaseInstance
H A DvktShaderRender.cpp775 m_vertexBufferAllocs.clear();
876 m_vertexBufferAllocs.push_back(AllocationSp(alloc.release()));
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp470 std::vector<AllocationSp> m_vertexBufferAllocs; member in class:vkt::shaderexecutor::__anon3883::FragmentOutExecutor
635 m_vertexBufferAllocs.push_back(AllocationSp(alloc.release()));
681 m_vertexBufferAllocs.clear();

Completed in 99 milliseconds