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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c109 static struct proxy_info * get_proxy_info(struct state_and_proxies * sap, argument
113 return &sap->Proxies->Temporary[index];
122 struct state_and_proxies * sap = userdata; local in function:scan_write
123 struct proxy_info * proxy = get_proxy_info(sap, file, index);
127 proxy->Index = rc_find_free_temporary(sap->S->C);
134 struct state_and_proxies * sap = userdata; local in function:remap_proxy_function
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex);
152 struct state_and_proxies sap; local in function:allocate_and_insert_proxies
154 sap.S = s;
155 sap
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c109 static struct proxy_info * get_proxy_info(struct state_and_proxies * sap, argument
113 return &sap->Proxies->Temporary[index];
122 struct state_and_proxies * sap = userdata; local in function:scan_write
123 struct proxy_info * proxy = get_proxy_info(sap, file, index);
127 proxy->Index = rc_find_free_temporary(sap->S->C);
134 struct state_and_proxies * sap = userdata; local in function:remap_proxy_function
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex);
152 struct state_and_proxies sap; local in function:allocate_and_insert_proxies
154 sap.S = s;
155 sap
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dtda9850.c59 t->sap = 0;
83 TDA9850(0x06,(t->stereo<<6)|(t->sap<<7)|(t->mute?0x8:0)|(t->sap_mute?0x10:0x0));
93 TDA9850(0x06,(t->stereo<<6)|(t->sap<<7)|(t->mute?0x8:0x0)|(t->sap_mute?0x10:0x0));
103 TDA9850(0x06,(t->stereo<<6)|(t->sap<<7)|(t->mute?0x8:0x0)|(t->sap_mute?0x10:0x0));
H A Dtda9850.h11 int sap; member in struct:__anonc0f588900108

Completed in 18 milliseconds