HomeSort by relevance Sort by last modified time
    Searched refs:i2cond (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 237 LLVMValueRef i1cond, i2cond, icond, limiter; local
272 /* i2cond = (looplimiter > 0) */
273 i2cond = LLVMBuildICmp(
279 /* if( i1cond && i2cond ) */
280 icond = LLVMBuildAnd(builder, i1cond, i2cond, "");
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 237 LLVMValueRef i1cond, i2cond, icond, limiter; local
272 /* i2cond = (looplimiter > 0) */
273 i2cond = LLVMBuildICmp(
279 /* if( i1cond && i2cond ) */
280 icond = LLVMBuildAnd(builder, i1cond, i2cond, "");
    [all...]

Completed in 250 milliseconds