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

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Dintel_sanitize_gpu.c254 uint32_t batch_bo = exec->flags & I915_EXEC_BATCH_FIRST ? objects[0].handle :
H A Dintel_dump_gpu.c283 batch_index = (execbuffer2->flags & I915_EXEC_BATCH_FIRST) ? 0 :
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Dintel_sanitize_gpu.c254 uint32_t batch_bo = exec->flags & I915_EXEC_BATCH_FIRST ? objects[0].handle :
H A Dintel_dump_gpu.c322 batch_index = (execbuffer2->flags & I915_EXEC_BATCH_FIRST) ? 0 :
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.c482 I915_EXEC_BATCH_FIRST |
/xsrc/external/mit/libdrm/dist/include/drm/
H A Di915_drm.h678 * as the first execobject as opposed to the last. See I915_EXEC_BATCH_FIRST.
1458 * Setting I915_EXEC_BATCH_FIRST tells execbuf to use element 0 of the
1462 #define I915_EXEC_BATCH_FIRST (1<<18) macro
2294 * N buffer objects or first N if I915_EXEC_BATCH_FIRST is set.
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Di915_drm.h510 * as the first execobject as opposed to the last. See I915_EXEC_BATCH_FIRST.
1069 * Setting I915_EXEC_BATCH_FIRST tells execbuf to use element 0 of the
1073 #define I915_EXEC_BATCH_FIRST (1<<18) macro
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Di915_drm.h615 * as the first execobject as opposed to the last. See I915_EXEC_BATCH_FIRST.
1337 * Setting I915_EXEC_BATCH_FIRST tells execbuf to use element 0 of the
1341 #define I915_EXEC_BATCH_FIRST (1<<18) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.c880 I915_EXEC_BATCH_FIRST |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.c836 I915_EXEC_BATCH_FIRST |
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.c805 flags |= I915_EXEC_BATCH_FIRST | I915_EXEC_HANDLE_LUT;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_batch.c830 flags |= I915_EXEC_BATCH_FIRST | I915_EXEC_HANDLE_LUT;

Completed in 29 milliseconds