Home
last modified time | relevance | path

Searched refs:exec_array_size (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c98 batch->exec_array_size = 100; in intel_batchbuffer_init()
100 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); in intel_batchbuffer_init()
102 malloc(batch->exec_array_size * sizeof(batch->validation_list[0])); in intel_batchbuffer_init()
138 if (batch->exec_count == batch->exec_array_size) { in add_exec_bo()
139 batch->exec_array_size *= 2; in add_exec_bo()
142 batch->exec_array_size * sizeof(batch->exec_bos[0])); in add_exec_bo()
145 batch->exec_array_size * sizeof(batch->validation_list[0])); in add_exec_bo()
Dbrw_context.h511 int exec_array_size; member