Searched defs:pindex (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_remove_constants.c37 rc_register_file * pfile, unsigned int * pindex)
42 *pindex = inv_remap_table[*pindex];
36 remap_regs(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
H A Dradeon_emulate_branches.c132 rc_register_file * pfile, unsigned int * pindex)
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex);
139 *pindex = proxy->Index;
249 rc_register_file * pfile, unsigned int * pindex)
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
255 *pindex = data->Temporary;
131 remap_proxy_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
248 remap_output_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_remove_constants.c37 rc_register_file * pfile, unsigned int * pindex)
42 *pindex = inv_remap_table[*pindex];
36 remap_regs(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
H A Dradeon_emulate_branches.c132 rc_register_file * pfile, unsigned int * pindex)
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex);
139 *pindex = proxy->Index;
249 rc_register_file * pfile, unsigned int * pindex)
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
255 *pindex = data->Temporary;
131 remap_proxy_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
248 remap_output_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestwm.c113 int pindex = i * icon->pitch + j; local
115 if ( pixels[pindex] != *pixels )
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp211 int pindex = seq[main_element]; local
212 float lead_x = vect[pindex].x*inv_vect_length[pindex];
213 float lead_y = vect[pindex].y*inv_vect_length[pindex];
H A Dcvhough.cpp234 _index *pindex; local
445 pindex = h_get__index( pos );
446 if( pindex->rho < 0 )
453 line.rho = pindex->rho;
454 line.angle = pindex->theta;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgxvar.c1250 int pindex = localpoints[j]; local
1252 face->cvt[pindex] = (FT_Short)( face->cvt[pindex] +
/external/freetype/src/truetype/
H A Dttgxvar.c1250 int pindex = localpoints[j]; local
1252 face->cvt[pindex] = (FT_Short)( face->cvt[pindex] +
/external/qemu/
H A Dexec.c2284 unsigned int page_index, prot, pindex; local
2310 pindex = (address - host_start) >> TARGET_PAGE_BITS;
2311 if (!(p1[pindex].flags & PAGE_WRITE)) {
2314 p1[pindex].flags |= PAGE_WRITE;

Completed in 334 milliseconds