Home
last modified time | relevance | path

Searched refs:cmdbuf_count (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_kgsl.c368 uint32_t cmdbuf_count = submit->commandBufferInfoCount; in tu_QueueSubmit2() local
369 for (uint32_t j = 0; j < cmdbuf_count; ++j) { in tu_QueueSubmit2()
375 tu_insert_dynamic_cmdbufs(queue->device, &cmd_buffers, &cmdbuf_count); in tu_QueueSubmit2()
379 sizeof(*cmd_buffers) * cmdbuf_count, 8, in tu_QueueSubmit2()
382 sizeof(*cmd_buffers) * cmdbuf_count); in tu_QueueSubmit2()
385 submit_cmd_buffer_count[i] = cmdbuf_count; in tu_QueueSubmit2()
388 for (uint32_t j = 0; j < cmdbuf_count; ++j) { in tu_QueueSubmit2()
394 if (tu_autotune_submit_requires_fence(cmd_buffers, cmdbuf_count)) in tu_QueueSubmit2()
416 uint32_t cmdbuf_count = submit_cmd_buffer_count[i]; in tu_QueueSubmit2() local
417 for (uint32_t j = 0; j < cmdbuf_count; in tu_QueueSubmit2()
[all...]

Completed in 2 milliseconds