Searched defs:tmp_f (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_texgen.c71 GLfloat (*tmp_f)[3]; member in struct:texgen_stage_data
311 GLfloat (*f)[3] = store->tmp_f;
314 (build_m_tab[VB->EyePtr->size])( store->tmp_f,
349 GLfloat (*f)[3] = store->tmp_f;
353 build_m_tab[eye->size]( store->tmp_f, store->tmp_m, normal, eye );
355 build_f_tab[eye->size]( (GLfloat *)store->tmp_f, 3, normal, eye );
573 store->tmp_f = (GLfloat (*)[3]) MALLOC(VB->Size * sizeof(GLfloat) * 3);
592 if (store->tmp_f) FREE( store->tmp_f );
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texgen.c71 GLfloat (*tmp_f)[3]; member in struct:texgen_stage_data
311 GLfloat (*f)[3] = store->tmp_f;
314 (build_m_tab[VB->EyePtr->size])( store->tmp_f,
349 GLfloat (*f)[3] = store->tmp_f;
353 build_m_tab[eye->size]( store->tmp_f, store->tmp_m, normal, eye );
355 build_f_tab[eye->size]( (GLfloat *)store->tmp_f, 3, normal, eye );
573 store->tmp_f = (GLfloat (*)[3]) MALLOC(VB->Size * sizeof(GLfloat) * 3);
592 if (store->tmp_f) FREE( store->tmp_f );
/external/clang/test/CodeGen/
H A Dbuiltins-x86.c46 float tmp_f; local

Completed in 317 milliseconds