HomeSort by: relevance | last modified time | path
    Searched refs:vn_sizeof_vkCmdDrawIndirectCount (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_command_buffer.c 1057 cmd_size = vn_sizeof_vkCmdDrawIndirectCount(commandBuffer, buffer, offset,
  /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_command_buffer.h 4532 static inline size_t vn_sizeof_vkCmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride)
6218 size_t cmd_size = vn_sizeof_vkCmdDrawIndirectCount(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride);

Completed in 42 milliseconds