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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 85 struct lp_type f32_type = lp_type_float_vec(32, 32 * i32_type.length); local
87 LLVMValueRef zero = lp_build_const_vec(gallivm, f32_type, 0.0f);
92 lp_build_context_init(&f32_bld, gallivm, f32_type);
282 struct lp_type f32_type,
293 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length);
296 lp_build_context_init(&f32_bld, gallivm, f32_type);
347 wasinfnan = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GEQUAL, srcabs, smallexpmask);
411 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length); local
413 dst[0] = lp_build_smallfloat_to_float(gallivm, f32_type, src, 6, 5, 0, false);
414 dst[1] = lp_build_smallfloat_to_float(gallivm, f32_type, src, 6, 5, 11, false)
471 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length); local
    [all...]
lp_bld_format_srgb.c 99 struct lp_type f32_type = lp_type_float_vec(32, src_type.length * 32); local
112 lp_build_context_init(&f32_bld, gallivm, f32_type);
132 LLVMValueRef rescale_const = lp_build_const_vec(gallivm, f32_type,
136 lin_const = lp_build_const_vec(gallivm, f32_type, 1.0f / (12.6f * 255.0f));
141 lin_thresh = lp_build_const_vec(gallivm, f32_type, 15.0f);
142 is_linear = lp_build_compare(gallivm, f32_type, PIPE_FUNC_LEQUAL, srcf, lin_thresh);
lp_bld_format.h 194 struct lp_type f32_type,
lp_bld_conv.c 99 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length); local
115 lp_build_vec_type(gallivm, f32_type), src);
120 return lp_build_smallfloat_to_float(gallivm, f32_type, h, 10, 5, 0, true);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1079 struct lp_type f32_type = vs_type; local
1145 struct lp_type f32_type = vs_type; local
    [all...]

Completed in 185 milliseconds