OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pvp_stage
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_vp.c
31
debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->
pvp_stage
);
45
if ((comm->
pvp_stage
& 0xff) != 0xff) {
56
assert((comm->
pvp_stage
& 0xff) == 0xff);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_vp.c
31
debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->
pvp_stage
);
45
if ((comm->
pvp_stage
& 0xff) != 0xff) {
56
assert((comm->
pvp_stage
& 0xff) == 0xff);
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.h
135
uint32_t
pvp_stage
; // 168 0xeeXX
member in struct:comm
Completed in 68 milliseconds