OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aper_count
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_vtbl.c
424
int
aper_count
;
local
441
aper_count
= 0;
444
aper_array[
aper_count
++] = intel->batch.bo;
446
aper_array[
aper_count
++] = state->draw_region->bo;
448
aper_array[
aper_count
++] = state->depth_region->bo;
454
aper_array[
aper_count
++] = state->tex_buffer[i];
458
if (dri_bufmgr_check_aperture_space(aper_array,
aper_count
)) {
i915_vtbl.c
294
int i, count,
aper_count
;
local
317
aper_count
= 0;
320
aper_array[
aper_count
++] = intel->batch.bo;
323
aper_array[
aper_count
++] = state->draw_region->bo;
325
aper_array[
aper_count
++] = state->depth_region->bo;
332
aper_array[
aper_count
++] = state->tex_buffer[i];
338
if (dri_bufmgr_check_aperture_space(aper_array,
aper_count
)) {
/external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c
424
int
aper_count
;
local
441
aper_count
= 0;
444
aper_array[
aper_count
++] = intel->batch.bo;
446
aper_array[
aper_count
++] = state->draw_region->bo;
448
aper_array[
aper_count
++] = state->depth_region->bo;
454
aper_array[
aper_count
++] = state->tex_buffer[i];
458
if (dri_bufmgr_check_aperture_space(aper_array,
aper_count
)) {
i915_vtbl.c
294
int i, count,
aper_count
;
local
317
aper_count
= 0;
320
aper_array[
aper_count
++] = intel->batch.bo;
323
aper_array[
aper_count
++] = state->draw_region->bo;
325
aper_array[
aper_count
++] = state->depth_region->bo;
332
aper_array[
aper_count
++] = state->tex_buffer[i];
338
if (dri_bufmgr_check_aperture_space(aper_array,
aper_count
)) {
Completed in 47 milliseconds