Searched refs:step_size (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dquilt.cc232 rate[0] = qspec[0].step_size;
233 rate[1] = qspec[1].step_size;
237 if( q->qspec[0].step_size < rate[0] )
238 rate[0] = q->qspec[0].step_size;
239 if( q->qspec[1].step_size < rate[1] )
240 rate[1] = q->qspec[1].step_size;
247 qspec[0].step_size = DEF_PATCH_STEPSIZE *
249 qspec[1].step_size = DEF_PATCH_STEPSIZE *
267 if( patchlist.getStepsize(0)/edge_len_s < qspec[0].step_size )
268 qspec[0].step_size
[all...]
H A Dquilt.h58 REAL step_size; member in struct:Quiltspec
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler.c515 unsigned step_size = glsl_get_explicit_stride(type); local in function:copy_const_initializer
519 data + (i * step_size));

Completed in 5 milliseconds