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

  /src/sys/external/bsd/drm/dist/shared-core/
r600_blit.c 1349 uint32_t sq_vtx_constant_word2; local in function:set_vtx_resource
1353 sq_vtx_constant_word2 = (((gpu_addr >> 32) & 0xff) | (16 << 8));
1360 OUT_RING(sq_vtx_constant_word2);
r600_blit.c 1349 uint32_t sq_vtx_constant_word2; local in function:set_vtx_resource
1353 sq_vtx_constant_word2 = (((gpu_addr >> 32) & 0xff) | (16 << 8));
1360 OUT_RING(sq_vtx_constant_word2);

Completed in 27 milliseconds