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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 803 struct lp_type f32_type = vs_type; local
806 LLVMValueRef const1 = lp_build_const_vec(gallivm, f32_type, 1.0); /*1.0 1.0 1.0 1.0*/
870 struct lp_type f32_type = vs_type; local
886 zero = lp_build_const_vec(gallivm, f32_type, 0); /* 0.0f 0.0f 0.0f 0.0f */
913 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_x , pos_w);
920 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, zero, test);
926 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_y, pos_w);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 91 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_type.length); local
96 LLVMTypeRef float_vec_type = lp_build_vec_type(gallivm, f32_type);

Completed in 182 milliseconds