OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:draw_header
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_exa_render.c
2181
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
= info->cs->packets + info->cs->cdw
[
all
...]
radeon.h
695
uint32_t *
draw_header
;
member in struct:radeon_accel_state
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_exa_render.c
2102
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
= info->cs->packets + info->cs->cdw
[
all
...]
radeon.h
436
uint32_t *
draw_header
;
member in struct:radeon_accel_state
Completed in 9 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026