Home
last modified time | relevance | path

Searched refs:getIndexBuffers (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkPipeline.cpp177 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()
DVkPipeline.hpp100 …void getIndexBuffers(uint32_t count, uint32_t first, bool indexed, std::vector<std::pair<uint32_t,…
DVkCommandBuffer.cpp490 pipeline->getIndexBuffers(count, first, indexed, &indexBuffers); in draw()
/external/swiftshader/src/Device/
DContext.hpp43 …void getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, bool indexed, b…
DContext.cpp107 void IndexBuffer::getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, boo… in getIndexBuffers() function in vk::IndexBuffer