Home
last modified time | relevance | path

Searched refs:I915_EXEC_BATCH_FIRST (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c254 uint32_t batch_bo = exec->flags & I915_EXEC_BATCH_FIRST ? objects[0].handle : in exec_and_check_padding()
Dintel_dump_gpu.c322 batch_index = (execbuffer2->flags & I915_EXEC_BATCH_FIRST) ? 0 : in dump_execbuffer2()
/third_party/libdrm/include/drm/
Di915_drm.h1103 #define I915_EXEC_BATCH_FIRST (1<<18) macro
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c828 I915_EXEC_BATCH_FIRST | in submit_batch()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h1341 #define I915_EXEC_BATCH_FIRST (1<<18) macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c871 I915_EXEC_BATCH_FIRST | in submit_batch()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c830 flags |= I915_EXEC_BATCH_FIRST | I915_EXEC_HANDLE_LUT; in submit_batch()