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

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c1818 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags | (no_reloc ? I915_EXEC_NO_RELOC : 0),
1841 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags | I915_EXEC_NO_RELOC,
1916 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags | I915_EXEC_NO_RELOC,
2036 .flags = I915_EXEC_HANDLE_LUT | queue->exec_flags,
H A Danv_queue.c476 uint32_t exec_flags,
493 queue->exec_flags = exec_flags;
475 anv_queue_init(struct anv_device * device,struct anv_queue * queue,uint32_t exec_flags,const VkDeviceQueueCreateInfo * pCreateInfo,uint32_t index_in_family) argument
H A Danv_device.c3046 * engine-based contexts, the bottom 6 bits of exec_flags are used
3049 uint32_t exec_flags = device->physical->engine_info ? local in function:anv_CreateDevice
3053 exec_flags, queueCreateInfo, j);
H A Danv_private.h1050 uint32_t exec_flags; member in struct:anv_queue
1405 uint32_t exec_flags,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst2912 - anv: Add exec_flags to anv_queue
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json25546 "description": "iris/batch: Add exec_flags field",
[all...]

Completed in 190 milliseconds