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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 461 LLVMTypeRef float_vec_type = lp_build_vec_type(gallivm, type); local
486 offset = LLVMBuildBitCast(builder, offset, float_vec_type, "");
491 offset = LLVMBuildBitCast(builder, offset, float_vec_type, "");
499 offset = LLVMBuildBitCast(builder, offset, float_vec_type, "");
504 offset = LLVMBuildBitCast(builder, offset, float_vec_type, "");
512 offset = LLVMBuildBitCast(builder, offset, float_vec_type, "");
517 offset = LLVMBuildBitCast(builder, offset, float_vec_type, "");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 96 LLVMTypeRef float_vec_type = lp_build_vec_type(gallivm, f32_type); local
106 float_vec_type, "");
113 LLVMValueRef shifted = LLVMBuildBitCast(builder, LLVMBuildShl(builder, expmant, i32_13, ""), float_vec_type, "");
131 return LLVMBuildBitCast(builder, final, float_vec_type, "");

Completed in 46 milliseconds