Searched refs:fp_temp (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c162 int bit = ffs( ~c->fp_temp );
169 c->fp_temp |= 1<<(bit-1);
176 c->fp_temp &= ~(1 << (temp.Index - FIRST_INTERNAL_TEMP));
H A Dbrw_wm.h217 GLuint fp_temp; member in struct:brw_wm_compile
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c162 int bit = ffs( ~c->fp_temp );
169 c->fp_temp |= 1<<(bit-1);
176 c->fp_temp &= ~(1 << (temp.Index - FIRST_INTERNAL_TEMP));
H A Dbrw_wm.h217 GLuint fp_temp; member in struct:brw_wm_compile
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c2105 IRTemp fp_temp; local
2112 fp_temp = sge->newIRTemp_cb( fp_type, sge->newIRTemp_opaque );
2113 addStmtToIRSB( bbOut, IRStmt_WrTmp( fp_temp, fp_expr ) );
2114 return fp_temp;

Completed in 1360 milliseconds