Searched refs:clip_ptr_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c779 LLVMTypeRef clip_ptr_type = LLVMPointerType(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), 0); local
783 clip_ptr = LLVMBuildPointerCast(builder, clip_ptr, clip_ptr_type, "");
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c779 LLVMTypeRef clip_ptr_type = LLVMPointerType(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), 0); local
783 clip_ptr = LLVMBuildPointerCast(builder, clip_ptr, clip_ptr_type, "");

Completed in 129 milliseconds