HomeSort by relevance Sort by last modified time
    Searched full:count_dwords (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_render.c 445 uint32_t count_dwords, offset_dwords; local
487 count_dwords = count;
493 count_dwords = (count + 1) / 2;
503 OUT_CS(count_dwords);
515 unsigned i, count_dwords = index_size == 4 ? info->count : local
522 PREP_INDEXED, NULL, 2+count_dwords, 0, info->index_bias, -1))
527 BEGIN_CS(2 + count_dwords);
528 OUT_CS_PKT3(R300_PACKET3_3D_DRAW_INDX_2, count_dwords);
570 OUT_CS_TABLE(ptr2, count_dwords);
586 OUT_CS_TABLE(ptr4, count_dwords);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c 445 uint32_t count_dwords, offset_dwords; local
487 count_dwords = count;
493 count_dwords = (count + 1) / 2;
503 OUT_CS(count_dwords);
515 unsigned i, count_dwords = index_size == 4 ? info->count : local
522 PREP_INDEXED, NULL, 2+count_dwords, 0, info->index_bias, -1))
527 BEGIN_CS(2 + count_dwords);
528 OUT_CS_PKT3(R300_PACKET3_3D_DRAW_INDX_2, count_dwords);
570 OUT_CS_TABLE(ptr2, count_dwords);
586 OUT_CS_TABLE(ptr4, count_dwords);
    [all...]

Completed in 80 milliseconds