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

  /src/sys/external/bsd/drm/dist/shared-core/
r300_cmdbuf.c 589 int expected_count; local in function:r300_emit_draw_indx_2
594 expected_count = cmd[1] >> 16;
596 expected_count = (expected_count+1)/2;
598 if (count && count != expected_count) {
600 count, expected_count);
641 if (cmd[3] != expected_count) {
643 cmd[3], expected_count);
r300_cmdbuf.c 589 int expected_count; local in function:r300_emit_draw_indx_2
594 expected_count = cmd[1] >> 16;
596 expected_count = (expected_count+1)/2;
598 if (count && count != expected_count) {
600 count, expected_count);
641 if (cmd[3] != expected_count) {
643 cmd[3], expected_count);

Completed in 25 milliseconds