Searched refs:v_val (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | slicer.cc | 580 int n_vlines, REAL* v_val, 589 v_val[n_vlines-1], v_val[0], n_vlines-1); 603 trimVert.param[1] = v_val[i+1]; 606 trimVert.param[1] = v_val[i]; 835 REAL* v_val=(REAL*)malloc(sizeof(REAL) * n_vlines); local in function:triangulateRectGen 836 assert(v_val); 848 v_val[i] = temp; 852 triangulateRectTopGen(top, n_ulines, u_val, v_val[n_vlines-1], 1,1, backend); 853 triangulateRectTopGen(bot, n_ulines, u_val, v_val[ 579 triangulateRectCenter(int n_ulines,REAL * u_val,int n_vlines,REAL * v_val,Backend & backend) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 2309 LLVMValueRef v_val = LLVMBuildLoad(builder, v_limiter, ""); local in function:lp_build_sample_aniso 2312 v_val, 2318 LLVMValueRef V = lp_build_sub(coord_bld, lp_build_int_to_float(coord_bld, v_val), tex_v); 2395 new_coords[1] = lp_build_div(coord_bld, lp_build_int_to_float(coord_bld, v_val), height_dim); 2450 v_val = LLVMBuildLoad(builder, v_limiter, ""); 2451 v_val = lp_build_add(&bld->int_coord_bld, v_val, bld->int_coord_bld.one); 2452 LLVMBuildStore(builder, v_val, v_limiter); 2456 v_val,
|
Completed in 9 milliseconds