Searched refs:getIndexBuffers (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 177 void GraphicsPipeline::getIndexBuffers(uint32_t count, uint32_t first, bool indexed, std::vector<st… in getIndexBuffers() function in vk::GraphicsPipeline 179 …indexBuffer.getIndexBuffers(state.getTopology(), count, first, indexed, state.hasPrimitiveRestartE… in getIndexBuffers()
|
D | VkPipeline.hpp | 100 …void getIndexBuffers(uint32_t count, uint32_t first, bool indexed, std::vector<std::pair<uint32_t,…
|
D | VkCommandBuffer.cpp | 490 pipeline->getIndexBuffers(count, first, indexed, &indexBuffers); in draw()
|
/external/swiftshader/src/Device/ |
D | Context.hpp | 43 …void getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, bool indexed, b…
|
D | Context.cpp | 107 void IndexBuffer::getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, boo… in getIndexBuffers() function in vk::IndexBuffer
|