Searched refs:BindVertexBuffer (Results 1 – 4 of 4) sorted by relevance
46 - BindVertexBuffer for non-gen'd buffer name
195 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer,
1629 void VkCommandBufferObj::BindVertexBuffer(VkConstantBufferObj *vertexBuffer, in BindVertexBuffer() function in VkCommandBufferObj
240 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, in BindVertexBuffer() function in VkLayerTest242 m_commandBuffer->BindVertexBuffer(vertexBuffer, offset, binding); in BindVertexBuffer()4841 BindVertexBuffer(&vbo, (VkDeviceSize)0, 1); // VBO idx 1, but no VBO in PSO in TEST_F()