HomeSort by relevance Sort by last modified time
    Searched defs:cmd_info (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 80 } cmd_info; typedef in typeref:struct:__anon34729
109 cmd_info *cmd; // Outstanding commands
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 426 VkCommandBufferAllocateInfo cmd_info = {}; local
427 cmd_info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO;
428 cmd_info.commandBufferCount = static_cast<uint32_t>(frame_data_.size());
441 cmd_info.commandPool = cmd_pool;
442 cmd_info.level = (cmd_pool == cmd_pools.back()) ?
445 vk::assert_success(vk::AllocateCommandBuffers(dev_, &cmd_info, cmds.data()));
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 154 } cmd_info; typedef in typeref:struct:__anon29277
180 cmd_info *cmd; // Outstanding commands

Completed in 140 milliseconds