Searched refs:exec_flags (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | make1.cpp | 515 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/ |
D | anv_batch_chain.c | 1818 .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()
|
D | anv_queue.c | 476 uint32_t exec_flags, in anv_queue_init() argument 493 queue->exec_flags = exec_flags; in anv_queue_init()
|
D | anv_private.h | 1050 uint32_t exec_flags; member 1405 uint32_t exec_flags,
|
D | anv_device.c | 3049 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/ |
D | 21.1.0.rst | 2912 - anv: Add exec_flags to anv_queue
|