Searched refs:new_num (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 674 unsigned new_num = 0; in i915_set_constant_buffer() local 694 new_num = ibuf->b.b.width0 / 4 * sizeof(float); in i915_set_constant_buffer() 696 if (old_num == new_num) { in i915_set_constant_buffer() 713 i915->current.num_user_constants[shader] = new_num; in i915_set_constant_buffer()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2005-12-03-IncorrectPHIFold.ll | 18 declare %struct.anon* @new_num(i32, i32) 76 %tmp36 = call %struct.anon* @new_num( i32 1, i32 1 ) ; <%struct.anon*> [#uses=2]
|
/external/opencv/cvaux/src/ |
D | _cvvm.h | 273 int* *new_mr, int* new_num);
|
D | cvlmeds.cpp | 64 int new_num; in icvLMedS() local 130 done = icvBoltingPoints( ml, mr, num, F, Mj, &new_ml, &new_mr, &new_num ); in icvLMedS() 141 error = icvPoints8( new_ml, new_mr, new_num, F ); in icvLMedS() 489 int num, double *F, double Mj, int **new_ml, int **new_mr, int *new_num ) in icvBoltingPoints() argument 534 *new_num = length; in icvBoltingPoints()
|