Home
last modified time | relevance | path

Searched refs:exec_flags (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dmake1.cpp515 int exec_flags = 0; in make1c() local
570 exec_flags |= EXEC_CMD_QUIET; in make1c()
583 exec_cmd( cmd->buf, exec_flags, make1c_closure, t, cmd->shell ); in make1c()
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1818 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags | (no_reloc ? I915_EXEC_NO_RELOC : 0), in setup_execbuf_for_cmd_buffers()
1841 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags | I915_EXEC_NO_RELOC, in setup_empty_execbuf()
1916 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags | I915_EXEC_NO_RELOC, in anv_queue_execbuf_locked()
2036 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags, in anv_queue_execbuf_locked()
Danv_queue.c476 uint32_t exec_flags, in anv_queue_init() argument
493 queue->exec_flags = exec_flags; in anv_queue_init()
Danv_private.h1050 uint32_t exec_flags; member
1405 uint32_t exec_flags,
Danv_device.c3049 uint32_t exec_flags = device->physical->engine_info ? in anv_CreateDevice() local
3053 exec_flags, queueCreateInfo, j); in anv_CreateDevice()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst2912 - anv: Add exec_flags to anv_queue