HomeSort by: relevance | last modified time | path
    Searched defs:coherent_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_validation.c 41 * @coherent_count: If switching backup buffers, number of new coherent
52 unsigned int coherent_count; member in struct:vmw_validation_bo_node
481 bo_node->coherent_count++;
612 if (entry->coherent_count) {
613 unsigned int coherent_count = entry->coherent_count; local in function:vmw_validation_bo_validate
615 while (coherent_count) {
620 coherent_count--;
622 entry->coherent_count -= coherent_count;
899 unsigned int coherent_count = entry->coherent_count; local in function:vmw_validation_bo_backoff
    [all...]
vmwgfx_validation.c 41 * @coherent_count: If switching backup buffers, number of new coherent
52 unsigned int coherent_count; member in struct:vmw_validation_bo_node
481 bo_node->coherent_count++;
612 if (entry->coherent_count) {
613 unsigned int coherent_count = entry->coherent_count; local in function:vmw_validation_bo_validate
615 while (coherent_count) {
620 coherent_count--;
622 entry->coherent_count -= coherent_count;
899 unsigned int coherent_count = entry->coherent_count; local in function:vmw_validation_bo_backoff
    [all...]

Completed in 22 milliseconds