OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USED_BATCH
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
intel_batchbuffer.h
79
#define
USED_BATCH
(batch) ((uintptr_t)((batch).map_next - (batch).map))
101
-
USED_BATCH
(*batch) * 4;
127
brw->batch.emit =
USED_BATCH
(brw->batch);
137
unsigned int _n =
USED_BATCH
(*batch) - batch->emit;
brw_state_batch.c
91
4 *
USED_BATCH
(brw->batch));
140
offset < 4 *
USED_BATCH
(*batch) + batch->reserved_space) {
intel_batchbuffer.c
104
if (
USED_BATCH
(brw->batch) == 0)
158
USED_BATCH
(*batch));
167
USED_BATCH
(*batch));
330
ret = drm_intel_bo_subdata(batch->bo, 0, 4 *
USED_BATCH
(*batch), batch->map);
356
ret = drm_intel_bo_mrb_exec(batch->bo, 4 *
USED_BATCH
(*batch),
360
4 *
USED_BATCH
(*batch), flags);
387
if (
USED_BATCH
(brw->batch) == 0)
396
int bytes_for_commands = 4 *
USED_BATCH
(brw->batch);
412
if (
USED_BATCH
(brw->batch) & 1) {
brw_urb.c
253
if ((
USED_BATCH
(brw->batch) & 15) > 12) {
254
int pad = 16 - (
USED_BATCH
(brw->batch) & 15);
genX_blorp_exec.c
213
uint32_t saved_used =
USED_BATCH
(brw->batch);
247
assert((
USED_BATCH
(brw->batch) - saved_used) * 4 +
Completed in 124 milliseconds