Searched refs:intel_batch_emit_dword (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_batchbuffer.h | 86 static inline void intel_batch_emit_dword(intel_screen_private *intel, uint32_t dword) function in typeref:typename:void 125 intel_batch_emit_dword(intel, offset); 127 intel_batch_emit_dword(intel, offset >> 32); 162 #define OUT_BATCH(dword) intel_batch_emit_dword(intel, dword)
|
| H A D | i965_render.c | 1596 intel_batch_emit_dword(intel, 1610 intel_batch_emit_dword(intel, 2581 intel_batch_emit_dword(intel,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_batchbuffer.h | 86 static inline void intel_batch_emit_dword(intel_screen_private *intel, uint32_t dword) function in typeref:typename:void 125 intel_batch_emit_dword(intel, offset); 127 intel_batch_emit_dword(intel, offset >> 32); 162 #define OUT_BATCH(dword) intel_batch_emit_dword(intel, dword)
|
| H A D | i965_render.c | 1596 intel_batch_emit_dword(intel, 1610 intel_batch_emit_dword(intel, 2581 intel_batch_emit_dword(intel,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_batchbuffer.h | 77 intel_batch_emit_dword(I830Ptr pI830, uint32_t dword) function in typeref:typename:void 117 #define OUT_BATCH(dword) intel_batch_emit_dword(pI830, dword)
|
Completed in 9 milliseconds