Searched refs:data_ptr_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 797 LLVMTypeRef data_ptr_type = LLVMPointerType(lp_build_vec_type(gallivm, lp_float32_vec4_type()), 0); local in function:store_aos 807 data_ptr = LLVMBuildPointerCast(builder, data_ptr, data_ptr_type, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1169 LLVMTypeRef data_ptr_type = LLVMPointerType(lp_build_vec_type(gallivm, lp_float32_vec4_type()), 0); local in function:store_aos 1179 data_ptr = LLVMBuildPointerCast(builder, data_ptr, data_ptr_type, "");
|
Completed in 17 milliseconds