Searched refs:on_hardware (Results 1 - 4 of 4) sorted by relevance

/external/libdrm/intel/
H A Dintel_bufmgr_fake.c100 unsigned on_hardware:1; member in struct:block
131 struct block on_hardware; member in struct:_bufmgr_fake
465 block->on_hardware, block->fenced);
481 if (block->on_hardware) {
640 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->on_hardware) {
645 block->on_hardware = 0;
654 assert(DRMLISTEMPTY(&bufmgr_fake->on_hardware));
697 if (!DRMLISTEMPTY(&bufmgr_fake->on_hardware)) {
792 assert(DRMLISTEMPTY(&bufmgr_fake->on_hardware));
1146 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->on_hardware) {
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_context.h145 bool on_hardware; member in struct:i915_fragment_program
H A Di915_fragprog.c1206 p->on_hardware = 0; /* overkill */
1221 i915->current_program->on_hardware = 0;
1227 assert(p->on_hardware == 0);
1323 i915->current_program->on_hardware = 0;
1449 if (!p->on_hardware)
H A Di915_program.c466 p->on_hardware = 0;
587 p->on_hardware = 1;

Completed in 119 milliseconds