Searched refs:tmp_f (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_texgen.c | 69 GLfloat (*tmp_f)[3]; member 309 GLfloat (*f)[3] = store->tmp_f; in texgen_sphere_map() 312 (build_m_tab[VB->EyePtr->size])( store->tmp_f, in texgen_sphere_map() 347 GLfloat (*f)[3] = store->tmp_f; in texgen() 351 build_m_tab[eye->size]( store->tmp_f, store->tmp_m, normal, eye ); in texgen() 353 build_f_tab[eye->size]( (GLfloat *)store->tmp_f, 3, normal, eye ); in texgen() 571 store->tmp_f = malloc(VB->Size * sizeof(GLfloat) * 3); in alloc_texgen_data() 590 free( store->tmp_f ); in free_texgen_data()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | ilo_shader_fs.c | 138 struct toy_dst tmp_f, tmp; in fetch_face() local 143 tmp_f = tc_alloc_tmp(tc); in fetch_face() 144 tmp = tdst_d(tmp_f); in fetch_face() 147 tc_MOV(tc, tmp_f, tsrc_from(tmp)); in fetch_face() 150 tc_MUL(tc, tmp_f, tsrc_from(tmp_f), tsrc_imm_f(-2.0f)); in fetch_face() 151 tc_ADD(tc, real_dst[0], tsrc_from(tmp_f), tsrc_imm_f(1.0f)); in fetch_face()
|
/external/clang/test/CodeGen/ |
D | builtins-x86.c | 46 float tmp_f; in f0() local
|