OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batch_emitting
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_batchbuffer.h
138
if (pI830->
batch_emitting
!= 0) \
142
pI830->
batch_emitting
= (n) * 4; \
147
if (pI830->
batch_emitting
== 0) \
150
if (pI830->batch_used > pI830->batch_emit_start + pI830->
batch_emitting
) \
154
pI830->
batch_emitting
); \
155
if (pI830->batch_used < pI830->batch_emit_start + pI830->
batch_emitting
) \
159
pI830->
batch_emitting
); \
160
if ((pI830->
batch_emitting
> 8) && (I810_DEBUG & DEBUG_ALWAYS_SYNC)) { \
164
pI830->
batch_emitting
= 0; \
i830_batchbuffer.c
134
pI830->
batch_emitting
= 0;
i830.h
382
uint32_t
batch_emitting
;
member in struct:_I830Rec
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_batchbuffer.h
189
if (intel->
batch_emitting
!= 0) \
199
intel->
batch_emitting
= (n); \
224
if (intel->
batch_emitting
== 0) \
228
intel->batch_emit_start + intel->
batch_emitting
) \
232
intel->
batch_emitting
); \
234
intel->
batch_emitting
) \
238
intel->
batch_emitting
); \
239
intel->
batch_emitting
= 0; \
intel_batchbuffer.c
105
intel->
batch_emitting
= 0;
intel.h
135
uint32_t
batch_emitting
;
member in struct:intel_screen_private
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_batchbuffer.h
189
if (intel->
batch_emitting
!= 0) \
199
intel->
batch_emitting
= (n); \
207
if (intel->
batch_emitting
== 0) \
211
intel->batch_emit_start + intel->
batch_emitting
) \
215
intel->
batch_emitting
); \
217
intel->
batch_emitting
) \
221
intel->
batch_emitting
); \
222
intel->
batch_emitting
= 0; \
intel_batchbuffer.c
105
intel->
batch_emitting
= 0;
intel.h
136
uint32_t
batch_emitting
;
member in struct:intel_screen_private
Completed in 8 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026