HomeSort by: relevance | last modified time | path
    Searched defs:eventCount (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_cmd_buffer.c 2537 uint32_t eventCount;
2569 info.eventCount = 0;
2610 uint32_t eventCount,
2624 info.eventCount = eventCount;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_cmd_buffer.c 4702 uint32_t eventCount;
4800 for (uint32_t i = 0; i < info->eventCount; i++) {
4828 info.eventCount = 0;
4893 uint32_t eventCount,
4907 info.eventCount = eventCount;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_cmd_buffer.c 4703 uint32_t eventCount;
4723 for (unsigned i = 0; i < info->eventCount; ++i) {
4808 info.eventCount = 0;
4904 uint32_t eventCount,
4918 info.eventCount = eventCount;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_cmd_buffer.c 7664 uint32_t eventCount;
7685 for (unsigned i = 0; i < info->eventCount; ++i) {
7782 info.eventCount = 0;
7885 radv_CmdWaitEvents(VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent *pEvents,
7897 info.eventCount = eventCount;

Completed in 16 milliseconds