Searched refs:index_store (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1790 LLVMValueRef true_index_array, index_store; local in function:draw_llvm_generate 1815 index_store = lp_build_alloca_undef(gallivm, blduivec.vec_type, "index_store"); 1848 LLVMBuildStore(builder, tmp, index_store); 1853 LLVMBuildStore(builder, tmp, index_store); 1857 true_index_array = LLVMBuildLoad(builder, index_store, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 2195 LLVMValueRef true_index_array, index_store; local in function:draw_llvm_generate 2221 index_store = lp_build_alloca_undef(gallivm, blduivec.vec_type, "index_store"); 2254 LLVMBuildStore(builder, tmp, index_store); 2259 LLVMBuildStore(builder, tmp, index_store); 2263 true_index_array = LLVMBuildLoad(builder, index_store, "");
|
Completed in 11 milliseconds