Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_queue.c32 uint32_t exec_flags, in anv_queue_init() argument
63 queue->exec_flags = exec_flags; in anv_queue_init()
Danv_batch_chain.c1938 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags | (no_reloc ? I915_EXEC_NO_RELOC : 0), in setup_execbuf_for_cmd_buffers()
1961 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags | I915_EXEC_NO_RELOC, in setup_empty_execbuf()
2009 .flags = I915_EXEC_HANDLE_LUT | I915_EXEC_FENCE_ARRAY | queue->exec_flags | in setup_utrace_execbuf()
2252 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags, in anv_queue_exec_locked()
2462 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags | I915_EXEC_NO_RELOC, in anv_queue_submit_simple_batch()
Danv_private.h1116 uint32_t exec_flags; member
1431 uint32_t exec_flags,
Danv_device.c3236 uint32_t exec_flags = device->physical->engine_info ? in anv_CreateDevice() local
3240 exec_flags, queueCreateInfo, j); in anv_CreateDevice()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c259 batch->exec_flags = I915_EXEC_RENDER; in iris_init_non_engine_contexts()
265 ice->batches[IRIS_BATCH_BLITTER].exec_flags = I915_EXEC_BLT; in iris_init_non_engine_contexts()
329 batch->exec_flags = i; in iris_init_engines_context()
978 .flags = batch->exec_flags | in submit_batch()
Diris_batch.h87 uint32_t exec_flags; member
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2324 - iris/batch: Add exec_flags field
D21.1.0.rst2912 - anv: Add exec_flags to anv_queue