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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c2181 if (info->accel_state->draw_header) {
2183 info->accel_state->draw_header[0] = CP_PACKET3(RADEON_CP_PACKET3_3D_DRAW_IMMD,
2186 info->accel_state->draw_header[2] = (RADEON_CP_VC_CNTL_PRIM_TYPE_RECT_LIST |
2192 info->accel_state->draw_header[0] = CP_PACKET3(R200_CP_PACKET3_3D_DRAW_IMMD_2,
2195 info->accel_state->draw_header[1] = (RADEON_CP_VC_CNTL_PRIM_TYPE_QUAD_LIST |
2199 info->accel_state->draw_header[0] = CP_PACKET3(R200_CP_PACKET3_3D_DRAW_IMMD_2,
2202 info->accel_state->draw_header[1] = (RADEON_CP_VC_CNTL_PRIM_TYPE_RECT_LIST |
2206 info->accel_state->draw_header = NULL;
2376 if (!info->accel_state->draw_header) {
2381 info->accel_state->draw_header
[all...]
H A Dradeon.h695 uint32_t *draw_header; member in struct:radeon_accel_state
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c2102 if (info->accel_state->draw_header) {
2104 info->accel_state->draw_header[0] = CP_PACKET3(RADEON_CP_PACKET3_3D_DRAW_IMMD,
2107 info->accel_state->draw_header[2] = (RADEON_CP_VC_CNTL_PRIM_TYPE_RECT_LIST |
2113 info->accel_state->draw_header[0] = CP_PACKET3(R200_CP_PACKET3_3D_DRAW_IMMD_2,
2116 info->accel_state->draw_header[1] = (RADEON_CP_VC_CNTL_PRIM_TYPE_QUAD_LIST |
2120 info->accel_state->draw_header[0] = CP_PACKET3(R200_CP_PACKET3_3D_DRAW_IMMD_2,
2123 info->accel_state->draw_header[1] = (RADEON_CP_VC_CNTL_PRIM_TYPE_RECT_LIST |
2127 info->accel_state->draw_header = NULL;
2262 if (!info->accel_state->draw_header) {
2265 info->accel_state->draw_header
[all...]
H A Dradeon.h436 uint32_t *draw_header; member in struct:radeon_accel_state

Completed in 16 milliseconds