HomeSort by relevance Sort by last modified time
    Searched defs:bias_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 283 LLVMValueRef bias_; local
330 bias_ = lp_build_const_vec(gallivm, dst_type, bias);
334 LLVMBuildBitCast(builder, bias_, int_vec_type, ""), "");
338 res = LLVMBuildFSub(builder, res, bias_, "");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 283 LLVMValueRef bias_; local
330 bias_ = lp_build_const_vec(gallivm, dst_type, bias);
334 LLVMBuildBitCast(builder, bias_, int_vec_type, ""), "");
338 res = LLVMBuildFSub(builder, res, bias_, "");
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 241 uint32_t bias_[16]; // rounding bias member in struct:VP8Matrix
  /external/webp/src/enc/
vp8enci.h 241 uint32_t bias_[16]; // rounding bias member in struct:VP8Matrix

Completed in 122 milliseconds