Home
last modified time | relevance | path

Searched defs:hasDynamicVertexStride (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkPipeline.hpp99 …bool hasDynamicVertexStride() const { return state.getVertexInputInterfaceState().hasDynamicVertex… in hasDynamicVertexStride() function in vk::GraphicsPipeline
DVkCommandBuffer.cpp923 bool hasDynamicVertexStride = pipeline->hasDynamicVertexStride(); in draw() local
/external/swiftshader/src/Device/
DContext.hpp227 …inline bool hasDynamicVertexStride() const { return dynamicStateFlags.dynamicVertexInputBindingStr… in hasDynamicVertexStride() function